diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-03 22:59:44 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-04-03 22:59:44 +0200 |
commit | 3d4e5097b2da0a6e0471652f807a758a59fc9975 (patch) | |
tree | 3803d4b03e8a84ef3e252e586029b45585fb48fb /debian | |
parent | Update upstream source from tag 'upstream/3.32.0' (diff) | |
download | zenity-3d4e5097b2da0a6e0471652f807a758a59fc9975.tar.gz zenity-3d4e5097b2da0a6e0471652f807a758a59fc9975.tar.bz2 zenity-3d4e5097b2da0a6e0471652f807a758a59fc9975.zip |
* New upstream version
* debian/control.in:
- don't Build-Depends on the deprecated gnome-common
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/control.in | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8606c8ab..50c1b2b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zenity (3.32.0-0ubuntu1) UNRELEASED; urgency=medium + + * New upstream version + * debian/control.in: + - don't Build-Depends on the deprecated gnome-common + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 03 Apr 2019 22:58:31 +0200 + zenity (3.30.0-2) unstable; urgency=medium * Restore -Wl,-O1 to our LDFLAGS diff --git a/debian/control b/debian/control index da488b32..c83b3026 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ 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 d03f4387..2f851d11 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,7 +5,6 @@ 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, |