[Python-modules-commits] r11452 - in packages/papyon/trunk/debian (changelog control rules)
dfiloni-guest at users.alioth.debian.org
dfiloni-guest at users.alioth.debian.org
Sat Jan 30 13:51:43 UTC 2010
Date: Saturday, January 30, 2010 @ 13:51:40
Author: dfiloni-guest
Revision: 11452
New upstream release.
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 2010-01-30 12:42:01 UTC (rev 11451)
+++ packages/papyon/trunk/debian/changelog 2010-01-30 13:51:40 UTC (rev 11452)
@@ -1,3 +1,15 @@
+papyon (0.4.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: remove override_dh_auto_install target, not needed anymore.
+ * debian/control: update python-gobject to >= 2.10 in Build-Depends and
+ Depends fields.
+ * debian/control: update python-openssl to >= 0.6 in Build-Depends and
+ Depends fields.
+ * Bump Standards-Version to 3.8.4.
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com> Sat, 30 Jan 2010 14:10:58 +0100
+
papyon (0.4.3-1) unstable; urgency=low
* New upstream release.
Modified: packages/papyon/trunk/debian/control
===================================================================
--- packages/papyon/trunk/debian/control 2010-01-30 12:42:01 UTC (rev 11451)
+++ packages/papyon/trunk/debian/control 2010-01-30 13:51:40 UTC (rev 11452)
@@ -3,19 +3,19 @@
Priority: optional
Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.5), python-gobject,
- python-openssl
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.5), python-gobject (>= 2.10),
+ python-openssl (>= 0.6)
Build-Depends-Indep: python-support (>= 0.5.3)
XS-Python-Version: >= 2.5
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://telepathy.freedesktop.org/wiki/Papyon
Vcs-Svn: svn://svn.debian.org/python-modules/packages/papyon/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/papyon/trunk/
Package: python-papyon
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5), python-gobject,
- python-openssl, python-gst0.10, python-farsight
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5), python-gobject
+ (>= 2.10), python-openssl (>= 0.6), python-gst0.10, python-farsight
Provides: ${python:Provides}
Description: MSN client library written in Python
papyon is an MSN client library, that tries to abstract the MSN protocol
Modified: packages/papyon/trunk/debian/rules
===================================================================
--- packages/papyon/trunk/debian/rules 2010-01-30 12:42:01 UTC (rev 11451)
+++ packages/papyon/trunk/debian/rules 2010-01-30 13:51:40 UTC (rev 11452)
@@ -3,10 +3,5 @@
%:
dh $@
-override_dh_auto_install:
- dh_auto_install
- # Do not install useless/wrong files:
- find -name "notification.py.*.8715.py" -delete
-
override_dh_installchangelogs:
dh_installchangelogs NEWS
More information about the Python-modules-commits
mailing list