r7313 - in /vdr/vdr-plugin-bitstreamout/trunk/debian: changelog patches/00list patches/02_fix-nostrip.dpatch patches/04_APIVERSION.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Jul 25 18:04:59 UTC 2008


Author: tiber-guest
Date: Fri Jul 25 18:04:58 2008
New Revision: 7313

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7313
Log:
* New upstream release
* Removed 04_APIVERSION.dpatch, fixed upstream

Removed:
    vdr/vdr-plugin-bitstreamout/trunk/debian/patches/04_APIVERSION.dpatch
Modified:
    vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
    vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list
    vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch

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=7313&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/changelog Fri Jul 25 18:04:58 2008
@@ -1,3 +1,10 @@
+vdr-plugin-bitstreamout (0.89c-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed 04_APIVERSION.dpatch, fixed upstream
+
+ -- Tobias Grimm <tg at e-tobi.net>  Fri, 25 Jul 2008 20:03:32 +0200
+
 vdr-plugin-bitstreamout (0.89b-4) unstable; urgency=low
 
   * Added 04_APIVERSION.dpatch to fix an upstream bug, causing the plugin lib

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=7313&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/00list Fri Jul 25 18:04:58 2008
@@ -1,4 +1,3 @@
 01_vdr-include-fix
 02_fix-nostrip
 03_hppa-workaround
-04_APIVERSION

Modified: 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=7313&op=diff
==============================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch (original)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/patches/02_fix-nostrip.dpatch Fri Jul 25 18:04:58 2008
@@ -5,14 +5,14 @@
 ## DP: Fixes DEB_BUILD_OPTIONS=nostrip.
 
 @DPATCH@
-diff -urNad vdr-plugin-bitstreamout-0.89b~/Makefile vdr-plugin-bitstreamout-0.89b/Makefile
---- vdr-plugin-bitstreamout-0.89b~/Makefile	2008-04-17 17:09:42.000000000 +0200
-+++ vdr-plugin-bitstreamout-0.89b/Makefile	2008-05-01 23:11:06.000000000 +0200
-@@ -114,7 +114,6 @@
+diff -urNad vdr-plugin-bitstreamout-0.89c~/Makefile vdr-plugin-bitstreamout-0.89c/Makefile
+--- vdr-plugin-bitstreamout-0.89c~/Makefile	2008-07-25 19:58:23.000000000 +0200
++++ vdr-plugin-bitstreamout-0.89c/Makefile	2008-07-25 19:58:45.000000000 +0200
+@@ -116,7 +116,6 @@
  libvdr-$(PLUGIN).so: $(OBJS)
- 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -Wl,-soname -Wl,$@.$(VDRVERSION) -o $@ -lasound -lrt -lmad
- 	@cp $@ $(PLUGINLIBDIR)/$@.$(VDRVERSION)
--	@-strip --strip-unneeded $(PLUGINLIBDIR)/$@.$(VDRVERSION)
+ 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -Wl,-soname -Wl,$@.$(APIVERSION) -o $@ -lasound -lrt -lmad
+ 	@cp -p --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+-	@-strip --strip-unneeded       $(LIBDIR)/$@.$(APIVERSION)
  
- install:  $(PLUGINLIBDIR)/libvdr-$(PLUGIN).so.$(VDRVERSION)
+ install:  $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION)
  	install -d -m 0755 $(DESTDIR)$(VIDEOLIB)/PLUGINS/lib




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