r41189 - in /desktop/unstable/gtk+3.0/debian: changelog control control.in
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Wed Apr 2 17:07:26 UTC 2014
Author: pochu
Date: Wed Apr 2 17:07:26 2014
New Revision: 41189
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41189
Log:
* debian/control.in:
+ Loosen the dependencies on libgtk-3-common from = ${source:Version}
to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable
when a new source version is uploaded.
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=41189&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Wed Apr 2 17:07:26 2014
@@ -1,3 +1,12 @@
+gtk+3.0 (3.12.0-3) UNRELEASED; urgency=medium
+
+ * debian/control.in:
+ + Loosen the dependencies on libgtk-3-common from = ${source:Version}
+ to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable
+ when a new source version is uploaded.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Wed, 02 Apr 2014 19:05:20 +0200
+
gtk+3.0 (3.12.0-2) unstable; urgency=medium
* Upload to unstable.
Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=41189&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control [utf-8] Wed Apr 2 17:07:26 2014
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
gnome-pkg-tools (>= 0.11),
@@ -59,7 +59,7 @@
Package: libgtk-3-0
Architecture: any
-Depends: libgtk-3-common (= ${source:Version}),
+Depends: libgtk-3-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
shared-mime-info
@@ -122,7 +122,7 @@
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
libgtk-3-0 (>= ${source:Version}),
- libgtk-3-common (= ${source:Version})
+ libgtk-3-common (>= ${source:Version})
Multi-Arch: foreign
Description: programs for the GTK+ graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user
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=41189&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control.in [utf-8] Wed Apr 2 17:07:26 2014
@@ -59,7 +59,7 @@
Package: @SHARED_PKG@
Architecture: any
-Depends: @COMMON_PKG@ (= ${source:Version}),
+Depends: @COMMON_PKG@ (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
shared-mime-info
@@ -122,7 +122,7 @@
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
@SHARED_PKG@ (>= ${source:Version}),
- @COMMON_PKG@ (= ${source:Version})
+ @COMMON_PKG@ (>= ${source:Version})
Multi-Arch: foreign
Description: programs for the GTK+ graphical user interface library
GTK+ is a multi-platform toolkit for creating graphical user
More information about the pkg-gnome-commits
mailing list