summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 05963797..eb704ff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
zenity (3.8.0-1) UNRELEASED; urgency=low
* New upstream release.
+ * Bump Standards-Version to 3.9.4. No further changes.
-- Michael Biebl <biebl@debian.org> Sat, 12 May 2012 21:26:38 +0200
diff --git a/debian/control b/debian/control
index 5e7738a4..1d2d9742 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
libwebkitgtk-3.0-dev (>= 1.4.0)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
Homepage: http://live.gnome.org/Zenity
diff --git a/debian/control.in b/debian/control.in
index a870cc22..6391e630 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),
libwebkitgtk-3.0-dev (>= 1.4.0)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
Homepage: http://live.gnome.org/Zenity
bgstack15