summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-03-24 16:09:34 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-03-24 16:09:34 +0100
commitcb773a69d51dcc8208eb70738210f5f56f13f3ef (patch)
tree9304c3aa98bec8803a90ec2f5d8ddf381ff2e4eb /debian
parentfbf2162f8c3ea26b0e45c9a65ba9d391aae2fe42 (diff)
downloadastroid-cb773a69d51dcc8208eb70738210f5f56f13f3ef.tar.gz
actually backport Sandro Tosi 0.17.4-2 changes
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules6
3 files changed, 15 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index c556fd1..771acf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,9 +8,16 @@ logilab-astng (0.17.4-2) unstable; urgency=low
* debian/control
- added ${misc:Depends} to Depends
+ - tighten the depends on python-logilab-common to the version using
+ python-support (0.38.1-1)
+ - bump Standards-Version to 3.8.1 (no changes needed)
+ * debian/{control, rules}
+ - switch to python-support, implicitly fixing missing namespace; thanks to
+ Servilio Afre Puentes for the report; Closes: #520584
+ * debian/rules
+ - 'build' is a dir, so we need 'rm' for it
- -- Sandro Tosi <morph@debian.org> Sun, 30 Nov 2008 00:08:46 +0100
-
+ -- Sandro Tosi <morph@debian.org> Sun, 22 Mar 2009 10:19:45 +0100
logilab-astng (0.17.4-1.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c8d69f0..507dc72 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7)
-Build-Depends-Indep: python-central (>=0.5)
+Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.3.5-7)
+Build-Depends-Indep: python-support
XS-Python-Version: all
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.logilab.org/project/logilab-astng
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/logilab-astng/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-astng/trunk/
diff --git a/debian/rules b/debian/rules
index 5efafb0..883691f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ clean:
NO_SETUPTOOLS=1 python setup.py clean
find . -name "*.pyc" -delete
-
- dh_clean build-stamp build
+ rm -rf build
+ dh_clean build-stamp
install: build
dh_testdir
@@ -50,7 +50,7 @@ binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
- dh_pycentral -i
+ dh_pysupport -i
dh_installchangelogs -i ChangeLog
dh_installexamples -i
dh_installdocs -i README