diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-04 10:17:47 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-04 10:17:47 +0200 |
commit | d149b63aa26012f83b6dd0abd459fd5b24caed89 (patch) | |
tree | b0a25c4c2ca1b28cefdd9ee1d7e1bddb1c473821 /debian | |
parent | upload to experimental (diff) | |
download | zenity-d149b63aa26012f83b6dd0abd459fd5b24caed89.tar.gz zenity-d149b63aa26012f83b6dd0abd459fd5b24caed89.tar.bz2 zenity-d149b63aa26012f83b6dd0abd459fd5b24caed89.zip |
Restore the gnome-common Build-Depends, it's still needed
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/control.in | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 22568c08..bcdaa26e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (3.32.0-2) UNRELEASED; urgency=medium + + * Restore the gnome-common Build-Depends, it's still needed + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Apr 2019 10:17:17 +0200 + zenity (3.32.0-1) experimental; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index c83b3026..da488b32 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian. Uploaders: Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper-compat (= 12), gnome-pkg-tools (>= 0.10), + gnome-common, yelp-tools, gettext (>= 0.19.4), libglib2.0-dev, diff --git a/debian/control.in b/debian/control.in index 2f851d11..d03f4387 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,6 +5,7 @@ Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian. Uploaders: @GNOME_TEAM@ Build-Depends: debhelper-compat (= 12), gnome-pkg-tools (>= 0.10), + gnome-common, yelp-tools, gettext (>= 0.19.4), libglib2.0-dev, |