r3128 - in vdr/vdr-plugin-softplay/trunk/debian: . patches

Tobias Grimm tiber-guest at costa.debian.org
Wed Jul 26 16:48:34 UTC 2006


Author: tiber-guest
Date: 2006-07-26 16:48:34 +0000 (Wed, 26 Jul 2006)
New Revision: 3128

Added:
   vdr/vdr-plugin-softplay/trunk/debian/patches/03_Makefile-fPIC-fix.dpatch
Removed:
   vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
Modified:
   vdr/vdr-plugin-softplay/trunk/debian/changelog
   vdr/vdr-plugin-softplay/trunk/debian/control
   vdr/vdr-plugin-softplay/trunk/debian/patches/00list
Log:
 * Added 01_Makefile-fPIC-fix.dpatch
 * Added myself to list of uploaders


Modified: vdr/vdr-plugin-softplay/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/changelog	2006-07-26 16:41:00 UTC (rev 3127)
+++ vdr/vdr-plugin-softplay/trunk/debian/changelog	2006-07-26 16:48:34 UTC (rev 3128)
@@ -1,8 +1,9 @@
 vdr-plugin-softplay (0.0.2+cvs20060323-8) unstable; urgency=low
 
   * Added 01_Makefile-fPIC-fix.dpatch
+  * Added myself to list of uploaders
 
- -- Tobias Grimm <tg at e-tobi.net>  Wed, 26 Jul 2006 18:40:38 +0200
+ -- Tobias Grimm <tg at e-tobi.net>  Wed, 26 Jul 2006 18:48:20 +0200
 
 vdr-plugin-softplay (0.0.2+cvs20060323-7) unstable; urgency=low
 

Modified: vdr/vdr-plugin-softplay/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/control	2006-07-26 16:41:00 UTC (rev 3127)
+++ vdr/vdr-plugin-softplay/trunk/debian/control	2006-07-26 16:48:34 UTC (rev 3128)
@@ -2,6 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Debian VDR Team  <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Tobias Grimm <tg at e-tobi.net>
 Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>=1.4.1-1), libavcodec-dev (>= 0.cvs20060329-4), libavformat-dev (>=  0.cvs20060329-4)
 Standards-Version: 3.6.2
 

Modified: vdr/vdr-plugin-softplay/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/00list	2006-07-26 16:41:00 UTC (rev 3127)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/00list	2006-07-26 16:48:34 UTC (rev 3128)
@@ -1,4 +1,4 @@
-01_Makefile-fPIC-fix
 02_debian_ffmpeg
+03_Makefile-fPIC-fix
 
 90_APIVERSION.dpatch

Deleted: vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch	2006-07-26 16:41:00 UTC (rev 3127)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch	2006-07-26 16:48:34 UTC (rev 3128)
@@ -1,20 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-
-## Makefile-fPIC-fix patch
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adds -fPIC to Makefile to fix potential FTBFS.
-
- at DPATCH@
-diff -urNad vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile vdr-plugin-softplay-0.0.2+cvs20060323/Makefile
---- vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile	2006-03-22 20:10:32.000000000 +0100
-+++ vdr-plugin-softplay-0.0.2+cvs20060323/Makefile	2006-07-26 18:38:47.000000000 +0200
-@@ -20,7 +20,7 @@
- ### The C++ compiler and options:
- 
- CXX      ?= g++
--CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -L$(LIBFFMPEG) -L$(LIBFFMPEG)/libavformat -L$(LIBFFMPEG)/libavcodec -L$(LIBFFMPEG)/libavutil 
-+CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -L$(LIBFFMPEG) -L$(LIBFFMPEG)/libavformat -L$(LIBFFMPEG)/libavcodec -L$(LIBFFMPEG)/libavutil 
- 
- ### The directory environment:
- 

Copied: vdr/vdr-plugin-softplay/trunk/debian/patches/03_Makefile-fPIC-fix.dpatch (from rev 3127, vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch)
===================================================================
--- vdr/vdr-plugin-softplay/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch	2006-07-26 16:41:00 UTC (rev 3127)
+++ vdr/vdr-plugin-softplay/trunk/debian/patches/03_Makefile-fPIC-fix.dpatch	2006-07-26 16:48:34 UTC (rev 3128)
@@ -0,0 +1,20 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+## Makefile-fPIC-fix patch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds -fPIC to Makefile to fix potential FTBFS.
+
+ at DPATCH@
+diff -urNad vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile vdr-plugin-softplay-0.0.2+cvs20060323/Makefile
+--- vdr-plugin-softplay-0.0.2+cvs20060323~/Makefile	2006-07-26 18:45:43.000000000 +0200
++++ vdr-plugin-softplay-0.0.2+cvs20060323/Makefile	2006-07-26 18:45:54.000000000 +0200
+@@ -20,7 +20,7 @@
+ ### The C++ compiler and options:
+ 
+ CXX      ?= g++
+-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual 
++CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual 
+ 
+ ### The directory environment:
+ 




More information about the pkg-vdr-dvb-changes mailing list