diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 4b978fc0..53f9d53a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ zenity (3.24.0-1) UNRELEASED; urgency=medium * New upstream release + * Bump Standards-Version to 4.1.0 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 29 Aug 2017 19:32:11 -0400 diff --git a/debian/control b/debian/control index aaa8e71b..1713c71f 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: Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org> +Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 10), gnome-pkg-tools (>= 0.10), gnome-common, @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10), libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), libwebkit2gtk-4.0-dev (>= 2.8.1) -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 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 29c3caee..79aac106 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10), libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), libwebkit2gtk-4.0-dev (>= 2.8.1) -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 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 |