r13832 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Dec 12 13:41:49 UTC 2007


Author: lool
Date: Wed Dec 12 13:41:49 2007
New Revision: 13832

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13832
Log:
* Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
  translations and gtkrc files aren't critical to libgtk's working and have
  been compatible with other libgtk versions since years.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    desktop/unstable/gtk+2.0/debian/control.in

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=13832&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Wed Dec 12 13:41:49 2007
@@ -1,3 +1,11 @@
+gtk+2.0 (2.12.3-3) UNRELEASED; urgency=low
+
+  * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
+    translations and gtkrc files aren't critical to libgtk's working and have
+    been compatible with other libgtk versions since years.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 12 Dec 2007 14:39:26 +0100
+
 gtk+2.0 (2.12.3-2) unstable; urgency=low
 
   * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=13832&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control (original)
+++ desktop/unstable/gtk+2.0/debian/control Wed Dec 12 13:41:49 2007
@@ -41,7 +41,7 @@
 Package: libgtk2.0-0
 Section: libs
 Architecture: any
-Depends: libgtk2.0-common (= ${source:Version}),
+Depends: libgtk2.0-common,
          ${misc:Depends},
          ${shlibs:Depends}
 Provides: gtk2.0-binver-2.10.0

Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=13832&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in (original)
+++ desktop/unstable/gtk+2.0/debian/control.in Wed Dec 12 13:41:49 2007
@@ -41,7 +41,7 @@
 Package: @SHARED_PKG@
 Section: libs
 Architecture: any
-Depends: @COMMON_PKG@ (= ${source:Version}),
+Depends: @COMMON_PKG@,
          ${misc:Depends},
          ${shlibs:Depends}
 Provides: @GTK_BINVER_DEP@




More information about the pkg-gnome-commits mailing list