Comment 1 for bug 203605

Revision history for this message
Michael Vogt (mvo) wrote :

Below is the proposed debdiff (http://paste.ubuntu.com/5811/plain/):

diff -u xine-lib-1.1.10.1/debian/control xine-lib-1.1.10.1/debian/control
--- xine-lib-1.1.10.1/debian/control
+++ xine-lib-1.1.10.1/debian/control
@@ -1,7 +1,8 @@
 Source: xine-lib
 Section: libs
 Priority: optional
-Maintainer: Reinhard Tartler <email address hidden>
+Maintainer: Ubuntu Core Developers <email address hidden>
+XSBC-Original-Maintainer: Reinhard Tartler <email address hidden>
 Uploaders: Darren Salt <email address hidden>
 Build-Depends: debhelper (>= 5.0.1), pkg-config,
        libavcodec-dev (>= 0.cvs20070307-3),
@@ -71,7 +72,7 @@
 Recommends: ${shlibs:Recommends}
 Suggests: ${shlibs:Suggests}
 Conflicts: libxine1 (<< 1.1.8-4)
-Replaces: libxine1 (<< 1.1.8-4)
+Replaces: libxine1 (<< 1.1.8-4), libxine-main1 (<< 1.1.2+repacked1-0ubuntu1)
 Description: the xine video/media player library, binary files
  This package contains the core library of the xine video/media player
  engine.
diff -u xine-lib-1.1.10.1/debian/changelog xine-lib-1.1.10.1/debian/changelog
--- xine-lib-1.1.10.1/debian/changelog
+++ xine-lib-1.1.10.1/debian/changelog
@@ -1,3 +1,13 @@
+xine-lib (1.1.10.1-2ubuntu1) hardy; urgency=low
+
+ * debian/control:
+ - add Replaces: libxine-main1 (<< 1.1.2+repacked1-0ubuntu1)
+ in libxine1-bin to make dapper->hardy upgrades work (LP: #203605)
+ * Modify Maintainer value to match the DebianMaintainerField
+ specification.
+
+ -- Michael Vogt <email address hidden> Tue, 18 Mar 2008 17:22:33 +0100
+
 xine-lib (1.1.10.1-2) unstable; urgency=low

   [Darren Salt]