Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
don't create bareos-vmware-vix-disklib package
Browse files Browse the repository at this point in the history
... from bareos-vmware-vix-disklib-devel,
as this will remove will original version information from the package
and set it to the version of the bareos-vmware-plugin.
  • Loading branch information
joergsteffens committed Oct 31, 2017
1 parent 0f54119 commit 8123262
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -27,7 +27,7 @@ INCLUDE(GNUInstallDirs)
add_subdirectory(vadp_dumper)
add_subdirectory(vmware_cbt_tool)
add_subdirectory(vmware_plugin)
add_subdirectory(vmware-vix-disklib)
#add_subdirectory(vmware-vix-disklib)


# set INSTALL_LIB_DIR automatically to lib or lib64 automatically
Expand Down
22 changes: 11 additions & 11 deletions debian/control
Expand Up @@ -27,15 +27,15 @@ Description: vStorage APIs for Data Protection Dumper program
Uses vStorage API to connect to VMWare and dump data like virtual disks snapshots
to be used by other programs.

Package: bareos-vmware-vix-disklib
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: VMware vix disklib distributable libraries
The Virtual Disk Development Kit (VDDK) is a collection of C/C++ libraries,
code samples, utilities, and documentation to help you create and access
VMware virtual disk storage. The VDDK is useful in conjunction with the
vSphere API for writing backup and recovery software, or similar applications.
This package only contains the distributable code to comply with
https://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-10141
#Package: bareos-vmware-vix-disklib
#Architecture: any
#Section: libs
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Description: VMware vix disklib distributable libraries
# The Virtual Disk Development Kit (VDDK) is a collection of C/C++ libraries,
# code samples, utilities, and documentation to help you create and access
# VMware virtual disk storage. The VDDK is useful in conjunction with the
# vSphere API for writing backup and recovery software, or similar applications.
# This package only contains the distributable code to comply with
# https://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-10141

3 changes: 2 additions & 1 deletion debian/rules
Expand Up @@ -10,7 +10,8 @@
#export DH_VERBOSE=1

override_dh_shlibdeps:
dh_shlibdeps --exclude=vmware-vix-disklib -l/usr/lib/vmware-vix-disklib/lib64/
#dh_shlibdeps --exclude=vmware-vix-disklib -l/usr/lib/vmware-vix-disklib/lib64/
dh_shlibdeps -l/usr/lib/vmware-vix-disklib/lib64/

%:
dh $@
Expand Down
7 changes: 4 additions & 3 deletions packaging/bareos-vmware.changes
@@ -1,5 +1,6 @@
bareos-vmware (14.4.0-1) unstable; urgency=low
bareos-vmware (0-0) unstable; urgency=low

* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
* generated from https://github.com/bareos/bareos-vmware.git

-- Bareos Team <packager@bareos.com> Mon, 31 Oct 2017 00:00:00 +0200

-- root <root@ci-Debian-7-64> Wed, 15 Apr 2015 13:25:31 +0200
4 changes: 2 additions & 2 deletions packaging/bareos-vmware.dsc
@@ -1,9 +1,9 @@
Format: 1.0
Source: bareos-vmware
Binary: bareos-vmware-plugin, bareos-vadp-dumper, bareos-vmware-vix-disklib
Binary: bareos-vmware-plugin, bareos-vadp-dumper
Architecture: any
Version: 0.0.0
Maintainer: packager@bareos.com
Maintainer: Bareos Team <packager@bareos.com>
Homepage: http://www.bareos.org/
Standards-Version: 3.9.3
Build-Depends: cmake (>= 3.0.0), debhelper (>= 8.0.0), libjansson-dev, bareos-vmware-vix-disklib-dev
Expand Down
32 changes: 16 additions & 16 deletions packaging/bareos-vmware.spec
Expand Up @@ -49,19 +49,19 @@ full and incremental backup so snapshots. Restore of a snapshot
is currently supported to the origin VM.


%package -n bareos-vmware-vix-disklib
Summary: VMware vix disklib distributable libraries
Group: Productivity/Archiving/Backup
Url: https://www.vmware.com/support/developer/vddk/
License: VMware
AutoReqProv: no
%description -n bareos-vmware-vix-disklib
The Virtual Disk Development Kit (VDDK) is a collection of C/C++ libraries,
code samples, utilities, and documentation to help you create and access
VMware virtual disk storage. The VDDK is useful in conjunction with the
vSphere API for writing backup and recovery software, or similar applications.
This package only contains the distributable code to comply with
https://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-10141
#%%package -n bareos-vmware-vix-disklib
#Summary: VMware vix disklib distributable libraries
#Group: Productivity/Archiving/Backup
#Url: https://www.vmware.com/support/developer/vddk/
#License: VMware
#AutoReqProv: no
#%%description -n bareos-vmware-vix-disklib
#The Virtual Disk Development Kit (VDDK) is a collection of C/C++ libraries,
#code samples, utilities, and documentation to help you create and access
#VMware virtual disk storage. The VDDK is useful in conjunction with the
#vSphere API for writing backup and recovery software, or similar applications.
#This package only contains the distributable code to comply with
#https://communities.vmware.com/viewwebdoc.jspa?documentID=DOC-10141



Expand Down Expand Up @@ -109,13 +109,13 @@ make

%files -n bareos-vmware-plugin
%defattr(-,root,root)
%{_libdir}/bareos/
#%%{_libdir}/bareos/
%{plugin_dir}/
%{_sbindir}/vmware_cbt_tool.py
%doc AUTHORS LICENSE README.md

%files -n bareos-vmware-vix-disklib
/usr/lib/vmware-vix-disklib/lib64
#%%files -n bareos-vmware-vix-disklib
#/usr/lib/vmware-vix-disklib/lib64



Expand Down

0 comments on commit 8123262

Please sign in to comment.