[Python-modules-commits] r12082 - in packages/pycha/trunk/debian (5 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Mar 2 07:40:40 UTC 2010


    Date: Tuesday, March 2, 2010 @ 07:40:38
  Author: bernat
Revision: 12082

Prepare for release

Added:
  packages/pycha/trunk/debian/source/
  packages/pycha/trunk/debian/source/format
Modified:
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/control
  packages/pycha/trunk/debian/runtests.py

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2010-03-02 07:32:06 UTC (rev 12081)
+++ packages/pycha/trunk/debian/changelog	2010-03-02 07:40:38 UTC (rev 12082)
@@ -1,11 +1,18 @@
-pycha (0.5.2-2) UNRELEASED; urgency=low
+pycha (0.5.2-2) unstable; urgency=low
 
   [ Luca Falavigna ]
   * debian/runtests.py:
     - Fix FTBFS with python2.6 as default Python version.
 
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sat, 13 Feb 2010 13:47:28 +0100
+  [ Vincent Bernat ]
+  * Adjust Build-Depends.
+  * Bump Standards-Version to 3.8.4.
+  * Switch to 3.0 (quilt) format.
+  * Fix Vcs-Svn field.
+  * Adapt unittests launcher to support an eventual future change in CDBS.
 
+ -- Vincent Bernat <bernat at debian.org>  Tue, 02 Mar 2010 08:38:18 +0100
+
 pycha (0.5.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2010-03-02 07:32:06 UTC (rev 12081)
+++ packages/pycha/trunk/debian/control	2010-03-02 07:40:38 UTC (rev 12082)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
 Build-Depends-Indep: python-cairo (>= 1.2)
 Homepage: http://bitbucket.org/lgs/pycha/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycha/trunk
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pycha/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycha/trunk/
 
 Package: python-pycha

Modified: packages/pycha/trunk/debian/runtests.py
===================================================================
--- packages/pycha/trunk/debian/runtests.py	2010-03-02 07:32:06 UTC (rev 12081)
+++ packages/pycha/trunk/debian/runtests.py	2010-03-02 07:40:38 UTC (rev 12082)
@@ -8,6 +8,7 @@
 
 _path = sys.path[:]
 sys.path[:] = []
+addsitedir(join(root, site_packages[1:]))
 addsitedir(join(root, site_packages[1:].replace("dist-packages", "site-packages")))
 sys.path.extend(_path)
 sys.path.append("tests")

Added: packages/pycha/trunk/debian/source/format
===================================================================
--- packages/pycha/trunk/debian/source/format	                        (rev 0)
+++ packages/pycha/trunk/debian/source/format	2010-03-02 07:40:38 UTC (rev 12082)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list