summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2009-09-24 18:04:48 +0000
committerEmilio Pozuelo Monfort <pochu@debian.org>2009-09-24 18:04:48 +0000
commitc137b795849bc9fcfb20cdb479aacc652e70e6b0 (patch)
tree0959d7432b3a13a227497e332deb00361459cb6a /debian/changelog
parentBackport patch for 2.26 which still uses glade (diff)
downloadzenity-c137b795849bc9fcfb20cdb479aacc652e70e6b0.tar.gz
zenity-c137b795849bc9fcfb20cdb479aacc652e70e6b0.tar.bz2
zenity-c137b795849bc9fcfb20cdb479aacc652e70e6b0.zip
* New upstream release.
* debian/control: - Bumped standards-version to 3.8.3. No changes needed. - libglade2-dev B-D removed, it's no more needed as per configure.ac requirements. - libglib2.0-dev B-D added as per configure.ac requirements. * debian/copyright: - added missing copyright holders. * debian/patches/01_focus_windows: - removed, applied upstream * debian/rules: - simple-patchsys include removed as far as we have no patches to get applied anymore.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b2a4fbcd..85edfda4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+zenity (2.28.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Bumped standards-version to 3.8.3. No changes needed.
+ - libglade2-dev B-D removed, it's no more needed as per
+ configure.ac requirements.
+ - libglib2.0-dev B-D added as per configure.ac requirements.
+ * debian/copyright:
+ - added missing copyright holders.
+ * debian/patches/01_focus_windows:
+ - removed, applied upstream
+ * debian/rules:
+ - simple-patchsys include removed as far as we have no
+ patches to get applied anymore.
+
+ -- Andrea Veri <andrea.veri89@gmail.com> Thu, 24 Sep 2009 18:47:12 +0200
+
zenity (2.26.0-2) unstable; urgency=low
* Only conflict with libgtkada-bin << 2.12.0-4, add replaces.
bgstack15