[Python-modules-commits] r8960 - in packages/papyon/trunk (8 files)
dfiloni-guest at users.alioth.debian.org
dfiloni-guest at users.alioth.debian.org
Sun Jul 5 16:51:03 UTC 2009
Date: Sunday, July 5, 2009 @ 16:50:58
Author: dfiloni-guest
Revision: 8960
[svn-inject] Applying Debian modifications to trunk
Added:
packages/papyon/trunk/debian/
packages/papyon/trunk/debian/changelog
packages/papyon/trunk/debian/compat
packages/papyon/trunk/debian/control
packages/papyon/trunk/debian/copyright
packages/papyon/trunk/debian/docs
packages/papyon/trunk/debian/rules
packages/papyon/trunk/debian/watch
Property changes on: packages/papyon/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/papyon/trunk/debian/changelog
===================================================================
--- packages/papyon/trunk/debian/changelog (rev 0)
+++ packages/papyon/trunk/debian/changelog 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,5 @@
+papyon (0.4.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #535701).
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com> Sun, 05 Jul 2009 17:46:03 +0200
Added: packages/papyon/trunk/debian/compat
===================================================================
--- packages/papyon/trunk/debian/compat (rev 0)
+++ packages/papyon/trunk/debian/compat 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1 @@
+7
Added: packages/papyon/trunk/debian/control
===================================================================
--- packages/papyon/trunk/debian/control (rev 0)
+++ packages/papyon/trunk/debian/control 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,20 @@
+Source: papyon
+Section: python
+Priority: optional
+Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-support (>= 0.5.3), python-gobject,
+ python-openssl, python-crypto, python-elementtree
+XS-Python-Version: >= 2.4
+Standards-Version: 3.8.2
+Homepage: http://telepathy.freedesktop.org/wiki/Papyon
+
+Package: papyon
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-openssl,
+ python-crypto, python (>= 2.5) | python-elementtree
+Description: MSN client library written in Python
+ papyon is an MSN client library, that tries to abstract the MSN protocol
+ 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.
Added: packages/papyon/trunk/debian/copyright
===================================================================
--- packages/papyon/trunk/debian/copyright (rev 0)
+++ packages/papyon/trunk/debian/copyright 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,50 @@
+This package was debianized by:
+
+ Devid Antonio Filoni <d.filoni at ubuntu.com> on Sun, 05 Jul 2009 17:46:03 +0200
+
+It was downloaded from:
+
+ http://telepathy.freedesktop.org/wiki/Papyon
+
+Upstream Authors:
+
+ Ali Sabil عÙ٠سبÙÙ <ali.sabil at gmail.com>
+ Johann Prieur <johann.prieur at gmail.com>
+ Ole André Vadla Ravnås <oleavr at gmail.com>
+ Richard Spiers <richard.spiers at gmail.com>
+ Youness Alaoui <kakaroto at users.sourceforge.net>
+
+Copyright:
+
+ Copyright © 2005-2007, Ali Sabil
+ Copyright © 2007-2008, Johann Prieur
+ Copyright © 2008, Richard Spiers
+ Copyright © 2005-2007, Ole André Vadla Ravnås
+ Copyright © 2008, Alen Bou-Haidar
+ Copyright © 2007, Youness Alaoui
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+ Copyright © 2009 Devid Antonio Filoni <d.filoni at ubuntu.com>
+
+and is licensed under the GPL version 2,
+see `/usr/share/common-licenses/GPL-2'.
Added: packages/papyon/trunk/debian/docs
===================================================================
--- packages/papyon/trunk/debian/docs (rev 0)
+++ packages/papyon/trunk/debian/docs 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,2 @@
+NEWS
+AUTHORS
Added: packages/papyon/trunk/debian/rules
===================================================================
--- packages/papyon/trunk/debian/rules (rev 0)
+++ packages/papyon/trunk/debian/rules 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Property changes on: packages/papyon/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/papyon/trunk/debian/watch
===================================================================
--- packages/papyon/trunk/debian/watch (rev 0)
+++ packages/papyon/trunk/debian/watch 2009-07-05 16:50:58 UTC (rev 8960)
@@ -0,0 +1,2 @@
+version=3
+http://telepathy.freedesktop.org/releases/papyon/ papyon-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list