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

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 10 Jul 2004 12:59:11 +0000


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

Modified Files:
	changelog control rules 
Log Message:
* use dpatch
* add possible fix for #258449

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- changelog	10 Jul 2004 10:30:41 -0000	1.8
+++ changelog	10 Jul 2004 12:59:09 -0000	1.9
@@ -2,6 +2,7 @@
 
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
     - New upstream release
+    - Use dpatch, so build-dep on it
 
  -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sat, 10 Jul 2004 12:28:31 +0200
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rules	10 Jul 2004 10:30:41 -0000	1.7
+++ rules	10 Jul 2004 12:59:09 -0000	1.8
@@ -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
@@ -35,7 +38,9 @@
 
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -98,4 +103,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-bitstreamout/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	7 Jul 2004 18:53:35 -0000	1.5
+++ control	10 Jul 2004 12:59:09 -0000	1.6
@@ -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), vdr-dev (>=1.2.6), libasound2-dev, libmad0-dev
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>=1.2.6), libasound2-dev, libmad0-dev, dpatch
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-bitstreamout