[Python-modules-commits] r22081 - in packages/prettytable/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jun 6 17:27:19 UTC 2012


    Date: Wednesday, June 6, 2012 @ 17:27:10
  Author: morph
Revision: 22081

* debian/rules
  - install README

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

Modified: packages/prettytable/trunk/debian/changelog
===================================================================
--- packages/prettytable/trunk/debian/changelog	2012-06-06 17:15:11 UTC (rev 22080)
+++ packages/prettytable/trunk/debian/changelog	2012-06-06 17:27:10 UTC (rev 22081)
@@ -4,8 +4,10 @@
   * debian/prettytable-example.py
     - update for new 0.6 release
   * Run tests at build-time with "python setup.py test"
+  * debian/rules
+    - install README
 
- -- Sandro Tosi <morph at debian.org>  Wed, 06 Jun 2012 19:14:47 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 06 Jun 2012 19:26:58 +0200
 
 prettytable (0.6-1) unstable; urgency=low
 

Modified: packages/prettytable/trunk/debian/rules
===================================================================
--- packages/prettytable/trunk/debian/rules	2012-06-06 17:15:11 UTC (rev 22080)
+++ packages/prettytable/trunk/debian/rules	2012-06-06 17:27:10 UTC (rev 22081)
@@ -40,3 +40,6 @@
 		PYTHONPATH=. $$python setup.py test ; \
 	done
 endif
+
+override_dh_installdocs:
+	dh_installdocs -A README




More information about the Python-modules-commits mailing list