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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Jun 3 18:43:59 UTC 2011


    Date: Friday, June 3, 2011 @ 18:43:58
  Author: eriol-guest
Revision: 17279

Enabled quilt to handle patches

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	2011-06-03 18:34:48 UTC (rev 17278)
+++ packages/ply/trunk/debian/changelog	2011-06-03 18:43:58 UTC (rev 17279)
@@ -1,3 +1,17 @@
+ply (3.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - Added quilt as build-dep
+  * debian/patches/01_fix-lex-tabversion.patch
+    - Set proper _tabversion in ply.lex
+  * debian/patches/02_relax-lex-tabversion-check.patch
+    - Don't break already built packages with wrong _tabversion
+  * debian/rules
+    - Enabled quilt to handle patches
+
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 03 Jun 2011 20:40:26 +0200
+
 ply (3.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control	2011-06-03 18:34:48 UTC (rev 17278)
+++ packages/ply/trunk/debian/control	2011-06-03 18:43:58 UTC (rev 17279)
@@ -6,6 +6,7 @@
 	   Gustavo Franco <stratus at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.43),
+               quilt,
                python-dev (>= 2.3.5-7),
                python-support (>= 0.90)
 Build-Depends-Indep: python-setuptools (>= 0.6a9)

Modified: packages/ply/trunk/debian/rules
===================================================================
--- packages/ply/trunk/debian/rules	2011-06-03 18:34:48 UTC (rev 17278)
+++ packages/ply/trunk/debian/rules	2011-06-03 18:43:58 UTC (rev 17279)
@@ -5,6 +5,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # Don't compress .py files
 DEB_COMPRESS_EXCLUDE := .py




More information about the Python-modules-commits mailing list