summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2007-06-08 13:58:02 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2007-06-08 13:58:02 +0200
commit86525fb8234a100ef3a445d8dca44fddf4ae04e0 (patch)
tree331784199b9f079eab8c2d36ae9d031e73045a83
parent995c613eabe0c52e79b89d3255f46bd78b2271f0 (diff)
downloadlogilab-common-86525fb8234a100ef3a445d8dca44fddf4ae04e0.tar.gz
updated packaging a bit
-rw-r--r--debian/compat1
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules3
3 files changed, 4 insertions, 5 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index 1740056..56044cc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: logilab-common
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-central (>=0.5)
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-logilab-common
Architecture: all
-Depends: ${python:Depends}, python-egenix-mxdatetime
+Depends: python, 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), python2.3-logilab-common, python2.4-logilab-common
XB-Python-Version: ${python:Versions}
Description: useful miscellaneous modules used by Logilab projects
diff --git a/debian/rules b/debian/rules
index 0488ef4..eeb71e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DH_COMPAT=5
-
build: build-stamp
build-stamp:
dh_testdir
@@ -46,7 +44,6 @@ binary-indep: build install
dh_testroot
dh_install -i
dh_pycentral -i
- dh_python -i
gzip -9 -c ChangeLog > changelog.gz
dh_installchangelogs -i
dh_installexamples -i