summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-15 16:24:03 +0000
committerMichael Biebl <biebl@debian.org>2016-04-15 16:24:03 +0000
commitd47b9d1b8150d8c37c082161c6f479d09473b8b1 (patch)
tree8cb7163e36dc5366d5564648d6c7c68c18496a10 /debian
parentNew upstream release. (diff)
downloadzenity-d47b9d1b8150d8c37c082161c6f479d09473b8b1.tar.gz
zenity-d47b9d1b8150d8c37c082161c6f479d09473b8b1.tar.bz2
zenity-d47b9d1b8150d8c37c082161c6f479d09473b8b1.zip
Bump Standards-Version to 3.9.8.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
-rw-r--r--debian/control.in2
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 586c8735..799437ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
zenity (3.20.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Bump Standards-Version to 3.9.8.
-- Michael Biebl <biebl@debian.org> Fri, 15 Apr 2016 18:20:50 +0200
diff --git a/debian/control b/debian/control
index 08b2e775..dc45e18e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Source: zenity
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
+Uploaders: Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkit2gtk-4.0-dev (>= 2.8.1)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
Homepage: https://wiki.gnome.org/Projects/Zenity
diff --git a/debian/control.in b/debian/control.in
index 41db2f07..54eb5091 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkit2gtk-4.0-dev (>= 2.8.1)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
Homepage: https://wiki.gnome.org/Projects/Zenity
bgstack15