summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f41a685a..5adf7e95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+zenity (2.22.0-1) unstable; urgency=low
+
+ * New upstream stable release.
+ * debian/control.in:
+ + Updated Standards-Version to 3.7.3, no additional changes needed.
+
+ -- Sebastian Dröge <slomo@debian.org> Sat, 15 Mar 2008 11:49:06 +0100
+
zenity (2.20.1-1) unstable; urgency=low
* New upstream bugfix release with updated translations.
diff --git a/debian/control b/debian/control
index 2f2f9bb8..9f4ecc10 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5),
libnotify-dev (>= 0.4.3-2),
libnotify-dev-gtk2.10
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: zenity
Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 017ba89b..c6fe19b6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5),
libnotify-dev (>= 0.4.3-2),
libnotify-dev-gtk2.10
Uploaders: @GNOME_TEAM@
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: zenity
Architecture: any
bgstack15