* 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.
This commit is contained in:
Emilio Pozuelo Monfort 2014-04-02 17:07:26 +00:00
parent 780dd5cebd
commit 1956dcff83
3 changed files with 14 additions and 5 deletions

9
debian/changelog vendored
View File

@ -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@debian.org> Wed, 02 Apr 2014 19:05:20 +0200
gtk+3.0 (3.12.0-2) unstable; urgency=medium
* Upload to unstable.

6
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gtk+3.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>
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

4
debian/control.in vendored
View File

@ -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