summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Mouette <joss@debian.org>2009-03-05 10:08:46 +0000
committerJosselin Mouette <joss@debian.org>2009-03-05 10:08:46 +0000
commit0febfb568a849f9176b8c5b96f112fc008316c31 (patch)
treebd55ac54965730a2512e8edcbc17431949a6e860
parentMove experimental zenity to unstable (diff)
downloadzenity-0febfb568a849f9176b8c5b96f112fc008316c31.tar.gz
zenity-0febfb568a849f9176b8c5b96f112fc008316c31.tar.bz2
zenity-0febfb568a849f9176b8c5b96f112fc008316c31.zip
* New upstream translation and bugfix release.
* Bump build-dependency on intltool.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e0996ac0..dababe0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zenity (2.24.1-1) unstable; urgency=low
+
+ * New upstream translation and bugfix release.
+ * Bump build-dependency on intltool.
+
+ -- Josselin Mouette <joss@debian.org> Thu, 05 Mar 2009 11:06:59 +0100
+
zenity (2.24.0-1) experimental; urgency=low
* Remove versioned build-dependency on scrollkeeper. Closes: #501565.
diff --git a/debian/control b/debian/control
index 60fe0908..bf5919e2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Ross Burton <ross@debian.org>
Build-Depends: debhelper (>= 5),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
- intltool (>= 0.35.0),
+ intltool (>= 0.40.0),
scrollkeeper,
libgtk2.0-dev (>= 2.9.2),
libglade2-dev,
diff --git a/debian/control.in b/debian/control.in
index 9b647c0f..3149c949 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Ross Burton <ross@debian.org>
Build-Depends: debhelper (>= 5),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
- intltool (>= 0.35.0),
+ intltool (>= 0.40.0),
scrollkeeper,
libgtk2.0-dev (>= 2.9.2),
libglade2-dev,
bgstack15