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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Jul 5 23:17:31 UTC 2011


    Date: Tuesday, July 5, 2011 @ 23:17:30
  Author: eriol-guest
Revision: 17729

Added override_dh_examples to not ship testall.config files. They
are used by doctest-tools which is not packaged for Debian

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

Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	2011-07-05 22:52:11 UTC (rev 17728)
+++ packages/pyke/trunk/debian/changelog	2011-07-05 23:17:30 UTC (rev 17729)
@@ -30,6 +30,8 @@
        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
+    - Added override_dh_examples to not ship testall.config files. They
+      are used by doctest-tools which is not packaged for Debian
   * debian/clean
     - Added to clean python-ply cached tables shipped in upstream tarball
   * debian/copyright
@@ -53,7 +55,7 @@
     - Added patch by Jakub Wilk to skip check_tables: python-ply tables are
       regenerated at built time
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 06 Jul 2011 00:07:38 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 06 Jul 2011 01:03:34 +0200
 
 pyke (1.1.1-1) unstable; urgency=low
 

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-07-05 22:52:11 UTC (rev 17728)
+++ packages/pyke/trunk/debian/rules	2011-07-05 23:17:30 UTC (rev 17729)
@@ -44,8 +44,11 @@
 	cp -r doc/source/images doc/html
 	# Restore documentation stylesheets
 	mv doc/stylesheets doc/html/
-	dh_installdocs -Xtestall.config
+	dh_installdocs
 
+override_dh_installexamples:
+	dh_installexamples -Xtestall.config
+
 override_dh_gencontrol:
 	dh_python-ply -p python-pyke pyke/krb_compiler/*_tables.py
 	dh_gencontrol




More information about the Python-modules-commits mailing list