[Python-apps-commits] r4548 - in packages/ibid/trunk (11 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Tue Jan 19 12:14:17 UTC 2010


    Date: Tuesday, January 19, 2010 @ 12:14:15
  Author: stefanor-guest
Revision: 4548

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/ibid/trunk/debian/
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/compat
  packages/ibid/trunk/debian/control
  packages/ibid/trunk/debian/copyright
  packages/ibid/trunk/debian/docs
  packages/ibid/trunk/debian/patches/
  packages/ibid/trunk/debian/patches/10-docs.diff
  packages/ibid/trunk/debian/pycompat
  packages/ibid/trunk/debian/pyversions
  packages/ibid/trunk/debian/rules


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

Added: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	                        (rev 0)
+++ packages/ibid/trunk/debian/changelog	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,5 @@
+ibid (0.0-0ubuntu1) karmic; urgency=low
+
+  * Initial release
+
+ -- Michael Gorven <ibid-dev at lists.launchpad.net>  Wed, 08 Jul 2009 18:45:02 +0200

Added: packages/ibid/trunk/debian/compat
===================================================================
--- packages/ibid/trunk/debian/compat	                        (rev 0)
+++ packages/ibid/trunk/debian/compat	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1 @@
+5

Added: packages/ibid/trunk/debian/control
===================================================================
--- packages/ibid/trunk/debian/control	                        (rev 0)
+++ packages/ibid/trunk/debian/control	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,25 @@
+Source: ibid
+Section: python
+Priority: extra
+Maintainer: Ibid Developers <ibid-dev at lists.launchpad.net>
+Build-Depends: cdbs, debhelper (>= 5), python-setuptools, python-support, python
+Standards-Version: 3.8.2
+Homepage: http://ibid.omnia.za.net/
+
+Package: python-ibid
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-twisted-words, python-twisted-web, python-sqlalchemy (>= 0.4.6),
+ python-simplejson | python (>= 2.6), python-soappy, python-jinja,
+ python-html5lib, python-beautifulsoup, python-twisted-mail,
+ python-celementtree | python (>= 2.5), python-pkg-resources, python-dateutil
+Python-Depends: python-pysqlite2 | python-mysqldb | python-psycopg2, python-openssl
+Recommends: python-dictclient, python-dnspython, python-feedparser, python-imdbpy (>= 3.8),
+ units, bc, ipcalc, iputils-tracepath, man-db, fortune, python-wokkel (>= 0.4)
+Suggests: python-pinder, python-pysilc, apt-file, bzr, dictd
+Description: Multi-protocol general purpose chat bot
+ Ibid is a multi-protocol general purpose chat bot written in Python. It uses a
+ natural language interface, and can connect to multiple sources, including IRC,
+ Jabber and SILC servers, as well as allowing interaction using SMTP, HTTP and
+ various RPC protocols. It aims to be agnostic with regard to how it is used,
+ and to make plugins and extensions as easy as possible to write.

Added: packages/ibid/trunk/debian/copyright
===================================================================
--- packages/ibid/trunk/debian/copyright	                        (rev 0)
+++ packages/ibid/trunk/debian/copyright	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,12 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: Ibid
+Upstream-Maintainer: Ibid Developers <ibid-dev at lists.launchpad.net>
+Upstream-Source: http://launchpad.net/ibid
+
+Files: *
+Copyright: (c) 2008-2009, Michael Gorven
+Copyright: (c) 2008-2009, Jonathan Hitchcock
+Copyright: (c) 2009, Stefano Rivera
+License: BSD
+X-Comment: On Debian GNU/Linux systems, the complete text of the
+ BSD License can be found in /usr/share/common-licenses/BSD

Added: packages/ibid/trunk/debian/docs
===================================================================
--- packages/ibid/trunk/debian/docs	                        (rev 0)
+++ packages/ibid/trunk/debian/docs	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,3 @@
+factpacks
+contrib
+docs

Added: packages/ibid/trunk/debian/patches/10-docs.diff
===================================================================
--- packages/ibid/trunk/debian/patches/10-docs.diff	                        (rev 0)
+++ packages/ibid/trunk/debian/patches/10-docs.diff	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,17 @@
+Description: contrib/ and factpacks/ will be installed as docs.
+Author: Michael Gorven <michael at gorven.za.net>
+Forwarded: not-needed
+
+=== modified file 'setup.py'
+--- setup.py	2009-07-13 17:08:34 +0000
++++ setup.py	2009-07-14 07:58:43 +0000
+@@ -41,7 +41,7 @@
+         'http://ibid.omnia.za.net/eggs/',
+         'http://wokkel.ik.nu/downloads',
+     ],
+-    packages=['ibid', 'tracibid', 'lib', 'twisted', 'data', 'contrib', 'factpacks'],
++    packages=['ibid', 'tracibid', 'lib', 'twisted', 'data'],
+     entry_points={
+         'trac.plugins': ['tracibid = tracibid.notifier'],
+     },
+

Added: packages/ibid/trunk/debian/pycompat
===================================================================
--- packages/ibid/trunk/debian/pycompat	                        (rev 0)
+++ packages/ibid/trunk/debian/pycompat	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1 @@
+2

Added: packages/ibid/trunk/debian/pyversions
===================================================================
--- packages/ibid/trunk/debian/pyversions	                        (rev 0)
+++ packages/ibid/trunk/debian/pyversions	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1 @@
+2.5-

Added: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	                        (rev 0)
+++ packages/ibid/trunk/debian/rules	2010-01-19 12:14:15 UTC (rev 4548)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+  
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk


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




More information about the Python-apps-commits mailing list