summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@debian.org>2011-02-07 02:19:46 +0000
committerLaurent Bigonville <bigon@debian.org>2011-02-07 02:19:46 +0000
commit655f3112e5aa4f39f50031a14085bfb10e3a683e (patch)
treea3e314c7c8de7886df1aaed8f70b304b6a586003 /debian/changelog
parentBranch to experimental (diff)
downloadzenity-655f3112e5aa4f39f50031a14085bfb10e3a683e.tar.gz
zenity-655f3112e5aa4f39f50031a14085bfb10e3a683e.tar.bz2
zenity-655f3112e5aa4f39f50031a14085bfb10e3a683e.zip
* New upstream release.
* debian/control.in: - Bump Build-dependencies - Drop libnotify-dev-gtk2.10 build-dependency - Add zenity-common package - Bump Standards-Version to 3.9.1 (no further changes) - Bump debhelper version - Use Breaks instead of Conflicts - Add Homepage field - Add Vcs-* field * Switch to dpkg-source 3.0 (quilt) format * debian/watch: Bump version to 3 * debian/zenity.install, zenity-common.install: - Move all arch independent files to zenity-data * debian/rules: Remove unneeded stuff
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 33d2e402..3f9573c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+zenity (2.91.5-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control.in:
+ - Bump Build-dependencies
+ - Drop libnotify-dev-gtk2.10 build-dependency
+ - Add zenity-common package
+ - Bump Standards-Version to 3.9.1 (no further changes)
+ - Bump debhelper version
+ - Use Breaks instead of Conflicts
+ - Add Homepage field
+ - Add Vcs-* field
+ * Switch to dpkg-source 3.0 (quilt) format
+ * debian/watch: Bump version to 3
+ * debian/zenity.install, zenity-common.install:
+ - Move all arch independent files to zenity-data
+ * debian/rules: Remove unneeded stuff
+
+ -- Laurent Bigonville <bigon@debian.org> Mon, 07 Feb 2011 03:17:52 +0100
+
zenity (2.30.0-1) unstable; urgency=low
* New upstream release.
bgstack15