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

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 09 Aug 2004 13:10:39 +0000


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

Modified Files:
	changelog control rules 
Log Message:
* use dpatch
* added -fPIC-fix
* conflict with vdr >= 1.2.7
* close ITP-bug

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-freecell/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- changelog	2 Aug 2004 15:50:51 -0000	1.5
+++ changelog	9 Aug 2004 13:10:37 -0000	1.6
@@ -1,5 +1,6 @@
 vdr-plugin-freecell (0.0.1-4) unstable; urgency=low
 
+  * First upload to the archive (closes: #262894) 
   * Tobias Grimm <tg@e-tobi.net>
     - plugin taken over by Debian VDR Team from c't VDR
     - adapted patchlevel stuff to new vdr-patchlevel control field
@@ -7,6 +8,8 @@
     - Converted debian/changelog into UTF8
     - Card-Images are now placed under /usr/share/vdr-plugin-freecell and
       linked to /var/lib/vdr/plugins/freecell
+    - Use dpatch, so build-dep on dpatch
+    - Add 01_Makefile-fPIC-fix.dpatch
     - Added myself as Uploader
 
  -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 01 Aug 2004 13:51:00 +0200

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-freecell/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	1 Aug 2004 14:53:32 -0000	1.3
+++ rules	9 Aug 2004 13:10:37 -0000	1.4
@@ -20,7 +20,7 @@
 PACKAGE=$(VDR)-plugin-freecell
 
 # To use dpatch uncomment the following line and set Build-Depends to dpatch
-#DPATCH=yes
+DPATCH=yes
 
 ifdef DPATCH
 include /usr/share/dpatch/dpatch.make

Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-freecell/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control	2 Aug 2004 15:50:51 -0000	1.3
+++ control	9 Aug 2004 13:10:37 -0000	1.4
@@ -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), dpatch
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-freecell
 Architecture: i386
-Depends: ${shlibs:Depends}, vdr (>= 1.2.6-4)
+Depends: ${shlibs:Depends}, vdr (>= 1.2.6)
+Conflicts: vdr (>= 1.2.7)
 Description: Plugin to vdr that implements the card game "Freecell"
  This Freecell plugin is an implementation of the (well-known) card game 
  "Freecell" played on the On Screen Display of your Video Disk Recorder.