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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Jun 17 04:01:26 UTC 2011


    Date: Friday, June 17, 2011 @ 04:01:24
  Author: eriol-guest
Revision: 17487

Using dh_python-ply to handle python-ply version dependency

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

Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	2011-06-17 03:25:46 UTC (rev 17486)
+++ packages/pyke/trunk/debian/changelog	2011-06-17 04:01:24 UTC (rev 17487)
@@ -10,7 +10,8 @@
     - Added python-nose, python-wxgtk2.{6|8} as build-dep to run tests at
       build time
     - Added rest2web as build-deb to build documentation
-    - Added python-ply as build-dep and dependency
+    - Added python-ply (>= 3.4) as build-dep to be able to use dh_python-ply
+      and added ${python-ply:Depends} dependency
   * debian/python-pyke-doc.docs
     - Renamed pyke-doc.docs to python-pyke-doc.docs
   * debian/python-pyke-doc.doc-base
@@ -28,6 +29,7 @@
           Jakub Wilk for the report. (Closes: #555363)
        2. Regenerate python-ply cached tables
        3. Set proper debug path inside python-ply generated tables
+    - Added override_dh_gencontrol to use dh_python-ply
   * debian/clean
     - Added to clean python-ply cached tables shipped in upstream tarball
   * debian/copyright
@@ -51,7 +53,7 @@
     - Added patch by Jakub Wilk to skip check_tables: python-ply tables are
       regenerated at built time
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 03 Jun 2011 15:05:53 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 17 Jun 2011 05:39:05 +0200
 
 pyke (1.1.1-1) unstable; urgency=low
 

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2011-06-17 03:25:46 UTC (rev 17486)
+++ packages/pyke/trunk/debian/control	2011-06-17 04:01:24 UTC (rev 17487)
@@ -3,9 +3,14 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools,
- python-support, rest2web, python-nose, python-wxgtk2.6 | python-wxgtk2.8,
- python-ply (>= 3.3), python-ply (<< 3.5)
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all,
+               python-nose,
+               python-ply (>= 3.4),
+               python-setuptools,
+               python-support,
+               python-wxgtk2.6 | python-wxgtk2.8,
+               rest2web,
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyke/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyke/trunk/
@@ -13,8 +18,9 @@
 
 Package: python-pyke
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-ply (>= 3.3),
- python-ply (<< 3.5)
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${python-ply:Depends}
 Suggests: python-wxgtk2.6 | python-wxgtk2.8
 Description: Prolog-inspired Python logic programming toolkit
  Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-06-17 03:25:46 UTC (rev 17486)
+++ packages/pyke/trunk/debian/rules	2011-06-17 04:01:24 UTC (rev 17487)
@@ -45,3 +45,7 @@
 	# Restore documentation stylesheets
 	mv doc/stylesheets doc/html/
 	dh_installdocs
+
+override_dh_gencontrol:
+	dh_python-ply pyke/krb_compiler/*_tables.py
+	dh_gencontrol




More information about the Python-modules-commits mailing list