r6759 - in /vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian: changelog control rules shlibs.local
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Sun Apr 20 19:56:46 UTC 2008
Author: tschmidt
Date: Sun Apr 20 19:56:46 2008
New Revision: 6759
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6759
Log:
* Build-Depend on libxine-dev (>=1.1.12 (closes: #476501, #477014)
* Removed debian/shlibs.local, use ${xine:Depends} and a short snippet of
code from Darren Salt to determine the correct dependancy during
build-time (closes: #473434)
* Set urgency to high to speed up transition to testing
* Do not Build-Depend on libxine-dev (<=1.1.12) anymore
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/control
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=6759&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 19:56:46 2008
@@ -1,3 +1,14 @@
+vdr-plugin-xineliboutput (1.0.0~rc2-15) unstable; urgency=medium
+
+ * Build-Depend on libxine-dev (>=1.1.12 (closes: #476501, #477014)
+ * Removed debian/shlibs.local, use ${xine:Depends} and a short snippet of
+ code from Darren Salt to determine the correct dependancy during
+ build-time (closes: #473434)
+ * Set urgency to high to speed up transition to testing
+ * Do not Build-Depend on libxine-dev (<=1.1.12) anymore
+
+ -- Thomas Schmidt <tschmidt at debian.org> Sun, 20 Apr 2008 21:04:14 +0200
+
vdr-plugin-xineliboutput (1.0.0~rc2-14) unstable; urgency=high
* Build-Depend on libxine-dev (>=1.1.11) (closes: #472548)
Modified: vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/control?rev=6759&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/control (original)
+++ vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/control Sun Apr 20 19:56:46 2008
@@ -3,11 +3,11 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>> 4.1.16), cdbs, dpatch, vdr-dev (>= 1.4.5-2), libxine-dev (<< 1.1.12), libxine-dev (>= 1.1.11), libjpeg62-dev, libxv-dev, libx11-dev, libxext-dev, sharutils, libdbus-glib-1-dev
+Build-Depends: debhelper (>> 4.1.16), cdbs, dpatch, vdr-dev (>= 1.4.5-2), libxine-dev (>= 1.1.12), libjpeg62-dev, libxv-dev, libx11-dev, libxext-dev, sharutils, libdbus-glib-1-dev
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
-Homepage: http://sourceforge.net/projects/xineliboutput
+Homepage: http://sourceforge.net/projects/xineliboutput
Package: vdr-plugin-xineliboutput
Architecture: any
@@ -47,7 +47,7 @@
Package: libxine1-xvdr
Architecture: any
-Depends: ${shlibs:Depends}, libxine1-ffmpeg
+Depends: ${shlibs:Depends}, ${xine:Depends}, libxine1-ffmpeg
Replaces: libxine-xvdr (<< 1.0.0~rc2-5)
Provides: libxine-xvdr
Conflicts: libxine-xvdr (<< 1.0.0~rc2-5)
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=6759&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 19:56:46 2008
@@ -21,6 +21,8 @@
common-binary-predeb-arch::
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
install/vdr-plugin-xineliboutput::
install -d debian/$(XINEPLUGINDIR)/post/
More information about the pkg-vdr-dvb-changes
mailing list