[-]
[+]
|
Changed |
_service:set_version:inventory-system.dsc
|
@@ -1,4 +1,4 @@
-Format: 3.0 (quilt)
+Format: 1.0
Source: inventory-system
Binary: inventory-system
Architecture: any
|
[-]
[+]
|
Changed |
debian.control
^
|
@@ -7,7 +7,7 @@
Package: inventory-system
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, virt-what >= 1.13, lshw >= 02.16, uuid-runtime, ipmitool, lsb-release, ethtool, dmidecode
+Depends: virt-what (>= 1.13), lshw (>= 02.16), uuid-runtime, ipmitool, lsb-release, ethtool, dmidecode
Description: System inventory client
System inventory reporting tool. It uses various tools
to detect system information and hardware, virtualization type,
|
[-]
[+]
|
Changed |
debian.rules
^
|
@@ -6,7 +6,8 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+export DH_COMPAT=5
+export DESTDIR=/usr/src/packages/BUILD/debian/inventory-system
CFLAGS = -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -29,7 +30,6 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- # --- end custom part for cleaning up
dh_clean
@@ -40,14 +40,11 @@
dh_installdirs
# Add here commands to install the package
- # The DESTDIR Has To Be Exactly /usr/src/packages/BUILD/debian/<nameOfPackage>
- #make install DESTDIR=/usr/src/packages/BUILD/debian/ace
- DESTDIR=/usr/src/packages/BUILD/debian/inventory-system
- install -D -m755 client/inventory-system.sh ${DESTDIR}/usr/sbin/inventory-system
- install -D -m755 client/cron.daily ${DESTDIR}/etc/cron.daily/inventorysystem
- install -D -m644 client/cron.reboot ${DESTDIR}/etc/cron.d/inventory-system
- install -D -m644 inventory-system.conf ${DESTDIR}/etc/inventory-system.conf
- install -D -m755 addon-functions.sh ${DESTDIR}/etc/inventory-system.d/addon-functions.sh
+ install -D -m755 client/inventory-system.sh $(DESTDIR)/usr/sbin/inventory-system
+ install -D -m755 client/cron.daily $(DESTDIR)/etc/cron.daily/inventorysystem
+ install -D -m644 client/cron.reboot $(DESTDIR)/etc/cron.d/inventory-system
+ install -D -m644 ../SOURCES/inventory-system.conf $(DESTDIR)/etc/inventory-system.conf
+ install -D -m755 ../SOURCES/addon-functions.sh $(DESTDIR)/etc/inventory-system.d/addon-functions.sh
# --- end custom part for installing
# Build architecture-independent files here.
|
[-]
[+]
|
Changed |
inventory-system.dsc
^
|
@@ -1,4 +1,4 @@
-Format: 3.0 (quilt)
+Format: 1.0
Source: inventory-system
Binary: inventory-system
Architecture: any
|