r6980 - in /vdr/vdr-plugin-lastfm/trunk/debian: changelog patches/ patches/00list patches/01_fPIC.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri May 23 21:16:04 UTC 2008


Author: tiber-guest
Date: Fri May 23 21:16:03 2008
New Revision: 6980

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6980
Log:
Added 01_fPIC.dpatch

Added:
    vdr/vdr-plugin-lastfm/trunk/debian/patches/
    vdr/vdr-plugin-lastfm/trunk/debian/patches/00list
    vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch   (with props)
Modified:
    vdr/vdr-plugin-lastfm/trunk/debian/changelog

Modified: vdr/vdr-plugin-lastfm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/changelog?rev=6980&op=diff
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-lastfm/trunk/debian/changelog Fri May 23 21:16:03 2008
@@ -1,3 +1,9 @@
+vdr-plugin-lastfm (0.2.1-3) experimental; urgency=low
+
+  * Added 01_fPIC.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net>  Fri, 23 May 2008 23:15:35 +0200
+
 vdr-plugin-lastfm (0.2.1-2) experimental; urgency=low
 
   * Just build-depend on libmagick++9-dev - this will work for

Added: vdr/vdr-plugin-lastfm/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/patches/00list?rev=6980&op=file
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/patches/00list (added)
+++ vdr/vdr-plugin-lastfm/trunk/debian/patches/00list Fri May 23 21:16:03 2008
@@ -1,0 +1,1 @@
+01_fPIC

Added: vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch?rev=6980&op=file
==============================================================================
--- vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch (added)
+++ vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch Fri May 23 21:16:03 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_fPIC.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-lastfm-0.2.1~/Makefile vdr-plugin-lastfm-0.2.1/Makefile
+--- vdr-plugin-lastfm-0.2.1~/Makefile	2007-10-22 12:46:53.000000000 +0200
++++ vdr-plugin-lastfm-0.2.1/Makefile	2008-05-23 23:14:07.000000000 +0200
+@@ -177,7 +177,7 @@
+ ### Targets:
+ 
+ xmlParser:
+-	make -C ext/xmlParser
++	$(MAKE) -C ext/xmlParser CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)"
+ 
+ libvdr-$(PLUGIN).so: $(OBJS) xmlParser Makefile
+ 	$(CXX) $(CXXFLAGS) -shared $(IMAGELIBS) $(OBJS) $(LIBS) -o $@

Propchange: vdr/vdr-plugin-lastfm/trunk/debian/patches/01_fPIC.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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