[Python-modules-commits] r33537 - in packages/logilab-common/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jul 30 00:05:26 UTC 2015


    Date: Thursday, July 30, 2015 @ 00:05:21
  Author: morph
Revision: 33537

* debian/control
  - add setuptools to b-d, required by new code

Modified:
  packages/logilab-common/trunk/debian/changelog
  packages/logilab-common/trunk/debian/control

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2015-07-29 20:53:43 UTC (rev 33536)
+++ packages/logilab-common/trunk/debian/changelog	2015-07-30 00:05:21 UTC (rev 33537)
@@ -1,8 +1,10 @@
 logilab-common (1.0.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - add setuptools to b-d, required by new code
 
- -- Sandro Tosi <morph at debian.org>  Wed, 29 Jul 2015 21:18:30 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 30 Jul 2015 01:05:02 +0100
 
 logilab-common (0.63.2-1) experimental; urgency=medium
 

Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control	2015-07-29 20:53:43 UTC (rev 33536)
+++ packages/logilab-common/trunk/debian/control	2015-07-30 00:05:21 UTC (rev 33537)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5.3-1~), python3-all
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5.3-1~), python3-all, python-setuptools, python3-setuptools
 Build-Depends-Indep: dh-python, python-epydoc, graphviz, python-egenix-mxdatetime, python-unittest2, python-six, python3-six, python-tz, python3-tz
 XS-Python-Version: all
 X-Python3-Version: >= 3.2
@@ -20,6 +20,7 @@
 Suggests: pyro, python-unittest2
 Description: useful miscellaneous modules used by Logilab projects
  logilab-common is a collection of low-level Python packages and modules,
+ A
  designed to ease:
  .
   * handling command line options and configuration files




More information about the Python-modules-commits mailing list