rev 17147 - trunk/packages/phonon/debian

Modestas Vainius modax at alioth.debian.org
Thu Feb 25 22:48:58 UTC 2010


Author: modax
Date: 2010-02-25 22:48:57 +0000 (Thu, 25 Feb 2010)
New Revision: 17147

Modified:
   trunk/packages/phonon/debian/changelog
   trunk/packages/phonon/debian/control
   trunk/packages/phonon/debian/rules
Log:
Make libphonon4 break phonon-backend-xine (<< 4:4.6.0really4.3.80).

Modified: trunk/packages/phonon/debian/changelog
===================================================================
--- trunk/packages/phonon/debian/changelog	2010-02-25 22:15:49 UTC (rev 17146)
+++ trunk/packages/phonon/debian/changelog	2010-02-25 22:48:57 UTC (rev 17147)
@@ -1,4 +1,4 @@
-phonon (4:4.6.0really4.3.80-0r4) UNRELEASED; urgency=low
+phonon (4:4.6.0really4.3.80-0r6) UNRELEASED; urgency=low
 
   * New upstream release (using really-style version number).
 
@@ -40,6 +40,7 @@
   * Do not version dependency on the phonon metapackage.
   * Use strict interdependencies among backends and libphonon4.
   * Build depend on dpkg-dev 1.15.5.
+  * Make libphonon4 break phonon-backend-xine (<< 4:4.6.0really4.3.80).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 12 Feb 2010 13:23:15 +0100
 

Modified: trunk/packages/phonon/debian/control
===================================================================
--- trunk/packages/phonon/debian/control	2010-02-25 22:15:49 UTC (rev 17146)
+++ trunk/packages/phonon/debian/control	2010-02-25 22:48:57 UTC (rev 17147)
@@ -45,6 +45,7 @@
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: kdelibs5 (<= 4:4.0.80)
+Breaks: phonon-backend-xine (<< 4:4.6.0really4.3.80)
 Description: the core library of the Phonon multimedia framework
  Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
  layer for capturing, mixing, processing, and playing audio and video content.

Modified: trunk/packages/phonon/debian/rules
===================================================================
--- trunk/packages/phonon/debian/rules	2010-02-25 22:15:49 UTC (rev 17146)
+++ trunk/packages/phonon/debian/rules	2010-02-25 22:48:57 UTC (rev 17147)
@@ -4,7 +4,7 @@
 
 UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/')
 
-DEB_DH_MAKESHLIBS_ARGS_libphonon4 = -V'libphonon4 (>> $(UPSTREAMVERSION)), phonon'
+DEB_DH_MAKESHLIBS_ARGS_libphonon4 = -V'libphonon4 (>= $(UPSTREAMVERSION)), phonon'
 
 DEB_CMAKE_EXTRA_FLAGS += -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
 DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon




More information about the pkg-kde-commits mailing list