[Python-apps-commits] r12680 - in packages/pylint/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 3 13:13:59 UTC 2016


    Date: Sunday, January 3, 2016 @ 13:13:58
  Author: morph
Revision: 12680

* debian/rules
  - install README.rst (README was renamed)

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2016-01-03 13:10:49 UTC (rev 12679)
+++ packages/pylint/trunk/debian/changelog	2016-01-03 13:13:58 UTC (rev 12680)
@@ -9,8 +9,10 @@
     - update for new upstream code
   * Fix build with multiple supported Python versions; patch by Dmitry Shachnev;
     Closes: #802126
+  * debian/rules
+    - install README.rst (README was renamed)
 
- -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 13:09:47 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 13:12:59 +0000
 
 pylint (1.4.4-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2016-01-03 13:10:49 UTC (rev 12679)
+++ packages/pylint/trunk/debian/rules	2016-01-03 13:13:58 UTC (rev 12680)
@@ -82,5 +82,5 @@
 	dh_installexamples -ppylint-doc examples/*
 
 override_dh_installdocs:
-	dh_installdocs -A README
+	dh_installdocs -A README.rst
 	dh_installdocs -ppylint-doc doc/_build/html




More information about the Python-apps-commits mailing list