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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jun 1 13:12:08 UTC 2007


Author: lool
Date: Fri Jun  1 13:12:08 2007
New Revision: 11236

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11236
Log:
* Fix some ${binary:Version} uses in Arch: all packages.
* Sprinkle some ${misc:Depends}.

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=11236&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog (original)
+++ desktop/unstable/totem/debian/changelog Fri Jun  1 13:12:08 2007
@@ -18,8 +18,10 @@
     - New patch, 70_autoconf, run autoconf.
     - Drop patch 40_lirc_freeconfig, merged upstream.
   * Wrap build-deps and deps.
-
- -- Loic Minier <lool at dooz.org>  Fri, 01 Jun 2007 15:08:07 +0200
+  * Fix some ${binary:Version} uses in Arch: all packages.
+  * Sprinkle some ${misc:Depends}.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 01 Jun 2007 15:10:44 +0200
 
 totem (2.18.1-1) experimental; urgency=low
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=11236&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control (original)
+++ desktop/unstable/totem/debian/control Fri Jun  1 13:12:08 2007
@@ -48,7 +48,8 @@
 
 Package: totem
 Architecture: all
-Depends: totem-gstreamer (>= ${binary:Version}) | totem-xine (>= ${binary:Version})
+Depends: ${misc:Depends},
+         totem-gstreamer (>= ${source:Version}) | totem-xine (>= ${source:Version})
 Description: A simple media player for the Gnome desktop (dummy package)
  Its features :
  .
@@ -189,8 +190,9 @@
 Package: totem-mozilla
 Architecture: all
 Section: web
-Depends: totem-xine (>= ${binary:Version}) | totem-gstreamer (>= ${binary:Version}),
-        dbus (>= 0.61)
+Depends: ${misc:Depends},
+         totem-xine (>= ${source:Version}) | totem-gstreamer (>= ${source:Version}),
+         dbus (>= 0.61)
 Recommends: epiphany-browser | www-browser
 Description: Totem Mozilla plugin
  This package contains the Totem Mozilla plugin, which will
@@ -202,7 +204,8 @@
 Package: libtotem-plparser1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Replaces: totem-gstreamer (<< 1.1.2-0ubuntu5),
           totem-xine (<< 1.1.2-0ubuntu5)
 Description: Totem Playlist Parser library - runtime version
@@ -214,6 +217,7 @@
 Architecture: any
 Section: libdevel
 Depends: libtotem-plparser1 (= ${binary:Version}),
+         ${misc:Depends},
          libgtk2.0-dev (>= 2.10.0),
          libxml2-dev,
          libgnomevfs2-dev (>= 2.9.92)
@@ -227,7 +231,8 @@
 Architecture: any
 Section: libs
 Priority: extra
-Depends: libtotem-plparser1 (= ${binary:Version})
+Depends: libtotem-plparser1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Totem Playlist Parser library - debugging version
  A library to parse playlists.
  .

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=11236&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in (original)
+++ desktop/unstable/totem/debian/control.in Fri Jun  1 13:12:08 2007
@@ -48,7 +48,8 @@
 
 Package: totem
 Architecture: all
-Depends: totem-gstreamer (>= ${binary:Version}) | totem-xine (>= ${binary:Version})
+Depends: ${misc:Depends},
+         totem-gstreamer (>= ${source:Version}) | totem-xine (>= ${source:Version})
 Description: A simple media player for the Gnome desktop (dummy package)
  Its features :
  .
@@ -189,8 +190,9 @@
 Package: totem-mozilla
 Architecture: all
 Section: web
-Depends: totem-xine (>= ${binary:Version}) | totem-gstreamer (>= ${binary:Version}),
-        dbus (>= 0.61)
+Depends: ${misc:Depends},
+         totem-xine (>= ${source:Version}) | totem-gstreamer (>= ${source:Version}),
+         dbus (>= 0.61)
 Recommends: epiphany-browser | www-browser
 Description: Totem Mozilla plugin
  This package contains the Totem Mozilla plugin, which will
@@ -202,7 +204,8 @@
 Package: libtotem-plparser1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Replaces: totem-gstreamer (<< 1.1.2-0ubuntu5),
           totem-xine (<< 1.1.2-0ubuntu5)
 Description: Totem Playlist Parser library - runtime version
@@ -214,6 +217,7 @@
 Architecture: any
 Section: libdevel
 Depends: libtotem-plparser1 (= ${binary:Version}),
+         ${misc:Depends},
          libgtk2.0-dev (>= 2.10.0),
          libxml2-dev,
          libgnomevfs2-dev (>= 2.9.92)
@@ -227,7 +231,8 @@
 Architecture: any
 Section: libs
 Priority: extra
-Depends: libtotem-plparser1 (= ${binary:Version})
+Depends: libtotem-plparser1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Totem Playlist Parser library - debugging version
  A library to parse playlists.
  .




More information about the pkg-gnome-commits mailing list