[pkg-tpctl-commits] r92 - thinkpad/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Jul 30 20:18:19 UTC 2006


Author: madduck
Date: 2006-07-30 20:18:18 +0000 (Sun, 30 Jul 2006)
New Revision: 92

Modified:
   thinkpad/trunk/debian/rules
Log:
only assume root in the binary target

Modified: thinkpad/trunk/debian/rules
===================================================================
--- thinkpad/trunk/debian/rules	2006-07-30 19:03:15 UTC (rev 91)
+++ thinkpad/trunk/debian/rules	2006-07-30 20:18:18 UTC (rev 92)
@@ -15,13 +15,14 @@
 
 build: build-indep
 build-indep: build-indep-stamp
-build-indep-stamp: thinkpad.tar.bz2
+build-indep-stamp:
 	touch $@
 
 thinkpad.tar.bz2: modules
 	tar -c -f $@ -j $(MODULES_TREE)
 
 modules:
+	dh_testroot
 	rm -rf $(MODULES_TREE)
 	install -d $(MODULES_TREE)
 	install -m644 Makefile $(MODULES_TREE)
@@ -44,7 +45,7 @@
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
 
 install: DH_OPTIONS=
-install: build
+install: build thinkpad.tar.bz2
 	dh_testdir
 	dh_testroot
 	dh_clean -k




More information about the pkg-tpctl-commits mailing list