[Python-modules-commits] r16514 - in packages/papyon/trunk/debian (changelog control rules)
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Fri Apr 15 09:28:49 UTC 2011
Date: Friday, April 15, 2011 @ 09:28:40
Author: bigon
Revision: 16514
* New upstream release
* debian/rules:
- Use python2 sequence
* debian/control:
- Drop python-support build-dependency
- Bump python build-dependency to >= 2.6.6-3~
- Bump Standards-Version to 3.9.2 (no further changes)
- Drop XB-Python-Version
Modified:
packages/papyon/trunk/debian/changelog
packages/papyon/trunk/debian/control
packages/papyon/trunk/debian/rules
Modified: packages/papyon/trunk/debian/changelog
===================================================================
--- packages/papyon/trunk/debian/changelog 2011-04-14 13:19:45 UTC (rev 16513)
+++ packages/papyon/trunk/debian/changelog 2011-04-15 09:28:40 UTC (rev 16514)
@@ -1,3 +1,16 @@
+papyon (0.5.5-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/rules:
+ - Use python2 sequence
+ * debian/control:
+ - Drop python-support build-dependency
+ - Bump python build-dependency to >= 2.6.6-3~
+ - Bump Standards-Version to 3.9.2 (no further changes)
+ - Drop XB-Python-Version
+
+ -- Laurent Bigonville <bigon at debian.org> Fri, 15 Apr 2011 11:25:28 +0200
+
papyon (0.5.4-2) unstable; urgency=low
* Upload to unstable.
Modified: packages/papyon/trunk/debian/control
===================================================================
--- packages/papyon/trunk/debian/control 2011-04-14 13:19:45 UTC (rev 16513)
+++ packages/papyon/trunk/debian/control 2011-04-15 09:28:40 UTC (rev 16514)
@@ -4,11 +4,10 @@
Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
Laurent Bigonville <bigon at debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.5), python-gobject (>= 2.10),
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-gobject (>= 2.10),
python-openssl (>= 0.6), python-crypto
-Build-Depends-Indep: python-support (>= 0.5.3)
-XS-Python-Version: >= 2.5
-Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.2
Homepage: http://www.freedesktop.org/wiki/Software/papyon
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/papyon/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/papyon/trunk/
@@ -23,4 +22,3 @@
gory details. It is a fork of the unmaintained pymsn MSN library. papyon
uses the GLib main event loop to process the network events in an
asynchronous manner.
-XB-Python-Version: ${python:Versions}
Modified: packages/papyon/trunk/debian/rules
===================================================================
--- packages/papyon/trunk/debian/rules 2011-04-14 13:19:45 UTC (rev 16513)
+++ packages/papyon/trunk/debian/rules 2011-04-15 09:28:40 UTC (rev 16514)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with python2 $@
override_dh_installchangelogs:
dh_installchangelogs NEWS
More information about the Python-modules-commits
mailing list