--- python-irclib-0.4.8.orig/debian/compat +++ python-irclib-0.4.8/debian/compat @@ -0,0 +1 @@ +5 --- python-irclib-0.4.8.orig/debian/rules +++ python-irclib-0.4.8/debian/rules @@ -0,0 +1,38 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + rm -rf build + find . -name '*\.pyc' -delete + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + python setup.py install --no-compile --root=$(CURDIR)/debian/python-irclib --install-layout=deb + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_python2 + 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 --- python-irclib-0.4.8.orig/debian/docs +++ python-irclib-0.4.8/debian/docs @@ -0,0 +1 @@ +README --- python-irclib-0.4.8.orig/debian/control +++ python-irclib-0.4.8/debian/control @@ -0,0 +1,21 @@ +Source: python-irclib +Section: python +XS-Python-Version: all +Priority: optional +Maintainer: Thomas Bläsing +Uploaders: Debian Python Modules Team +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 5), python(>= 2.6.6-3~) +Homepage: http://python-irclib.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-irclib/trunk +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} +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. --- python-irclib-0.4.8.orig/debian/examples +++ python-irclib-0.4.8/debian/examples @@ -0,0 +1,6 @@ +dccreceive +dccsend +irccat +irccat2 +servermap +testbot.py --- python-irclib-0.4.8.orig/debian/changelog +++ python-irclib-0.4.8/debian/changelog @@ -0,0 +1,86 @@ +python-irclib (0.4.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2. (Closes: #617008) + + -- Andrea Colangelo Fri, 28 Jun 2013 16:33:30 +0200 + +python-irclib (0.4.8-1) unstable; urgency=low + + * new upstream release + * package now requires python >= 2.2 + * bumped to new standard 3.8.0 + + -- Thomas Bläsing Mon, 13 Oct 2008 21:35:40 +0200 + +python-irclib (0.4.6-2) unstable; urgency=low + + [ Thomas Bläsing ] + * Update to the last policy: 3.7.3 + * new Uploader: + Debian Python Modules Team + * added watch file + + [ Piotr Ożarowski ] + * Delete all .pyc files in clean rule + + -- Thomas Bläsing 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 + and Cosimo Alfarano + + + -- Thomas Bläsing 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 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 + + -- Alexey Nezhdanov 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 + + -- Alexey Nezhdanov 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 + + -- Alexey Nezhdanov 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 + * Closes ITP (first upload in Debian) + closes: #257657 + + -- Alexey Nezhdanov Thu, 5 Aug 2004 20:26:31 +0400 + +python-irclib (0.4.2-1) unstable; urgency=low + + * New version. + + -- Joel Rosdahl Fri, 9 Jul 2004 10:44:26 +0200 + +python-irclib (0.4.1-1) unstable; urgency=low + + * First Debian packaged version. + + -- Joel Rosdahl Wed, 29 Oct 2003 22:32:37 +0100 --- python-irclib-0.4.8.orig/debian/copyright +++ python-irclib-0.4.8/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Thomas Bläsing on +Wed, 25 Jul 2007 14:01:41 +0200 + +It was downloaded from http://python-irclib.sourceforge.net/ + +Upstream Author: + keltus + +Copyright: + Copyright (c) 1999-2005 Joel Rosdahl + Copyright (c) 2005-2008 keltus + +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'. --- python-irclib-0.4.8.orig/debian/watch +++ python-irclib-0.4.8/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://sf.net/python-irclib/python-irclib-(.+)\.tar\.gz +