vdr/vdr-plugin-dvd/debian changelog control rules
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Fri, 30 Jul 2004 18:57:45 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-dvd/debian
In directory haydn:/tmp/cvs-serv6507/vdr/vdr-plugin-dvd/debian
Modified Files:
changelog control rules
Log Message:
* use dpatch
* added fix for FTBFS
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-dvd/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- changelog 11 Jul 2004 11:38:22 -0000 1.5
+++ changelog 30 Jul 2004 18:57:43 -0000 1.6
@@ -1,3 +1,11 @@
+vdr-plugin-dvd (0.3.3-jau-p8+0.3.4-rc10-5) unstable; urgency=low
+
+ * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+ - Use dpatch, so build-dep on dpatch
+ - Add 01_Makefile-fPIC-fix.dpatch, to fix FTBFS
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Fri, 30 Jul 2004 20:53:13 +0200
+
vdr-plugin-dvd (0.3.3-jau-p8+0.3.4-rc10-4) unstable; urgency=low
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-dvd/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rules 3 Jul 2004 11:53:44 -0000 1.4
+++ rules 30 Jul 2004 18:57:43 -0000 1.5
@@ -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
@@ -27,7 +30,7 @@
touch configure-stamp
-build: build-stamp
+build: patch-stamp build-stamp
build-stamp: configure-stamp
dh_testdir
@@ -37,7 +40,9 @@
touch build-stamp
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
dh_testdir
dh_testroot
@@ -91,4 +96,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-dvd/debian/control,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- control 23 Jul 2004 14:09:41 -0000 1.6
+++ control 30 Jul 2004 18:57:43 -0000 1.7
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR 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), liba52-0.7.4-dev, vdr-dev (>=1.2.6), libdvdnav-dev (>=0.1.9)
+Build-Depends: debhelper (>> 4.1.16), liba52-0.7.4-dev, vdr-dev (>=1.2.6), libdvdnav-dev (>=0.1.9), dpatch
Standards-Version: 3.6.1
Package: vdr-plugin-dvd