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

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 16 Aug 2004 19:50:19 +0000


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

Modified Files:
	changelog control rules 
Log Message:
* changed architecture to any
* add -fPIC to Makefile

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-femon/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog	2 Aug 2004 15:49:57 -0000	1.7
+++ changelog	16 Aug 2004 19:50:17 -0000	1.8
@@ -1,9 +1,13 @@
 vdr-plugin-femon (0.0.6-3) unstable; urgency=low
 
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-    - Added myself as Uploader
+    - Added myself as uploader
+    - Changed architecture to any
+    - Conflict with vdr (>=1.2.7)
+    - Use dpatch, so build-dep on dpatch 
+    - Add 01_Makefile-fPIC-fix.dpatch, to fix potential FTBFS
 
- -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon,  2 Aug 2004 17:46:51 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Mon, 16 Aug 2004 21:40:37 +0200
 
 vdr-plugin-femon (0.0.6-2) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-femon/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	24 Jun 2004 20:23:31 -0000	1.3
+++ rules	16 Aug 2004 19:50:17 -0000	1.4
@@ -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
@@ -87,4 +92,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-femon/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control	2 Aug 2004 15:49:57 -0000	1.7
+++ control	16 Aug 2004 19:50:17 -0000	1.8
@@ -3,12 +3,13 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
 Uploaders: Tobias Grimm <tg@e-tobi.net>, Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6-4)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6-4), dpatch
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-femon
-Architecture: i386
-Depends: ${shlibs:Depends}, vdr (>= 1.2.6-4)
+Architecture: any
+Depends: ${shlibs:Depends}, vdr (>= 1.2.6)
+Conflicts: vdr (>=1.2.7)
 Description: DVB frontend status monitor plugin for vdr
  DVB Frontend Status Monitor is a plugin that displays a few signal
  quality parameters of the tuned channel on your screen.