r5119 - in /vdr/vdr-plugin-bitstreamout/trunk/debian: changelog patches/00list patches/01_bitops-FTBFS-fix.dpatch patches/02_fix-nostrip.dpatch
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Sat Aug 18 13:32:59 UTC 2007
Author: tom-guest
Date: Sat Aug 18 13:32:59 2007
New Revision: 5119
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5119
Log:
Added 02_fix-nostrip.dpatch (closes: #438248)
Added:
vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch
Modified:
vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list
vdr/vdr-plugin-bitstreamout/trunk/debian/patches/01_bitops-FTBFS-fix.dpatch (props changed)
Modified: vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/changelog?rev=5119&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/changelog Sat Aug 18 13:32:59 2007
@@ -1,3 +1,9 @@
+vdr-plugin-bitstreamout (0.85-18) UNRELEASED; urgency=low
+
+ * Added 02_fix-nostrip.dpatch (closes: #438248)
+
+ -- Thomas Günther <tom at toms-cafe.de> Sat, 18 Aug 2007 15:30:56 +0200
+
vdr-plugin-bitstreamout (0.85-17) unstable; urgency=low
* Release for vdrdevel 1.5.6
Modified: vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list?rev=5119&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list Sat Aug 18 13:32:59 2007
@@ -1,3 +1,4 @@
+01_bitops-FTBFS-fix
+02_fix-nostrip
90_APIVERSION
-01_bitops-FTBFS-fix
91_bitstreamout-0.85-1.5.0
Propchange: vdr/vdr-plugin-bitstreamout/trunk/debian/patches/01_bitops-FTBFS-fix.dpatch
('svn:executable' removed)
Added: vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch?rev=5119&op=file
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch (added)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch Sat Aug 18 13:32:59 2007
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fix-nostrip.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes DEB_BUILD_OPTIONS=nostrip.
+
+ at DPATCH@
+--- bitstreamout-0.85/Makefile
++++ bitstreamout-0.85/Makefile
+@@ -88,7 +88,6 @@ echo:
+ libvdr-$(PLUGIN).so: $(OBJS)
+ $(CXX) $(CXXFLAGS) -shared $(OBJS) -Wl,-soname -Wl,$@.$(VDRVERSION) -o $@ -lasound -lrt -lmad
+ @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
+- @-strip --strip-unneeded $(LIBDIR)/$@.$(VDRVERSION)
+
+ install: $(LIBDIR)/libvdr-$(PLUGIN).so.$(VDRVERSION)
+ install -d -m 0755 $(DESTDIR)$(VIDEOLIB)/PLUGINS/lib
More information about the pkg-vdr-dvb-changes
mailing list