[Python-modules-commits] r31727 - in packages/astroid/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jan 31 00:08:01 UTC 2015


    Date: Saturday, January 31, 2015 @ 00:08:00
  Author: morph
Revision: 31727

* debian/control
  - add six to dependencies

Modified:
  packages/astroid/trunk/debian/changelog
  packages/astroid/trunk/debian/control

Modified: packages/astroid/trunk/debian/changelog
===================================================================
--- packages/astroid/trunk/debian/changelog	2015-01-31 00:04:25 UTC (rev 31726)
+++ packages/astroid/trunk/debian/changelog	2015-01-31 00:08:00 UTC (rev 31727)
@@ -4,8 +4,10 @@
   * debian/copyright
     - extend upstream and packaging copyright years
     - update upstream email contact
+  * debian/control
+    - add six to dependencies
 
- -- Sandro Tosi <morph at debian.org>  Sat, 31 Jan 2015 00:04:11 +0000
+ -- Sandro Tosi <morph at debian.org>  Sat, 31 Jan 2015 00:07:40 +0000
 
 astroid (1.2.1-3) unstable; urgency=medium
 

Modified: packages/astroid/trunk/debian/control
===================================================================
--- packages/astroid/trunk/debian/control	2015-01-31 00:04:25 UTC (rev 31726)
+++ packages/astroid/trunk/debian/control	2015-01-31 00:08:00 UTC (rev 31727)
@@ -11,7 +11,7 @@
 
 Package: python-astroid
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.60.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.60.0), python-six
 Description: rebuild a new abstract syntax tree from Python's AST
  The aim of this module is to provide a common base representation of
  Python source code for projects such as pychecker, pyreverse,
@@ -39,7 +39,7 @@
 
 Package: python3-astroid
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.60.0)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.60.0), python3-six
 Description: rebuild a new abstract syntax tree from Python's AST (Python3)
  The aim of this module is to provide a common base representation of
  Python source code for projects such as pychecker, pyreverse,




More information about the Python-modules-commits mailing list