dvb/linuxtv-dvb-apps/debian rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 02 Jun 2004 16:33:57 +0000


Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb-apps/debian
In directory haydn:/tmp/cvs-serv28612/dvb/linuxtv-dvb-apps/debian

Modified Files:
	rules 
Log Message:
use only the upstream build-target and the upstream clean-target

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb-apps/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	2 Jun 2004 16:18:22 -0000	1.2
+++ rules	2 Jun 2004 16:33:55 -0000	1.3
@@ -17,22 +17,12 @@
 
 SHELL=/bin/bash
 
-av7110_loadkeys-stamp:
-	cd util/av7110_loadkeys/; make
-
-dvbdate-stamp:
-	cd util/dvbdate/; make
-
-scan-stamp:
-	cd util/scan/; make
-
-szap-stamp:
-	cd util/szap/; make
-
 build: build-stamp
-build-stamp: patch-stamp av7110_loadkeys-stamp dvbdate-stamp scan-stamp szap-stamp
+build-stamp: patch-stamp
 	dh_testdir
 	# Add here commands to compile the package.
+	make
+
 	touch build-stamp
 
 clean: clean1 unpatch
@@ -44,10 +34,7 @@
 	rm -f *-stamp
 
 	# Add here commands to clean up after the build process.
-	cd util/av7110_loadkeys/; make clean
-	cd util/dvbdate/; make clean
-	cd util/scan/; make clean
-	cd util/szap/; make clean
+	make clean
 
 	dh_clean