Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2008-03-09 00:24:16 +0300
committerDavid Rousselie <dax@happycoders.org>2008-03-09 00:24:16 +0300
commit723fa4987e73c1923ba5b776ce965d1c1d3f568e (patch)
tree579cee15660d2dcf45c7668fce273d647457083d /debian
parenteeeef2ac83be8e80a6aad89a2b8261bcdc5bddf9 (diff)
Update Debian package configuration to version 0.1 beta 1
darcs-hash:20080308212416-86b55-a8c58fda193db5acca252b445f19a6571a35c920.gz
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
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 <dax@happycoders.org> 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)