Add Debian packaging configuration

darcs-hash:20071113175844-86b55-930c81a3e37181559260cd4df978d5d4baa77a9a.gz
This commit is contained in:
David Rousselie
2007-11-13 18:58:44 +01:00
parent 882f61d812
commit b8002f17fc
9 changed files with 136 additions and 0 deletions

11
src/jcl.egg-info/PKG-INFO Normal file
View File

@@ -0,0 +1,11 @@
Metadata-Version: 1.0
Name: jcl
Version: 0.1
Summary: Jabber Component Library
Home-page: http://people.happycoders.org/dax/projects/jcl
Author: David Rousselie
Author-email: dax@happycoders.org
License: GPL
Description: UNKNOWN
Keywords: jabber component
Platform: UNKNOWN

View File

@@ -0,0 +1,21 @@
README
setup.py
src/jcl/__init__.py
src/jcl/error.py
src/jcl/lang.py
src/jcl/runner.py
src/jcl.egg-info/PKG-INFO
src/jcl.egg-info/SOURCES.txt
src/jcl.egg-info/dependency_links.txt
src/jcl.egg-info/requires.txt
src/jcl.egg-info/top_level.txt
src/jcl/jabber/__init__.py
src/jcl/jabber/command.py
src/jcl/jabber/component.py
src/jcl/jabber/disco.py
src/jcl/jabber/feeder.py
src/jcl/jabber/message.py
src/jcl/jabber/presence.py
src/jcl/jabber/register.py
src/jcl/model/__init__.py
src/jcl/model/account.py

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
SQLObject>=0.8
pyxmpp>=1.0
pysqlite>=2.0

View File

@@ -0,0 +1 @@
jcl