[Python-modules-commits] r8008 - in packages/logilab-astng/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Mar 26 17:54:18 UTC 2009


    Date: Thursday, March 26, 2009 @ 17:54:18
  Author: morph
Revision: 8008

* New upstream release
* debian/copyright
  - bump upstream copyright years
* debian/control
  - updated long description to match new upstream one
  - bump python-logilab-common dependency to at least 0.39.0
* debian/rules
  - using --root instead of --prefix

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/control
  packages/logilab-astng/trunk/debian/copyright
  packages/logilab-astng/trunk/debian/rules

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2009-03-26 16:51:53 UTC (rev 8007)
+++ packages/logilab-astng/trunk/debian/changelog	2009-03-26 17:54:18 UTC (rev 8008)
@@ -1,3 +1,16 @@
+logilab-astng (0.19.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/copyright
+    - bump upstream copyright years
+  * debian/control
+    - updated long description to match new upstream one
+    - bump python-logilab-common dependency to at least 0.39.0
+  * debian/rules
+    - using --root instead of --prefix
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 26 Mar 2009 18:28:45 +0100
+
 logilab-astng (0.17.4-2) unstable; urgency=low
 
   * debian/control

Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control	2009-03-26 16:51:53 UTC (rev 8007)
+++ packages/logilab-astng/trunk/debian/control	2009-03-26 17:54:18 UTC (rev 8008)
@@ -13,14 +13,15 @@
 
 Package: python-logilab-astng
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.38.1-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0)
 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
  Python source code for projects such as pyreverse or pylint. 
  .
- It extends classes defined in the compiler.ast module with some
- additional methods and attributes. Instance attributes are added by a
- builder object, which can either generate extended ast (let's call
- them astng ;) by visiting an existant ast tree or by inspecting
- living object. Methods are added by monkey patching ast classes.
+ It extends class defined in the compiler.ast module (Python <= 2.4)
+ or in the builtin _ast module (Python >= 2.5) with some additional
+ methods and attributes. Instance attributes are added by a builder
+ object, which can either generate extended ast (let's call them astng
+ ;) by visiting an existant ast tree or by inspecting living
+ object. Methods are added by monkey patching ast classes.

Modified: packages/logilab-astng/trunk/debian/copyright
===================================================================
--- packages/logilab-astng/trunk/debian/copyright	2009-03-26 16:51:53 UTC (rev 8007)
+++ packages/logilab-astng/trunk/debian/copyright	2009-03-26 17:54:18 UTC (rev 8008)
@@ -8,9 +8,9 @@
 
 Copyright:
 
-    Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
+    Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
       http://www.logilab.fr/ -- mailto:contact at logilab.fr
-    Copyright (C) 2003-2008 Sylvain Thenault
+    Copyright (C) 2003-2009 Sylvain Thenault
 
 License:
 

Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules	2009-03-26 16:51:53 UTC (rev 8007)
+++ packages/logilab-astng/trunk/debian/rules	2009-03-26 17:54:18 UTC (rev 8008)
@@ -36,7 +36,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	python setup.py -q install --no-compile --prefix=debian/python-logilab-astng/usr/
+	python setup.py -q install --no-compile --root=$(CURDIR)/debian/python-logilab-astng/
 
 	# remove sub-package __init__ file (created in postinst)
 	rm debian/python-logilab-astng/usr/lib/python*/site-packages/logilab/__init__.py




More information about the Python-modules-commits mailing list