From 723fa4987e73c1923ba5b776ce965d1c1d3f568e Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Sat, 8 Mar 2008 22:24:16 +0100 Subject: [PATCH] Update Debian package configuration to version 0.1 beta 1 darcs-hash:20080308212416-86b55-a8c58fda193db5acca252b445f19a6571a35c920.gz --- debian/changelog | 6 ++++++ debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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)