[Python-modules-commits] r8547 - in packages/pyparsing/trunk/debian (changelog control rules)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Thu May 21 20:06:12 UTC 2009


    Date: Thursday, May 21, 2009 @ 20:06:11
  Author: shlomme
Revision: 8547

new upstream release

Modified:
  packages/pyparsing/trunk/debian/changelog
  packages/pyparsing/trunk/debian/control
  packages/pyparsing/trunk/debian/rules

Modified: packages/pyparsing/trunk/debian/changelog
===================================================================
--- packages/pyparsing/trunk/debian/changelog	2009-05-20 22:01:47 UTC (rev 8546)
+++ packages/pyparsing/trunk/debian/changelog	2009-05-21 20:06:11 UTC (rev 8547)
@@ -1,3 +1,14 @@
+pyparsing (1.5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    * updated standards version to 3.8.1, no changes necessary
+    * bumped build dependency on python-dev to 2.5.4-1~
+  * debian/rules
+   * call setup.py with --install-layout=deb
+
+ -- Torsten Marek <shlomme at debian.org>  Thu, 21 May 2009 21:56:37 +0200
+
 pyparsing (1.5.1-2) unstable; urgency=low
 
   * Upload to unstable
@@ -9,7 +20,7 @@
     - depend on python-dev, not python-all-dev
   * debian/pycompat
     - removed, not needed anymore
-	
+
  -- Torsten Marek <shlomme at debian.org>  Mon, 09 Mar 2009 18:21:38 +0100
 
 pyparsing (1.5.1-1) experimental; urgency=low

Modified: packages/pyparsing/trunk/debian/control
===================================================================
--- packages/pyparsing/trunk/debian/control	2009-05-20 22:01:47 UTC (rev 8546)
+++ packages/pyparsing/trunk/debian/control	2009-05-21 20:06:11 UTC (rev 8547)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Kevin Coyner <kcoyner at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Torsten Marek <shlomme at debian.org>
-Standards-Version: 3.8.0
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-dev (>= 2.3.5-11), dpatch
-Build-Depends-Indep: python-support (>= 0.5.3), tofrodos
+Standards-Version: 3.8.1
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), python-dev (>= 2.5.4-1~), dpatch
+Build-Depends-Indep: python-support (>= 0.9), tofrodos
 Homepage: http://pyparsing.wikispaces.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyparsing/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyparsing/trunk/

Modified: packages/pyparsing/trunk/debian/rules
===================================================================
--- packages/pyparsing/trunk/debian/rules	2009-05-20 22:01:47 UTC (rev 8546)
+++ packages/pyparsing/trunk/debian/rules	2009-05-21 20:06:11 UTC (rev 8547)
@@ -8,6 +8,8 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb
+
 clean::
 	find -name '*.py[co]' -print0 | xargs -0 --no-run-if-empty rm -f --
 




More information about the Python-modules-commits mailing list