summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
-rw-r--r--debian/control.in1
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,
bgstack15