[Python-modules-commits] r9714 - in packages/papyon/trunk/debian (changelog control copyright)
dfiloni-guest at users.alioth.debian.org
dfiloni-guest at users.alioth.debian.org
Tue Sep 8 18:05:06 UTC 2009
Date: Tuesday, September 8, 2009 @ 18:05:00
Author: dfiloni-guest
Revision: 9714
new upstream release
Modified:
packages/papyon/trunk/debian/changelog
packages/papyon/trunk/debian/control
packages/papyon/trunk/debian/copyright
Modified: packages/papyon/trunk/debian/changelog
===================================================================
--- packages/papyon/trunk/debian/changelog 2009-09-08 12:30:00 UTC (rev 9713)
+++ packages/papyon/trunk/debian/changelog 2009-09-08 18:05:00 UTC (rev 9714)
@@ -1,9 +1,12 @@
-papyon (0.4.1-2) UNRELEASED; urgency=low
+papyon (0.4.2-1) UNRELEASED; urgency=low
+ * New upstream release.
+ * debian/control: remove python-crypto from Build-Depends-Indep and Depends
+ fields.
* debian/control: add missing Provides field.
* Bump Standards-Version to 3.8.3.
- -- Devid Antonio Filoni <d.filoni at ubuntu.com> Fri, 21 Aug 2009 13:33:30 +0200
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com> Tue, 08 Sep 2009 19:34:10 +0200
papyon (0.4.1-1) unstable; urgency=low
Modified: packages/papyon/trunk/debian/control
===================================================================
--- packages/papyon/trunk/debian/control 2009-09-08 12:30:00 UTC (rev 9713)
+++ packages/papyon/trunk/debian/control 2009-09-08 18:05:00 UTC (rev 9714)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: python-support (>= 0.5.3), python-gobject,
- python-openssl, python-crypto, python (>= 2.5)
+ python-openssl, python (>= 2.5)
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Homepage: http://telepathy.freedesktop.org/wiki/Papyon
@@ -15,7 +15,7 @@
Package: python-papyon
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-openssl,
- python-crypto, python (>= 2.5)
+ python (>= 2.5)
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/copyright
===================================================================
--- packages/papyon/trunk/debian/copyright 2009-09-08 12:30:00 UTC (rev 9713)
+++ packages/papyon/trunk/debian/copyright 2009-09-08 18:05:00 UTC (rev 9714)
@@ -13,6 +13,7 @@
Ole André Vadla Ravnås <oleavr at gmail.com>
Richard Spiers <richard.spiers at gmail.com>
Youness Alaoui <kakaroto at users.sourceforge.net>
+ Louis-Francis Ratté-Boulianne <louisfrancis.rb at gmail.com>
Copyright:
@@ -22,6 +23,7 @@
Copyright © 2005-2007, Ole André Vadla Ravnås
Copyright © 2008, Alen Bou-Haidar
Copyright © 2007, Youness Alaoui
+ Copyright © 2009, Collabora Ltd.
License:
@@ -74,3 +76,12 @@
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+Author of pyDes:
+
+ Todd Whiteman <twhiteman at users.sourceforge.net>
+
+License of pyDes:
+
+ Released into the Public Domain by its author.
More information about the Python-modules-commits
mailing list