diff --git a/debian/changelog b/debian/changelog index 6d5e223..5e72d63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jcl (0.1b1) unstable; urgency=low + + * JCL v0.1 beta 1 + + -- David Rousselie Sat, 08 Mar 2008 22:07:12 +0100 + jcl (0.1.20071130) unstable; urgency=low * JCL first version diff --git a/debian/control b/debian/control index d33850c..9f3b2e6 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,7 @@ XS-Python-Version: all Package: python-jcl Architecture: all -Depends: ${python:Depends}, python-sqlobject (>= 0.8), python-pyxmpp (>= 1.0) -Recommends: python-pysqlite2 +Depends: ${python:Depends}, python-sqlobject (>= 0.8), python-pyxmpp (>= 1.0), python-pysqlite2 (>= 2.0) Suggests: XB-Python-Version: ${python:Versions} Provides: ${python:Provides} diff --git a/debian/rules b/debian/rules index 96d20c5..c7423ef 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PACKAGE_NAME=python-jcl MODULE_NAME=jcl -DEB_UPSTREAM_VERSION=0.1 +DEB_UPSTREAM_VERSION=0.1b1 PYVERS=$(shell pyversions -vr)