From f91cd5a9240f0f5b017f883babeef8ac90005ac2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 19 Sep 2016 22:50:41 +0000 Subject: Add Build-Depends on gnome-common, required by autoreconf. --- debian/changelog | 1 + debian/control | 1 + debian/control.in | 1 + 3 files changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0b09d74f..fe51f232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ zenity (3.22.0-1) UNRELEASED; urgency=medium * New upstream release. * Convert from cdbs to dh. * Bump debhelper compat level to 10. + * Add Build-Depends on gnome-common, required by autoreconf. -- Michael Biebl Tue, 20 Sep 2016 00:34:33 +0200 diff --git a/debian/control b/debian/control index bda73352..aaa8e71b 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Maintainer: Debian GNOME Maintainers , Michael Biebl Build-Depends: debhelper (>= 10), gnome-pkg-tools (>= 0.10), + gnome-common, yelp-tools, intltool (>= 0.40.0), libglib2.0-dev, diff --git a/debian/control.in b/debian/control.in index 7bfeb748..29c3caee 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,6 +5,7 @@ Maintainer: Debian GNOME Maintainers = 10), gnome-pkg-tools (>= 0.10), + gnome-common, yelp-tools, intltool (>= 0.40.0), libglib2.0-dev, -- cgit