debian/0000755000000000000000000000000011762643014007172 5ustar debian/rules0000755000000000000000000000005611546710500010246 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/watch0000644000000000000000000000011311546710500010211 0ustar version=3 http://thpinfo.com/2007/python-jabberbot/jabberbot-(.*)\.tar\.gz debian/control0000644000000000000000000000167011762636377010617 0ustar Source: jabberbot Priority: optional Section: python X-Python-Version: >= 2.5 Maintainer: Debian Python Modules Team Uploaders: Carl Chenet Build-Depends: debhelper (>= 7.0.50~), python(>= 2.6.6-3), python-xmpp Standards-Version: 3.9.3 Homepage: http://thpinfo.com/2007/python-jabberbot/ Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/jabberbot/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/jabberbot/trunk/ Package: python-jabberbot Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-xmpp Description: easily write simple Jabber bots Python-jabberbot is a Jabber bot framework for Python that enables you to easily write simple Jabber bots. . This Jabber bot is partly inspired by the xmpppy example bot.py, but designed to be re-usable and to make it easy to write small Jabber bots that do one thing and do it well. debian/compat0000644000000000000000000000000211546710500010363 0ustar 7 debian/examples0000644000000000000000000000001611546710500010723 0ustar examples/*.py debian/changelog0000644000000000000000000000447611762637317011070 0ustar jabberbot (0.15-1) unstable; urgency=low * New upstream release * debian/control - Bump Standards-Version to 3.9.3 - Replaced Uploaders by chaica@debian.org * debian/copyright - Update the upstream copyright - Update the Debian packaging copyright -- Carl Chenet Sun, 03 Jun 2012 12:38:32 +0200 jabberbot (0.14-1) unstable; urgency=low * New upstream release (Closes: #643995) * debian/control - Bump the Standards-Version field to 3.9.2.0 -- Carl Chenet Wed, 07 Dec 2011 00:37:56 +0100 jabberbot (0.13-1) unstable; urgency=low * New upstream release * debian/control - Removed ${python:Breaks} -- Carl Chenet Wed, 06 Apr 2011 00:12:36 +0200 jabberbot (0.12-1) unstable; urgency=low * New upstream release (Closes: #595068) * debian/copyright - added a copyright for a new file * debian/control - Removed python-support from Build-Depends - Bump the Build-Depends python version to 2.6.6-3 - Replaced XS-Python-Version to X-Python-Version - Replaced the Standards-Version field to 3.9.1.0 - Added Breaks: ${python:Breaks} to the binary package info * debian/rules - Added --with python2 to dh $@ -- Carl Chenet Mon, 21 Feb 2011 23:10:00 +0100 jabberbot (0.10-1) unstable; urgency=low * New upstream release * debian/control - Bump the Standards-Version field to 3.9.1 * debian/source/format - Bump to 3.0 -- Carl Chenet Tue, 31 Aug 2010 23:19:49 +0200 jabberbot (0.9-1) unstable; urgency=low * New upstream release * debian/control - Bump the Standards-Version field to 3.8.4 - Switched the maintainer field to DPMT team - Switched the uploader field to Carl Chenet -- Carl Chenet Tue, 02 Feb 2010 22:22:04 +0100 jabberbot (0.8-2) unstable; urgency=low [ Piotr Ożarowski ] * Add python-support to Build-Depends (dh will pick it up and pysupport will take care of byte compilation of .py files, closes: #565726) -- Debian Python Modules Team Mon, 18 Jan 2010 22:31:32 +0100 jabberbot (0.8-1) unstable; urgency=low * Initial release. (Closes: #554243) -- Carl Chenet Sat, 07 Nov 2009 12:55:53 +0100 debian/source/0000755000000000000000000000000011762643014010472 5ustar debian/source/format0000644000000000000000000000001411546710500011673 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000266411762637244011145 0ustar This package was debianized by Carl Chenet on Tue, 03 Nov 2009 00:22:25 +0200. It was downloaded from http://thpinfo.com/2007/python-jabberbot/ Upstream Authors: Thomas Perl John Martinez Dan Sanders Pat Notz Copyright: Copyright (c) 2007-2012 Thomas Perl except for this file: examples/muc.py : Copyright (C) 2010 Arthur Furlan 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 3 of the License, or 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 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is © 2012, Chenet Carl and is licensed under the GPL-3 or any later version, see above.