vdr/vdr-plugin-mp3/debian changelog control rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 03 Jul 2004 12:55:16 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian
In directory haydn:/tmp/cvs-serv10280/vdr/vdr-plugin-mp3/debian

Modified Files:
	changelog control rules 
Log Message:
dpatch, corrected default-path to mount.sh

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- changelog	3 Jul 2004 12:25:00 -0000	1.4
+++ changelog	3 Jul 2004 12:55:14 -0000	1.5
@@ -10,6 +10,7 @@
     - Added watch-file
     - Added /etc/vdr/plugins/mp3sources.conf and link to 
       /var/lib/vdr/plugins
+    - Use dpatch, so build-dep on dpatch
 
  -- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>  Fri,  2 Jul 2004 19:05:53 +0200
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules	3 Jul 2004 12:38:05 -0000	1.5
+++ rules	3 Jul 2004 12:55:14 -0000	1.6
@@ -8,6 +8,9 @@
 # This is the debhelper compatibility version to use.
 export DH_COMPAT=4
 
+# include dpatch stuff
+include /usr/share/dpatch/dpatch.make
+
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
 endif
@@ -26,7 +29,7 @@
 	
 	touch configure-stamp
 
-build: build-stamp
+build: patch-stamp build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
@@ -35,7 +38,9 @@
 
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -94,4 +99,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch configure

Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control	3 Jul 2004 12:25:00 -0000	1.3
+++ control	3 Jul 2004 12:55:14 -0000	1.4
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR and DVB Packaging Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.1.25)
+Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.1.25), dpatch
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-mp3