summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6a39a673..88f408ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
zenity (3.0.0-2) UNRELEASED; urgency=low
* debian/watch: Track .bz2 tarballs.
+ * debian/control.in: Bump Standards-Version to 3.9.2. No further changes.
-- Michael Biebl <biebl@debian.org> Sun, 31 Jul 2011 15:08:15 +0200
diff --git a/debian/control b/debian/control
index 29337f21..9ea05bb8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>, Loic Minier <lool@dooz.org>, Luca Falavigna <dktrkranz@debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>, Luca Falavigna <dktrkranz@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 8),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 8),
libnotify-dev (>= 0.6.1),
libglib2.0-dev,
docbook-xml
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/zenity
Homepage: http://live.gnome.org/Zenity
diff --git a/debian/control.in b/debian/control.in
index c9b62a2c..f0b8c934 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 8),
libnotify-dev (>= 0.6.1),
libglib2.0-dev,
docbook-xml
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/zenity
Homepage: http://live.gnome.org/Zenity
bgstack15