[Python-modules-commits] r14515 - in packages/logilab-common/trunk/debian (3 files)

juj-guest at users.alioth.debian.org juj-guest at users.alioth.debian.org
Mon Oct 4 09:13:24 UTC 2010


    Date: Monday, October 4, 2010 @ 09:13:08
  Author: juj-guest
Revision: 14515

* New upstream release
* debian/control
  - add python-unittest2 as new build/binary dependency
  - remove Fabrice Douchant from Uploader
  - add myself to Uploader

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

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2010-10-02 18:21:31 UTC (rev 14514)
+++ packages/logilab-common/trunk/debian/changelog	2010-10-04 09:13:08 UTC (rev 14515)
@@ -1,3 +1,13 @@
+logilab-common (0.52.0-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control
+    - add python-unittest2 as new build/binary dependency
+    - remove Fabrice Douchant from Uploader
+    - add myself to Uploader
+
+ -- Julien Jehannet <julien.jehannet at logilab.fr>  Thu, 30 Sep 2010 18:10:18 +0200
+ 
 logilab-common (0.51.1-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/logilab-common/trunk/debian/control
===================================================================
--- packages/logilab-common/trunk/debian/control	2010-10-02 18:21:31 UTC (rev 14514)
+++ packages/logilab-common/trunk/debian/control	2010-10-04 09:13:08 UTC (rev 14515)
@@ -2,9 +2,9 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: David Douard <david.douard at logilab.fr>, Fabrice Douchant <fabrice.douchant at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
+Uploaders: David Douard <david.douard at logilab.fr>, Julien Jehannet <Julien.Jehannet at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.3-1~)
-Build-Depends-Indep: python-support, python-epydoc, graphviz, python-egenix-mxdatetime
+Build-Depends-Indep: python-support, python-epydoc, graphviz, python-egenix-mxdatetime, python-unittest2
 XS-Python-Version: all
 Standards-Version: 3.9.1
 Homepage: http://www.logilab.org/project/logilab-common
@@ -14,7 +14,7 @@
 Package: python-logilab-common
 Architecture: all
 Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-unittest2
 Recommends: python-egenix-mxdatetime
 Suggests: pyro
 Conflicts: python-constraint (<< 0.4.0-4), python-logilab-astng (<< 0.19.1-1), pylint (<< 0.18.1-1)

Modified: packages/logilab-common/trunk/debian/rules
===================================================================
--- packages/logilab-common/trunk/debian/rules	2010-10-02 18:21:31 UTC (rev 14514)
+++ packages/logilab-common/trunk/debian/rules	2010-10-04 09:13:08 UTC (rev 14515)
@@ -31,7 +31,7 @@
 	# run tests
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	# use the default python version to select the script dir to run the tests
-	-PYTHONPATH=$(CURDIR)/build/lib/ $(CURDIR)/build/scripts-$(PYDEF)/pytest -t test
+	PYTHONPATH=$(CURDIR)/build/lib/ $(CURDIR)/build/scripts-$(PYDEF)/pytest -t test
 endif
 
 	# build doc




More information about the Python-modules-commits mailing list