r15820 - in /desktop/unstable/gnome-media/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat May 3 21:19:18 UTC 2008


Author: lool
Date: Sat May  3 21:19:17 2008
New Revision: 15820

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15820
Log:
* Let libgnome-media-dev depend on shlibs:Depends.

Modified:
    desktop/unstable/gnome-media/debian/changelog
    desktop/unstable/gnome-media/debian/control
    desktop/unstable/gnome-media/debian/control.in

Modified: desktop/unstable/gnome-media/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-media/debian/changelog?rev=15820&op=diff
==============================================================================
--- desktop/unstable/gnome-media/debian/changelog (original)
+++ desktop/unstable/gnome-media/debian/changelog Sat May  3 21:19:17 2008
@@ -1,9 +1,9 @@
-gnome-media (2.22.0-2) UNRELEASED; urgency=low
+gnome-media (2.22.0-2) unstable; urgency=low
 
   [ Sam Morris ]
   * Add 02_restore-mixer-track-type.patch to restore the display of the type
     of each track in the volume control preferences. Taken from
-    <http://bugzilla.gnome.org/28064>. 
+    <http://bugzilla.gnome.org/28064>.
   * Add 03_enable-disable-correct-track.patch to make the volume control
     preferences enable and disable the correct tracks. Taken from upstream svn
     r3837. Fixes: <http://bugzilla.gnome.org/528252>.
@@ -17,8 +17,11 @@
     - Deleted icon and man pages
     - Removed the gnome-cd menu entry
     - Removed the pixmaps dir from gnome-media-common.install
-    - Removed the gnome-media, idl and bonobo dirs 
+    - Removed the gnome-media, idl and bonobo dirs
       from libgnome-media0.install
+
+  [ Loic Minier ]
+  * Let libgnome-media-dev depend on shlibs:Depends.
 
  -- Sam Morris <sam at robots.org.uk>  Tue, 15 Apr 2008 01:23:28 +0100
 

Modified: desktop/unstable/gnome-media/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-media/debian/control?rev=15820&op=diff
==============================================================================
--- desktop/unstable/gnome-media/debian/control (original)
+++ desktop/unstable/gnome-media/debian/control Sat May  3 21:19:17 2008
@@ -71,7 +71,8 @@
 Package: libgnome-media-dev
 Architecture: any
 Depends: libgnome-media0 (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: gnome-media (<< 2.12.0-4)
 Description: development libraries for the GNOME media utilities
  This package contains static libraries and development headers for the

Modified: desktop/unstable/gnome-media/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-media/debian/control.in?rev=15820&op=diff
==============================================================================
--- desktop/unstable/gnome-media/debian/control.in (original)
+++ desktop/unstable/gnome-media/debian/control.in Sat May  3 21:19:17 2008
@@ -71,7 +71,8 @@
 Package: libgnome-media-dev
 Architecture: any
 Depends: libgnome-media0 (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: gnome-media (<< 2.12.0-4)
 Description: development libraries for the GNOME media utilities
  This package contains static libraries and development headers for the




More information about the pkg-gnome-commits mailing list