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

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


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-weather/debian
In directory haydn:/tmp/cvs-serv27176/vdr/vdr-plugin-weather/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-weather/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog	2 Aug 2004 15:51:53 -0000	1.3
+++ changelog	9 Aug 2004 13:18:54 -0000	1.4
@@ -1,10 +1,13 @@
 vdr-plugin-weather (0.2.1e-5) unstable; urgency=low
 
+  * First upload to the archive (closes: #262896)
   * 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
     - using dh_install now
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+    - 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 18:45:00 +0200

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-weather/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	1 Aug 2004 16:48:12 -0000	1.2
+++ rules	9 Aug 2004 13:18:54 -0000	1.3
@@ -20,7 +20,7 @@
 PACKAGE=$(VDR)-plugin-weather
 
 # 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-weather/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control	2 Aug 2004 15:51:53 -0000	1.3
+++ control	9 Aug 2004 13:18:54 -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), ftplib-dev (>=3.1-1-1), libmdsp-dev (>=0.11-1)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6), ftplib-dev (>=3.1-1-1), libmdsp-dev (>=0.11-1), dpatch
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-weather
 Architecture: i386
-Depends: ${shlibs:Depends}, vdr (>= 1.2.6-5)
+Depends: ${shlibs:Depends}, vdr (>= 1.2.6)
+Conflicts: vdr (>= 1.2.7)
 Description: Weather plugin for vdr
  Displays the current weather conditions for a selected location. 
  It gets the METAR data from ftp://weather.noaa.gov.