Changes of Revision 105
[-] | Changed | _service:set_version:inventory-system.spec |
1
2 License: GPLv2 3 Group: System 4 Summary: System inventory client 5 -Source0: %{pkgname}-%{version}.tar.bz2 6 +Source0: %{pkgname}-%{version}.tar.gz 7 Source1: %{name}.conf 8 Source2: addon-functions.sh 9 BuildRoot: %{_tmppath}/%{name}-%{version}-root 10 |
||
[-] | Changed | inventory-system.spec ^ |
10 1
2 License: GPLv2 3 Group: System 4 Summary: System inventory client 5 -Source0: %{pkgname}-%{version}.tar.bz2 6 +Source0: %{pkgname}-%{version}.tar.gz 7 Source1: %{name}.conf 8 Source2: addon-functions.sh 9 BuildRoot: %{_tmppath}/%{name}-%{version}-root 10 |
||
[+] | Changed | _service ^ |
@@ -1,3 +1,3 @@ <services> <service name="tar_scm"><param name="password">distro</param><param name="versionprefix">0.0</param><param name="scm">svn</param><param name="username">distro</param><param name="url">https://svn.muc.internetx.de/svn/trunk/people/carsten.schoene/inventory-system/</param></service> -<service name="set_version"/><service name="recompress"><param name="file">*.tar</param><param name="compression">bz2</param></service></services> +<service name="set_version"/><service name="recompress"><param name="file">*.tar</param><param name="compression">gz</param></service></services> | ||
Renamed | _service:recompress:tar_scm:inventory-system-0.0.6705.tar.gz ^ | |
[+] | Added | _service:set_version:inventory-system.dsc ^ |
@@ -0,0 +1,14 @@ +Format: 3.0 (quilt) +Source: inventory-system +Binary: inventory-system +Architecture: any +Version: 0.0.6705 +Maintainer: Carsten Schoene <cs@linux-administrator.com> +Standards-Version: 0.0.1 +Build-Depends: cdbs, cmake, debhelper, pkg-kde-tools, kdelibs5-dev +Checksums-Sha1: + f0d12c000ac09c48439408e2978eea56f152ae1c 20710 inventory-system-0.0.1-1.tar.gz +Checksums-Sha256: + f10e4a9ff5b629b2b73e8b6ca97f4d47b7ac4e53c33930db1e5fefc317f2c123 20710 inventory-system-0.0.1-1.tar.gz +Files: + 0323ebdd4a1983de61a5e4f326194426 20710 inventory-system-0.0.1-1.tar.gz | ||
[+] | Added | debian.changelog ^ |
@@ -0,0 +1,5 @@ +inventory-system (0.0.1-1) stable; urgency=low + + * Initial Release + + -- Carsten Schoene <cs@linux-administrator.com> Sun, 06 Oct 2013 15:04:38 +0100 | ||
[+] | Added | debian.control ^ |
@@ -0,0 +1,14 @@ +Source: inventory-system +Section: unknown +Priority: extra +Maintainer: Carsten Schoene <cs@linux-administrator.com> +Build-Depends: debhelper (>= 4.1.16) +Homepage: http://www.linux-administrator.com/ + +Package: inventory-system +Architecture: any +Depends: ${shlibs:Depends}, ${misc: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, + serial and so on. | ||
[+] | Deleted | debian.debtransform ^ |
@@ -1 +0,0 @@ -dummy file for triggering debtransform | ||
[+] | Added | debian.rules ^ |
@@ -0,0 +1,88 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +export DH_COMPAT=4 + +CFLAGS = -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +CFLAGS += -O0 +else +CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + dh_testdir + + # --- end custom part for compiling + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + # --- end custom part for cleaning up + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + 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 + # --- end custom part for installing + +# Build architecture-independent files here. +binary-indep: build install + # We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install | ||
[+] | Added | inventory-system.dsc ^ |
@@ -0,0 +1,14 @@ +Format: 3.0 (quilt) +Source: inventory-system +Binary: inventory-system +Architecture: any +Version: 0.0.1-1 +Maintainer: Carsten Schoene <cs@linux-administrator.com> +Standards-Version: 0.0.1 +Build-Depends: cdbs, cmake, debhelper, pkg-kde-tools, kdelibs5-dev +Checksums-Sha1: + f0d12c000ac09c48439408e2978eea56f152ae1c 20710 inventory-system-0.0.1-1.tar.gz +Checksums-Sha256: + f10e4a9ff5b629b2b73e8b6ca97f4d47b7ac4e53c33930db1e5fefc317f2c123 20710 inventory-system-0.0.1-1.tar.gz +Files: + 0323ebdd4a1983de61a5e4f326194426 20710 inventory-system-0.0.1-1.tar.gz |