r29416 - in /desktop/unstable/gtk+3.0/debian: changelog control control.in
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Fri Aug 19 07:31:00 UTC 2011
Author: joss
Date: Fri Aug 19 07:30:59 2011
New Revision: 29416
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29416
Log:
Tighten dependencies on libgtk-3-common. Closes: #636766.
Modified:
desktop/unstable/gtk+3.0/debian/changelog
desktop/unstable/gtk+3.0/debian/control
desktop/unstable/gtk+3.0/debian/control.in
Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=29416&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Fri Aug 19 07:30:59 2011
@@ -1,3 +1,9 @@
+gtk+3.0 (3.0.12-2) UNRELEASED; urgency=low
+
+ * Tighten dependencies on libgtk-3-common. Closes: #636766.
+
+ -- Josselin Mouette <joss at debian.org> Fri, 19 Aug 2011 09:30:24 +0200
+
gtk+3.0 (3.0.12-1) unstable; urgency=low
* New upstream release.
Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=29416&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control [utf-8] Fri Aug 19 07:30:59 2011
@@ -51,7 +51,7 @@
Package: libgtk-3-0
Architecture: any
-Depends: libgtk-3-common,
+Depends: libgtk-3-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
shared-mime-info
@@ -111,7 +111,7 @@
Architecture: all
Depends: ${misc:Depends},
libgtk-3-0 (>= ${source:Version}),
- libgtk-3-common
+ libgtk-3-common (= ${source:Version})
Conflicts: libgtk3.0-bin
Replaces: libgtk3.0-bin
Description: programs for the GTK+ graphical user interface library
Modified: desktop/unstable/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control.in?rev=29416&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control.in [utf-8] Fri Aug 19 07:30:59 2011
@@ -51,7 +51,7 @@
Package: @SHARED_PKG@
Architecture: any
-Depends: @COMMON_PKG@,
+Depends: @COMMON_PKG@ (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
shared-mime-info
@@ -111,7 +111,7 @@
Architecture: all
Depends: ${misc:Depends},
@SHARED_PKG@ (>= ${source:Version}),
- @COMMON_PKG@
+ @COMMON_PKG@ (= ${source:Version})
Conflicts: libgtk3.0-bin
Replaces: libgtk3.0-bin
Description: programs for the GTK+ graphical user interface library
More information about the pkg-gnome-commits
mailing list