From 1956dcff83e162216cfe351c2094fb1cc2e01b3b Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 2 Apr 2014 17:07:26 +0000 Subject: [PATCH] * 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. --- debian/changelog | 9 +++++++++ debian/control | 6 +++--- debian/control.in | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ec12bc5ad..0ced23fa79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 02 Apr 2014 19:05:20 +0200 + gtk+3.0 (3.12.0-2) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index 052cc9a73c..dcc0e5265e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gtk+3.0 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl +Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), gnome-pkg-tools (>= 0.11), @@ -59,7 +59,7 @@ XS-Testsuite: autopkgtest 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 @@ Section: misc 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 diff --git a/debian/control.in b/debian/control.in index 94d91b5f8f..b4b87ca90c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -59,7 +59,7 @@ XS-Testsuite: autopkgtest 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 @@ Section: misc 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