[Python-modules-commits] r20856 - in packages/python-cobe/trunk (7 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Mar 19 08:26:34 UTC 2012
Date: Monday, March 19, 2012 @ 08:26:31
Author: eriol-guest
Revision: 20856
Initial import
Added:
packages/python-cobe/trunk/debian/
packages/python-cobe/trunk/debian/changelog
packages/python-cobe/trunk/debian/compat
packages/python-cobe/trunk/debian/control
packages/python-cobe/trunk/debian/rules
packages/python-cobe/trunk/debian/source/
packages/python-cobe/trunk/debian/source/format
Property changes on: packages/python-cobe/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog (rev 0)
+++ packages/python-cobe/trunk/debian/changelog 2012-03-19 08:26:31 UTC (rev 20856)
@@ -0,0 +1,5 @@
+cobe (2.0.2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #600515)
+
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 19 Mar 2012 08:54:13 +0100
Added: packages/python-cobe/trunk/debian/compat
===================================================================
--- packages/python-cobe/trunk/debian/compat (rev 0)
+++ packages/python-cobe/trunk/debian/compat 2012-03-19 08:26:31 UTC (rev 20856)
@@ -0,0 +1 @@
+7
Added: packages/python-cobe/trunk/debian/control
===================================================================
--- packages/python-cobe/trunk/debian/control (rev 0)
+++ packages/python-cobe/trunk/debian/control 2012-03-19 08:26:31 UTC (rev 20856)
@@ -0,0 +1,21 @@
+Source: python-cobe
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.3
+
+Package: python-cobe
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: Markov chain based text generator library and chatbot
+ Cobe is a Markov chain based text generator. It provides a command line
+ learning/replying interface, an IRC client, and a low-level API for
+ writing your own text generation tools. It uses SQLite as its data
+ store.
Added: packages/python-cobe/trunk/debian/rules
===================================================================
--- packages/python-cobe/trunk/debian/rules (rev 0)
+++ packages/python-cobe/trunk/debian/rules 2012-03-19 08:26:31 UTC (rev 20856)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYTHONWARNINGS=d
+
+%:
+ dh $@ --with python2
Property changes on: packages/python-cobe/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-cobe/trunk/debian/source/format
===================================================================
--- packages/python-cobe/trunk/debian/source/format (rev 0)
+++ packages/python-cobe/trunk/debian/source/format 2012-03-19 08:26:31 UTC (rev 20856)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list