vdr/vdr-plugin-games/debian changelog control rules
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 19 Aug 2004 15:26:57 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/debian
In directory haydn:/tmp/cvs-serv12503/vdr/vdr-plugin-games/debian
Modified Files:
changelog control rules
Log Message:
* added -fPIc to Makefiles in the game-subdirs (closes: #266793)
* removed output-suppression of the make and g++-calls
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog 16 Aug 2004 20:07:33 -0000 1.6
+++ changelog 19 Aug 2004 15:26:55 -0000 1.7
@@ -1,3 +1,13 @@
+vdr-plugin-games (0.6.1-3) 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 (closes: #266793)
+ - Add 02_Makefile-nosilent.dpatch, to not suppress the output of
+ the make and g++-calls
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Thu, 19 Aug 2004 16:52:32 +0200
+
vdr-plugin-games (0.6.1-2) unstable; urgency=low
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules 3 Jul 2004 14:44:39 -0000 1.1
+++ rules 19 Aug 2004 15:26:55 -0000 1.2
@@ -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
@@ -36,7 +39,9 @@
touch build-stamp
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -90,4 +95,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-games/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control 16 Aug 2004 19:54:16 -0000 1.3
+++ control 19 Aug 2004 15:26:55 -0000 1.4
@@ -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), vdr-dev (>=1.1.17)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>=1.1.17), dpatch
Standards-Version: 3.6.1
Package: vdr-plugin-games