=== added file 'debian/mandos-client.docs' --- debian/mandos-client.docs 1970-01-01 00:00:00 +0000 +++ debian/mandos-client.docs 2008-09-19 13:50:22 +0000 @@ -0,0 +1,2 @@ +README +TODO === added file 'debian/mandos-client.links' --- debian/mandos-client.links 1970-01-01 00:00:00 +0000 +++ debian/mandos-client.links 2008-09-19 13:50:22 +0000 @@ -0,0 +1,1 @@ +usr/share/man/man8/plugin-runner.8mandos.gz usr/share/man/man5/plugin-runner.conf.5mandos.gz === added file 'debian/mandos.docs' --- debian/mandos.docs 1970-01-01 00:00:00 +0000 +++ debian/mandos.docs 2008-09-19 13:50:22 +0000 @@ -0,0 +1,2 @@ +README +TODO === modified file 'debian/rules' --- debian/rules 2008-09-17 00:34:09 +0000 +++ debian/rules 2008-09-19 13:50:22 +0000 @@ -10,7 +10,7 @@ # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS @@ -18,21 +18,17 @@ configure: configure-stamp configure-stamp: dh_testdir -# Add here commands to configure the package. touch configure-stamp -#Architecture build: build-arch build-indep build-arch: build-arch-stamp build-arch-stamp: configure-stamp -# Add here commands to compile the arch part of the package. dh_auto_build -- all doc touch $@ build-indep: build-indep-stamp build-indep-stamp: configure-stamp -# Add here commands to compile the indep part of the package. dh_auto_build -- doc touch $@ @@ -40,7 +36,6 @@ dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp -# Add here commands to clean up after the build process. dh_auto_clean dh_clean @@ -50,8 +45,6 @@ dh_testroot dh_prep dh_installdirs --indep -# Add here commands to install the indep part of the package into -# debian/-doc. $(MAKE) DESTDIR=$(CURDIR)/debian/mandos install-server dh_lintian dh_installinit --onlyscripts --no-start @@ -62,46 +55,28 @@ dh_testroot dh_prep dh_installdirs --same-arch - -# Add here commands to install the arch part of the package into -# debian/tmp. $(MAKE) DESTDIR=$(CURDIR)/debian/mandos-client install-client-nokey dh_lintian dh_install --same-arch -# Must not depend on anything. This is to be called by -# binary-arch/binary-indep -# in another 'make' thread. binary-common: dh_testdir dh_testroot dh_installchangelogs dh_installdocs -# dh_installexamples -# dh_installmenu # dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_pycentral -# dh_installinit -# dh_installcron -# dh_installinfo -# dh_installman dh_link dh_strip dh_compress dh_fixperms --exclude etc/keys/mandos \ --exclude etc/mandos/clients.conf \ --exclude usr/lib/mandos/plugins.d -# dh_perl - dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb + # Build architecture independant packages using the common target. binary-indep: build-indep install-indep $(MAKE) -f debian/rules DH_OPTIONS=--indep binary-common