r21673 - in /desktop/unstable/totem/debian: changelog control control.in

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Sep 29 14:36:38 UTC 2009


Author: slomo
Date: Tue Sep 29 14:36:37 2009
New Revision: 21673

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21673
Log:
* debian/control.in:
  + Clean up inter-package dependencies and remove a completely
    useless circular dependency (Closes: #548891). There's no reason
    why totem should depend on totem-plugins and the other way around.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=21673&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Tue Sep 29 14:36:37 2009
@@ -1,3 +1,12 @@
+totem (2.28.0-3) unstable; urgency=low
+
+  * debian/control.in:
+    + Clean up inter-package dependencies and remove a completely
+      useless circular dependency (Closes: #548891). There's no reason
+      why totem should depend on totem-plugins and the other way around.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 29 Sep 2009 16:35:41 +0200
+
 totem (2.28.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=21673&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control [utf-8] (original)
+++ desktop/unstable/totem/debian/control [utf-8] Tue Sep 29 14:36:37 2009
@@ -2,7 +2,7 @@
 Section: video
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5.0.51~),
                cdbs,
                quilt,
@@ -67,7 +67,6 @@
          gstreamer0.10-x,
          gnome-icon-theme (>= 2.15.90),
          iso-codes,
-         totem-plugins (>= ${source:Version}),
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion})
 Conflicts: totem (<< 0.99.12-2),
@@ -79,8 +78,8 @@
           totem-gstreamer (<< 2.27.1)
 Provides: totem-xine,
           totem-gstreamer
-Recommends: totem-mozilla (= ${source:Version}),
-            totem-plugins,
+Recommends: totem-mozilla (>= ${source:Version}),
+            totem-plugins (>= ${source:Version}),
             gstreamer0.10-plugins-ugly,
             gstreamer0.10-plugins-bad,
             gstreamer0.10-ffmpeg
@@ -112,7 +111,7 @@
 Architecture: any
 Section: web
 Depends: ${misc:Depends},
-         totem (>= ${source:Version}),
+         totem (= ${binary:Version}),
          dbus-x11 (>= 0.61)
 Recommends: epiphany-browser | www-browser
 Description: Totem Mozilla plugin

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=21673&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Tue Sep 29 14:36:37 2009
@@ -67,7 +67,6 @@
          gstreamer0.10-x,
          gnome-icon-theme (>= 2.15.90),
          iso-codes,
-         totem-plugins (>= ${source:Version}),
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion})
 Conflicts: totem (<< 0.99.12-2),
@@ -79,8 +78,8 @@
           totem-gstreamer (<< 2.27.1)
 Provides: totem-xine,
           totem-gstreamer
-Recommends: totem-mozilla (= ${source:Version}),
-            totem-plugins,
+Recommends: totem-mozilla (>= ${source:Version}),
+            totem-plugins (>= ${source:Version}),
             gstreamer0.10-plugins-ugly,
             gstreamer0.10-plugins-bad,
             gstreamer0.10-ffmpeg
@@ -112,7 +111,7 @@
 Architecture: any
 Section: web
 Depends: ${misc:Depends},
-         totem (>= ${source:Version}),
+         totem (= ${binary:Version}),
          dbus-x11 (>= 0.61)
 Recommends: epiphany-browser | www-browser
 Description: Totem Mozilla plugin




More information about the pkg-gnome-commits mailing list