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

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu May 29 17:00:46 UTC 2008


    Date: Thursday, May 29, 2008 @ 17:00:45
  Author: arnau
Revision: 5514

New upstream release

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

Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog	2008-05-29 16:15:35 UTC (rev 5513)
+++ packages/ply/trunk/debian/changelog	2008-05-29 17:00:45 UTC (rev 5514)
@@ -1,3 +1,11 @@
+ply (2.5-1) unstable; urgency=low
+
+  * New upstream release. Closes: #483368.
+  * debian/control:
+    + Add Build-Depends against python-setuptools (ply now supports eggs).
+
+ -- Arnaud Fontaine <arnau at debian.org>  Thu, 29 May 2008 18:37:16 +0200
+
 ply (2.3-2) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control	2008-05-29 16:15:35 UTC (rev 5513)
+++ packages/ply/trunk/debian/control	2008-05-29 17:00:45 UTC (rev 5514)
@@ -3,7 +3,11 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-7), python-support (>= 0.4)
+Build-Depends: debhelper (>= 5.0.37.2),
+               cdbs (>= 0.4.43),
+               python-dev (>= 2.3.5-7),
+               python-support (>= 0.4),
+               python-setuptools (>= 0.6a9)
 Standards-Version: 3.7.3
 Homepage: http://www.dabeaz.com/ply/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/

Modified: packages/ply/trunk/debian/rules
===================================================================
--- packages/ply/trunk/debian/rules	2008-05-29 16:15:35 UTC (rev 5513)
+++ packages/ply/trunk/debian/rules	2008-05-29 17:00:45 UTC (rev 5514)
@@ -9,4 +9,5 @@
 # Don't compress .py files
 DEB_COMPRESS_EXCLUDE := .py
 
-DEB_DESTDIR=debian/python-ply
+DEB_DESTDIR := debian/python-ply
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed




More information about the Python-modules-commits mailing list