[Python-modules-commits] r5459 - in packages/python-irclib/trunk (9 files)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Fri May 23 18:49:27 UTC 2008


    Date: Friday, May 23, 2008 @ 18:49:23
  Author: thomasbl-guest
Revision: 5459

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-irclib/trunk/debian/
  packages/python-irclib/trunk/debian/changelog
  packages/python-irclib/trunk/debian/compat
  packages/python-irclib/trunk/debian/control
  packages/python-irclib/trunk/debian/copyright
  packages/python-irclib/trunk/debian/docs
  packages/python-irclib/trunk/debian/examples
  packages/python-irclib/trunk/debian/rules
  packages/python-irclib/trunk/debian/watch


Property changes on: packages/python-irclib/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-irclib/trunk/debian/changelog
===================================================================
--- packages/python-irclib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-irclib/trunk/debian/changelog	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,67 @@
+python-irclib (0.4.6-2) unstable; urgency=low
+
+  * Update to the last policy: 3.7.3
+  * new Uploader:
+     Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+  * added watch file
+
+ -- Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>  Fri, 23 May 2008 20:30:23 +0200
+
+python-irclib (0.4.6-1) unstable; urgency=low
+
+  * New version (Closes Bug #372656)
+  * New maintainer in agreement with Alexey Nezhdanov
+    <snakeru at users.sourceforge.net> and Cosimo Alfarano
+    <kalfa at debian.org>
+
+ -- Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>  Wed, 25 Jul 2007 14:01:41 +0200
+
+python-irclib (0.4.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to the last python policy (closes: #373319).
+    + as a side effects, it's now build for python2.4 (closes: #317454).
+
+ -- Pierre Habouzit <madcoder at debian.org>  Thu, 29 Jun 2006 11:14:09 +0200
+
+python-irclib (0.4.4-1) unstable; urgency=low
+
+  * Sync with latest released version.
+  * Sponsored upload by Cosimo Alfarano <kalfa at debian.org>
+
+ -- Alexey Nezhdanov <snakeru at users.sourceforge.net>  Mon, 07 Mar 2005 11:12:47 +0300
+
+python-irclib (0.4.3-1) unstable; urgency=low
+
+  * Sync with latest released version.
+  * Sponsored upload by Cosimo Alfarano <kalfa at debian.org>
+
+ -- Alexey Nezhdanov <snakeru at users.sourceforge.net>  Sun, 23 Jan 2005 20:32:08 +0300
+
+python-irclib (0.4.2-3) unstable; urgency=low
+
+  * Added disconnection patch from Mike Albon.
+  * Sponsored upload by Cosimo Alfarano <kalfa at debian.org>
+
+ -- Alexey Nezhdanov <snakeru at users.sourceforge.net>  Fri, 20 Aug 2004 06:53:53 +0400
+
+python-irclib (0.4.2-2) unstable; urgency=low
+
+  * Debianization method changed.
+  * Sponsored upload by Cosimo Alfarano <kalfa at debian.org>
+  * Closes ITP (first upload in Debian)
+    closes: #257657
+
+ -- Alexey Nezhdanov <snakeru at users.sourceforge.net>  Thu,  5 Aug 2004 20:26:31 +0400
+
+python-irclib (0.4.2-1) unstable; urgency=low
+
+  * New version.
+
+ -- Joel Rosdahl <joel at rosdahl.net>  Fri,  9 Jul 2004 10:44:26 +0200
+
+python-irclib (0.4.1-1) unstable; urgency=low
+
+  * First Debian packaged version.
+
+ -- Joel Rosdahl <joel at rosdahl.net>  Wed, 29 Oct 2003 22:32:37 +0100

Added: packages/python-irclib/trunk/debian/compat
===================================================================
--- packages/python-irclib/trunk/debian/compat	                        (rev 0)
+++ packages/python-irclib/trunk/debian/compat	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1 @@
+5

Added: packages/python-irclib/trunk/debian/control
===================================================================
--- packages/python-irclib/trunk/debian/control	                        (rev 0)
+++ packages/python-irclib/trunk/debian/control	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,23 @@
+Source: python-irclib
+Section: python
+XS-Python-Version: all
+Priority: optional
+Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python, python-central (>= 0.6)
+Homepage: http://python-irclib.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-irclib
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-irclib/trunk/?op=log
+
+Package: python-irclib
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: IRC client library for Python
+ This library is intended to encapsulate the IRC protocol at a quite
+ low level.  It provides an event-driven IRC client framework.  It has
+ a fairly thorough support for the basic IRC protocol, CTCP and DCC
+ connections.

Added: packages/python-irclib/trunk/debian/copyright
===================================================================
--- packages/python-irclib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-irclib/trunk/debian/copyright	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,31 @@
+This package was debianized by Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> on
+Wed, 25 Jul 2007 14:01:41 +0200
+
+It was downloaded from http://python-irclib.sourceforge.net/
+
+Upstream Author:
+	keltus <keltus at users.sourceforge.net>
+	
+Copyright:
+	Copyright (c) 1999-2005 Joel Rosdahl  <joel at rosdahl.net>
+	Copyright (c) 2005-2007 keltus <keltus at users.sourceforge.net>
+
+License:
+	LGPL 2.1
+
+	This library is free software; you can redistribute it and/or
+	modify it under the terms of the GNU Lesser General Public
+	License as published by the Free Software Foundation; either
+	version 2.1 of the License, or (at your option) any later version.
+
+	This library 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
+	Lesser General Public License for more details.
+
+	You should have received a copy of the GNU Lesser General Public
+	License along with this library; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

Added: packages/python-irclib/trunk/debian/docs
===================================================================
--- packages/python-irclib/trunk/debian/docs	                        (rev 0)
+++ packages/python-irclib/trunk/debian/docs	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1 @@
+README

Added: packages/python-irclib/trunk/debian/examples
===================================================================
--- packages/python-irclib/trunk/debian/examples	                        (rev 0)
+++ packages/python-irclib/trunk/debian/examples	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,6 @@
+dccreceive
+dccsend
+irccat
+irccat2
+servermap
+testbot.py

Added: packages/python-irclib/trunk/debian/rules
===================================================================
--- packages/python-irclib/trunk/debian/rules	                        (rev 0)
+++ packages/python-irclib/trunk/debian/rules	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf build
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	python setup.py install --no-compile --root=$(CURDIR)/debian/python-irclib
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_pycentral
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/python-irclib/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-irclib/trunk/debian/watch
===================================================================
--- packages/python-irclib/trunk/debian/watch	                        (rev 0)
+++ packages/python-irclib/trunk/debian/watch	2008-05-23 18:49:23 UTC (rev 5459)
@@ -0,0 +1,3 @@
+version=2
+http://sf.net/python-irclib/python-irclib-(.+)\.tar\.gz
+




More information about the Python-modules-commits mailing list