[Python-modules-commits] r10327 - in packages/jabberbot/trunk (9 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Nov 7 15:16:19 UTC 2009


    Date: Saturday, November 7, 2009 @ 15:16:15
  Author: chaica-guest
Revision: 10327

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/jabberbot/trunk/debian/
  packages/jabberbot/trunk/debian/changelog
  packages/jabberbot/trunk/debian/compat
  packages/jabberbot/trunk/debian/control
  packages/jabberbot/trunk/debian/copyright
  packages/jabberbot/trunk/debian/examples
  packages/jabberbot/trunk/debian/pycompat
  packages/jabberbot/trunk/debian/rules
  packages/jabberbot/trunk/debian/watch


Property changes on: packages/jabberbot/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/jabberbot/trunk/debian/changelog
===================================================================
--- packages/jabberbot/trunk/debian/changelog	                        (rev 0)
+++ packages/jabberbot/trunk/debian/changelog	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1,5 @@
+jabberbot (0.8-1) unstable; urgency=low
+
+  * Initial release. (Closes: #554243)
+
+ -- Carl Chenet <chaica at ohmytux.com>  Sat, 07 Nov 2009 12:55:53 +0100

Added: packages/jabberbot/trunk/debian/compat
===================================================================
--- packages/jabberbot/trunk/debian/compat	                        (rev 0)
+++ packages/jabberbot/trunk/debian/compat	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1 @@
+7

Added: packages/jabberbot/trunk/debian/control
===================================================================
--- packages/jabberbot/trunk/debian/control	                        (rev 0)
+++ packages/jabberbot/trunk/debian/control	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1,23 @@
+Source: jabberbot
+Priority: optional
+Section: python
+XS-Python-Version: >= 2.5
+Maintainer: Carl Chenet <chaica at ohmytux.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python(>= 2.5), python-xmpp
+Standards-Version: 3.8.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.
+

Added: packages/jabberbot/trunk/debian/copyright
===================================================================
--- packages/jabberbot/trunk/debian/copyright	                        (rev 0)
+++ packages/jabberbot/trunk/debian/copyright	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1,37 @@
+This package was debianized by Carl Chenet <chaica at ohmytux.com> on
+Tue, 03 Nov 2009 00:22:25 +0200.
+
+It was downloaded from http://thpinfo.com/2007/python-jabberbot/
+
+Upstream Authors:
+
+    Thomas Perl <thp at thpinfo.com>
+    John Martinez <jvm at axiometric.com>
+    Dan Sanders <dan at ified.ca>
+    Pat Notz <patnotz at gmail.com>
+
+Copyright:
+
+    Copyright © 2009 Thomas Perl <thp at thpinfo.com>
+
+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 © 2009, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version, see above.

Added: packages/jabberbot/trunk/debian/examples
===================================================================
--- packages/jabberbot/trunk/debian/examples	                        (rev 0)
+++ packages/jabberbot/trunk/debian/examples	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1 @@
+examples/*.py

Added: packages/jabberbot/trunk/debian/pycompat
===================================================================
--- packages/jabberbot/trunk/debian/pycompat	                        (rev 0)
+++ packages/jabberbot/trunk/debian/pycompat	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1 @@
+2-

Added: packages/jabberbot/trunk/debian/rules
===================================================================
--- packages/jabberbot/trunk/debian/rules	                        (rev 0)
+++ packages/jabberbot/trunk/debian/rules	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+


Property changes on: packages/jabberbot/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/jabberbot/trunk/debian/watch
===================================================================
--- packages/jabberbot/trunk/debian/watch	                        (rev 0)
+++ packages/jabberbot/trunk/debian/watch	2009-11-07 15:16:15 UTC (rev 10327)
@@ -0,0 +1,2 @@
+version=3
+http://thpinfo.com/2007/python-jabberbot/jabberbot-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list