r6937 - in /vdr/vdr-plugin-wirbelscan/trunk/debian: changelog control patches/ patches/00list patches/01_Makefile-fPIC-fix.dpatch patches/02_vdr-locale-detection.dpatch rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Tue May 13 23:12:38 UTC 2008


Author: tiber-guest
Date: Tue May 13 23:12:38 2008
New Revision: 6937

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6937
Log:
* New upstream release
* Added 01_Makefile-fPIC-fix
* Added 02_vdr-locale-detection

Added:
    vdr/vdr-plugin-wirbelscan/trunk/debian/patches/
    vdr/vdr-plugin-wirbelscan/trunk/debian/patches/00list
    vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch   (with props)
    vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch   (with props)
Modified:
    vdr/vdr-plugin-wirbelscan/trunk/debian/changelog
    vdr/vdr-plugin-wirbelscan/trunk/debian/control
    vdr/vdr-plugin-wirbelscan/trunk/debian/rules

Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/changelog?rev=6937&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/changelog Tue May 13 23:12:38 2008
@@ -1,3 +1,11 @@
+vdr-plugin-wirbelscan (0.0.4~20080512-1) experimental; urgency=low
+
+  * New upstream release
+  * Added 01_Makefile-fPIC-fix
+  * Added 02_vdr-locale-detection
+
+ -- Tobias Grimm <tg at e-tobi.net>  Wed, 14 May 2008 00:57:17 +0200
+
 vdr-plugin-wirbelscan (0.0.3~20070903-7) experimental; urgency=low
 
   * Updated upstream homepage

Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/control?rev=6937&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/control (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/control Tue May 13 23:12:38 2008
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0), gettext
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0), gettext
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/

Added: vdr/vdr-plugin-wirbelscan/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/patches/00list?rev=6937&op=file
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/patches/00list Tue May 13 23:12:38 2008
@@ -1,0 +1,2 @@
+01_Makefile-fPIC-fix
+02_vdr-locale-detection

Added: vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch?rev=6937&op=file
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch (added)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch Tue May 13 23:12:38 2008
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+## 01_Makefile-fPIC-fix.dpatch by Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds -fPIC to Makefile
+
+ at DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./Makefile /tmp/dpep-work.UUaK2S/pvrinput-0.0.8/Makefile
+--- ./Makefile	2005-08-28 08:27:05.000000000 +0200
++++ /tmp/dpep-work.UUaK2S/pvrinput-0.0.8/Makefile	2005-09-05 20:57:43.000000000 +0200
+@@ -16,7 +16,7 @@
+ ### The C++ compiler and options:
+ 
+ CXX      ?= g++
+-CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual
++CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual
+ 
+ ### The directory environment:
+ 

Propchange: vdr/vdr-plugin-wirbelscan/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch?rev=6937&op=file
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch (added)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch Tue May 13 23:12:38 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_vdr-locale-detection.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-plugin-pvrinput-2007-11-29~/Makefile vdr-plugin-pvrinput-2007-11-29/Makefile
+--- vdr-plugin-pvrinput-2007-11-29~/Makefile	2007-10-29 19:26:44.000000000 +0100
++++ vdr-plugin-pvrinput-2007-11-29/Makefile	2008-02-19 21:55:09.000000000 +0100
+@@ -28,7 +28,7 @@
+ TMPDIR = /tmp
+ 
+ ### Test whether VDR has locale support
+-VDRLOCALE = $(shell grep '^LOCALEDIR' $(VDRDIR)/Makefile)
++VDRLOCALE = $(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h)
+ 
+ ### Allow user defined options to overwrite defaults:
+ 

Propchange: vdr/vdr-plugin-wirbelscan/trunk/debian/patches/02_vdr-locale-detection.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: vdr/vdr-plugin-wirbelscan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-wirbelscan/trunk/debian/rules?rev=6937&op=diff
==============================================================================
--- vdr/vdr-plugin-wirbelscan/trunk/debian/rules (original)
+++ vdr/vdr-plugin-wirbelscan/trunk/debian/rules Tue May 13 23:12:38 2008
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 




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