Update Debian package configuration to version 0.1 beta 1

darcs-hash:20080308212416-86b55-a8c58fda193db5acca252b445f19a6571a35c920.gz
This commit is contained in:
David Rousselie
2008-03-08 22:24:16 +01:00
parent eeeef2ac83
commit 723fa4987e
3 changed files with 8 additions and 3 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
jcl (0.1b1) unstable; urgency=low
* JCL v0.1 beta 1
-- David Rousselie <dax@happycoders.org> Sat, 08 Mar 2008 22:07:12 +0100
jcl (0.1.20071130) unstable; urgency=low jcl (0.1.20071130) unstable; urgency=low
* JCL first version * JCL first version

3
debian/control vendored
View File

@@ -8,8 +8,7 @@ XS-Python-Version: all
Package: python-jcl Package: python-jcl
Architecture: all Architecture: all
Depends: ${python:Depends}, python-sqlobject (>= 0.8), python-pyxmpp (>= 1.0) Depends: ${python:Depends}, python-sqlobject (>= 0.8), python-pyxmpp (>= 1.0), python-pysqlite2 (>= 2.0)
Recommends: python-pysqlite2
Suggests: Suggests:
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Provides: ${python:Provides} Provides: ${python:Provides}

2
debian/rules vendored
View File

@@ -5,7 +5,7 @@
PACKAGE_NAME=python-jcl PACKAGE_NAME=python-jcl
MODULE_NAME=jcl MODULE_NAME=jcl
DEB_UPSTREAM_VERSION=0.1 DEB_UPSTREAM_VERSION=0.1b1
PYVERS=$(shell pyversions -vr) PYVERS=$(shell pyversions -vr)