[Pkg-sysvinit-commits] r1750 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Wed Sep 9 21:44:06 UTC 2009


Author: pere
Date: 2009-09-09 21:44:05 +0000 (Wed, 09 Sep 2009)
New Revision: 1750

Modified:
   sysvinit/trunk/debian/rules
Log:
Use dh_prep before building. Patch from Michael Biebl.

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-09-09 21:42:15 UTC (rev 1749)
+++ sysvinit/trunk/debian/rules	2009-09-09 21:44:05 UTC (rev 1750)
@@ -67,8 +67,9 @@
 	touch $@
 
 # Make a binary package (.deb file)
-binary-arch:	build
+binary-arch: build
 	dh_testroot
+	dh_prep
 	dh_installdirs
 	$(MAKE) -C src $(CROSS) ROOT=$(tmp) DISTRO=Debian install
 	dh_install
@@ -147,6 +148,7 @@
 	# sysv-rc package
 	#
 	dh_testroot
+	dh_prep
 	$(MAKE) -C debian/src/sysv-rc install DESTDIR=$(rctmp)
 	dh_installdocs -i
 	dh_installchangelogs -i




More information about the Pkg-sysvinit-commits mailing list