[Python-modules-commits] r7952 - in packages/logilab-astng/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Mar 22 09:20:36 UTC 2009
Date: Sunday, March 22, 2009 @ 09:20:35
Author: morph
Revision: 7952
- 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
Modified:
packages/logilab-astng/trunk/debian/changelog
packages/logilab-astng/trunk/debian/control
packages/logilab-astng/trunk/debian/rules
Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog 2009-03-21 20:32:08 UTC (rev 7951)
+++ packages/logilab-astng/trunk/debian/changelog 2009-03-22 09:20:35 UTC (rev 7952)
@@ -1,9 +1,17 @@
-logilab-astng (0.17.4-2) UNRELEASED; urgency=low
+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 at debian.org> Sun, 30 Nov 2008 00:08:46 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 22 Mar 2009 10:19:45 +0100
logilab-astng (0.17.4-1) unstable; urgency=low
Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control 2009-03-21 20:32:08 UTC (rev 7951)
+++ packages/logilab-astng/trunk/debian/control 2009-03-22 09:20:35 UTC (rev 7952)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at 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/
Package: python-logilab-astng
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.21.0-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.38.1-1)
XB-Python-Version: ${python:Versions}
Description: extend Python's abstract syntax tree (AST)
The aim of this module is to provide a common base representation of
Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules 2009-03-21 20:32:08 UTC (rev 7951)
+++ packages/logilab-astng/trunk/debian/rules 2009-03-22 09:20:35 UTC (rev 7952)
@@ -27,7 +27,8 @@
find . -name "*.pyc" -delete
- dh_clean build-stamp build
+ rm -rf build
+ dh_clean build-stamp
install: build
dh_testdir
@@ -50,7 +51,7 @@
dh_testdir
dh_testroot
dh_install -i
- dh_pycentral -i
+ dh_pysupport -i
dh_installchangelogs -i ChangeLog
dh_installexamples -i
dh_installdocs -i README
More information about the Python-modules-commits
mailing list