[Python-modules-commits] r6837 - in packages/python-formencode/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Nov 6 18:37:24 UTC 2008


    Date: Thursday, November 6, 2008 @ 18:37:24
  Author: piotr
Revision: 6837

* New upstream release (upload to experimental due to Lenny freeze, to ease
  testing rev. dependencies)
* DH_PYCENTRAL=nomove removed from debian/rules
* Add python-pkg-resources to Depends
* Add python-egenix-mxdatetime to Suggests
* Replace python-elementtree dependency with:
  python (>= 2.5) | python-elementtree
* Remove .py[co] files in clean rule
* Standards-version bumped to 3.8.0 (new Homepage field, see above)

Modified:
  packages/python-formencode/trunk/debian/changelog
  packages/python-formencode/trunk/debian/control
  packages/python-formencode/trunk/debian/rules

Modified: packages/python-formencode/trunk/debian/changelog
===================================================================
--- packages/python-formencode/trunk/debian/changelog	2008-11-06 18:08:25 UTC (rev 6836)
+++ packages/python-formencode/trunk/debian/changelog	2008-11-06 18:37:24 UTC (rev 6837)
@@ -1,7 +1,6 @@
-python-formencode (1.0.1-2) UNRELEASED; urgency=low
+python-formencode (1.1-1) experimental; urgency=low
   
   [ Carlos Galisteo ]
-  [Carlos Galisteo]
   * debian/control:
     - Added Homepage field.
 
@@ -9,8 +8,19 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Carlos Galisteo <cgalisteo at k-rolus.net>  Tue, 08 Jul 2008 10:36:22 +0000
+  [ Piotr Ożarowski ]
+  * New upstream release (upload to experimental due to Lenny freeze, to ease
+    testing rev. dependencies)
+  * DH_PYCENTRAL=nomove removed from debian/rules
+  * Add python-pkg-resources to Depends
+  * Add python-egenix-mxdatetime to Suggests
+  * Replace python-elementtree dependency with:
+    python (>= 2.5) | python-elementtree
+  * Remove .py[co] files in clean rule
+  * Standards-version bumped to 3.8.0 (new Homepage field, see above)
 
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 06 Nov 2008 19:29:50 +0100
+
 python-formencode (1.0.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-formencode/trunk/debian/control
===================================================================
--- packages/python-formencode/trunk/debian/control	2008-11-06 18:08:25 UTC (rev 6836)
+++ packages/python-formencode/trunk/debian/control	2008-11-06 18:37:24 UTC (rev 6837)
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, python (>= 2.3.5-7), python-central (>= 0.5), python-setuptools (>= 0.6a9)
 Maintainer: Fabio Tranchitella <kobold at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-formencode/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-formencode/trunk/
@@ -13,7 +13,9 @@
 Package: python-formencode
 Architecture: all
 Section: python
-Depends: ${python:Depends}, python-dns, python-elementtree
+Depends: ${python:Depends}, python-dns, python-pkg-resources,
+ python (>= 2.5) | python-elementtree
+Suggests: python-egenix-mxdatetime
 Replaces: python2.3-formencode (<< 0.5.1), python2.4-formencode (<< 0.5.1)
 Conflicts: python2.3-formencode (<< 0.5.1), python2.4-formencode (<< 0.5.1)
 XB-Python-Version: ${python:Versions}

Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules	2008-11-06 18:08:25 UTC (rev 6836)
+++ packages/python-formencode/trunk/debian/rules	2008-11-06 18:37:24 UTC (rev 6837)
@@ -2,7 +2,6 @@
 # Sample debian/rules that uses debhelper.
 # GNU copyright 1997 to 1999 by Joey Hess.
 
-export DH_PYCENTRAL=nomove
 PYVERS=$(shell pyversions -r debian/control)
 
 build: build-stamp
@@ -20,6 +19,7 @@
 	done
 	rm -rf build-stamp build
 	rm -rf FormEncode.egg-info
+	find . -name '*\.py[co]' -delete
 	dh_clean
 
 install: build




More information about the Python-modules-commits mailing list