[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. debian/2.0.3.1-2-1-gb2ddcf2
Iain Lane
laney at ubuntu.com
Tue May 18 10:49:18 UTC 2010
The following commit has been merged in the master branch:
commit b2ddcf23cf0e700a625bc57820575167ca94eb50
Author: Iain Lane <laney at ubuntu.com>
Date: Tue May 18 10:25:55 2010 +0100
Only support Python >= 2.5
* debian/control: Specify that only python version >= 2.5 are supported,
thanks to Stefano Rivera for the report (Closes: #582046)
diff --git a/debian/changelog b/debian/changelog
index adf7e69..630936e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+docky (2.0.3.1-3) UNRELEASED; urgency=low
+
+ * debian/control: Specify that only python version >= 2.5 are supported,
+ thanks to Stefano Rivera for the report (Closes: #582046)
+
+ -- Iain Lane <laney at ubuntu.com> Tue, 18 May 2010 10:24:56 +0100
+
docky (2.0.3.1-2) unstable; urgency=low
* debian/patches/mail_label_crash: Add patch cherrypicked from upstream to
diff --git a/debian/control b/debian/control
index d2e75ca..e065fcc 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends-Indep:
libgtk2.0-dev,
libglib2.0-dev
Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/docky.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/docky.git
Homepage: https://launchpad.net/docky
@@ -64,6 +65,7 @@ Depends: ${python:Depends},
${misc:Depends},
python-gobject,
python-dbus
+XB-Python-Version: ${python:Versions}
Description: Elegant, powerful, clean dock - Python support library
A full fledged dock application that makes opening common applications and
managing windows easier and quicker. Docky is fully integrated into the GNOME
--
docky
More information about the Pkg-cli-apps-commits
mailing list