r6769 - in /vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian: changelog rules shlibs.local

tschmidt at users.alioth.debian.org tschmidt at users.alioth.debian.org
Sun Apr 20 21:28:23 UTC 2008


Author: tschmidt
Date: Sun Apr 20 21:28:23 2008
New Revision: 6769

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6769
Log:
debian/rules: changed code to add the xine:Depends substvar to put the
result into debian/libxine1-xvdr.substvars instead of debian/substvars, 
otherwise the wrong dependency of libxine1 (>=1.1.8) instead of (>=1.1.12) 
is generated, many thanks to Tobias Grimm for the hint

Removed:
    vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/shlibs.local
Modified:
    vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog
    vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules

Modified: vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog?rev=6769&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog (original)
+++ vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog Sun Apr 20 21:28:23 2008
@@ -1,9 +1,11 @@
-vdr-plugin-xineliboutput (1.0.0~rc2-16) unstable; urgency=low
-
-  * Readded debian/shlibs.local again, somehow the code from Darren just
-    produces a dependency of libxine1 (>=1.1.8) instead of (>=1.1.12)
-
- -- Thomas Schmidt <tschmidt at debian.org>  Sun, 20 Apr 2008 22:51:50 +0200
+vdr-plugin-xineliboutput (1.0.0~rc2-16) unstable; urgency=medium
+
+  * debian/rules: changed code to add the xine:Depends substvar to put the
+    result into debian/libxine1-xvdr.substvars instead of debian/substvars, 
+    otherwise the wrong dependency of libxine1 (>=1.1.8) instead of (>=1.1.12) 
+    is generated, many thanks to Tobias Grimm for the hint
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Sun, 20 Apr 2008 23:19:52 +0200
 
 vdr-plugin-xineliboutput (1.0.0~rc2-15) unstable; urgency=medium
 

Modified: vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules?rev=6769&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules (original)
+++ vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules Sun Apr 20 21:28:23 2008
@@ -22,7 +22,7 @@
 	sh /usr/share/vdr-dev/patchlevel.sh subst
 	sh /usr/share/vdr-dev/dependencies.sh
 	dpkg -p libxine-dev | sed -re '/^Version:/! d; s/^Version: (([0-9]+\.){2}[0-9]+).*$$/xine:Depends=libxine1 (>= \1)/' \
-	>> debian/substvars
+	>> debian/libxine1-xvdr.substvars
 
 install/vdr-plugin-xineliboutput::
 	install -d debian/$(XINEPLUGINDIR)/post/




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