File: patc

package info (click to toggle)
dh-make 0.38
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 340 kB
  • ctags: 20
  • sloc: perl: 628; makefile: 379; sh: 115
file content (21 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ur orig/dh-make-0.36/lib/debiank/rules 200408170/dh-make-0.36/lib/debiank/rules
--- orig/dh-make-0.36/lib/debiank/rules	2003-09-18 16:06:01.000000000 -0700
+++ 200408170/dh-make-0.36/lib/debiank/rules	2004-08-17 18:49:44.000000000 -0700
@@ -127,7 +127,7 @@
 # seperate binary-modules target to make testing the package building
 # easier
 kdist_image:
-	$(MAKE) $(MFLAGS) -f debian/rules binary-modules
+	$(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules binary-modules
 	$(MAKE) $(MFLAGS) -f debian/rules clean
 
 # the kdist_clean target is called by make-kpkg modules_clean. It is
@@ -205,7 +205,7 @@
 
 clean:
 	dh_testdir
-	dh_testroot
+	#dh_testroot
 	rm -f build-arch-stamp build-indep-stamp #CONFIGURE_STAMP#
 
 	# Add here commands to clean up after the build process.