r217 - test/tag-twice-test/test/trunk/debian

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 28 Feb 2005 00:26:32 +0100


Author: tiber-guest
Date: 2005-02-28 00:26:32 +0100 (Mon, 28 Feb 2005)
New Revision: 217

Modified:
   test/tag-twice-test/test/trunk/debian/rules
Log:
make this compilable

Modified: test/tag-twice-test/test/trunk/debian/rules
===================================================================
--- test/tag-twice-test/test/trunk/debian/rules	2005-02-27 23:15:05 UTC (rev 216)
+++ test/tag-twice-test/test/trunk/debian/rules	2005-02-27 23:26:32 UTC (rev 217)
@@ -34,7 +34,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	#$(MAKE)
 	#docbook-to-man debian/test.sgml > test.1
 
 	touch build-stamp
@@ -45,7 +45,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	#-$(MAKE) clean
 
 	dh_clean 
 
@@ -56,7 +56,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/test.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/test
+	#$(MAKE) install DESTDIR=$(CURDIR)/debian/test
 
 
 # Build architecture-independent files here.