summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2006-07-17 18:05:01 +0200
committerAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2006-07-17 18:05:01 +0200
commitc74c15e6eb1240ed5622b43bc05adf0b6be649cd (patch)
tree357c1505984720ce279fd66b55071910a52d33fa
parent0eea51418aa30b6f117b6a378f1e19dcc3180532 (diff)
downloadlogilab-common-common-version-0_17_0.tar.gz
new debian package: python-xml dependency doesn't seem necessary. Please correct if neededcommon-version-0_17_0
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog12
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
5 files changed, 19 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f2b4c87..c50aecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
- --
+2006-07-13 -- 0.17.0
* python2.5 compatibility (testlib.py + compat.py)
* testlib.assertListEquals return all errors at once
* new "password" option type in optik_ext
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 9c8ac9f..ba6581f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
__revision__ = "$Id: __pkginfo__.py,v 1.58 2006-04-25 12:08:52 syt Exp $"
modname = 'common'
-numversion = (0, 16, 1)
+numversion = (0, 17, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
@@ -40,7 +40,7 @@ modules,
* generating of SQL queries
* running unit tests
* manipulating tree structures
- * accessing RDBMS (currently postgreSQL and mysql)
+ * accessing RDBMS (currently postgreSQL, mysql and sqlite)
* generating text and HTML reports
* logging"""
diff --git a/debian/changelog b/debian/changelog
index f9e4a4c..e495bce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+logilab-common (0.17.0-2) unstable; urgency=low
+
+ * removed python-xml dependency
+
+ -- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Mon, 17 Jul 2006 17:08:15 +0200
+
+logilab-common (0.17.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Thu, 13 Jul 2006 15:55:03 +0200
+
logilab-common (0.16.1-1) unstable; urgency=low
* Updated to new Python Policy (closes: #373459)
diff --git a/debian/control b/debian/control
index 7dde8da..ce4feb5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
Package: python-logilab-common
Architecture: all
-Depends: ${python:Depends}, python-xml
+Depends: ${python:Depends}, python-egenix-mxdatetime
Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2)
XB-Python-Version: ${python:Versions}
Description: useful miscellaneous modules used by Logilab projects
@@ -21,7 +21,7 @@ Description: useful miscellaneous modules used by Logilab projects
* generating of SQL queries
* running unit tests
* manipulating tree structures
- * accessing RDBMS (currently postgreSQL and mysql)
+ * accessing RDBMS (currently postgreSQL, mysql and sqlite)
* generating text and HTML reports
* logging
.
diff --git a/debian/rules b/debian/rules
index c491abd..0488ef4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DH_COMPAT=5
+
build: build-stamp
build-stamp:
dh_testdir