[Python-modules-commits] r25332 - in packages/matplotlib/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Aug 1 20:21:55 UTC 2013


    Date: Thursday, August 1, 2013 @ 20:21:53
  Author: morph
Revision: 25332

New upstream release

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2013-08-01 14:24:26 UTC (rev 25331)
+++ packages/matplotlib/trunk/debian/changelog	2013-08-01 20:21:53 UTC (rev 25332)
@@ -1,7 +1,7 @@
-matplotlib (1.3.0~rc5-1) UNRELEASED; urgency=low
+matplotlib (1.3.0-1) UNRELEASED; urgency=low
 
   [ Sandro Tosi ]
-  * New upstream release candidate; thanks to Julian Taylor for the report;
+  * New upstream release; thanks to Julian Taylor for the report;
     Closes: #705631
   * debian/watch
     - switch back to SF for upstream tarballs
@@ -27,7 +27,7 @@
   * Use canonical URIs for Vcs-* fields.
   * Fix typos in README.debian.
 
- -- Sandro Tosi <morph at debian.org>  Wed, 31 Jul 2013 23:20:18 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 01 Aug 2013 22:21:25 +0200
 
 matplotlib (1.2.0-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2013-08-01 14:24:26 UTC (rev 25331)
+++ packages/matplotlib/trunk/debian/rules	2013-08-01 20:21:53 UTC (rev 25332)
@@ -191,7 +191,7 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs -a CHANGELOG
-	dh_installdocs -p$(p) -a README.txt TODO
+	dh_installdocs -p$(p) -a README.rst TODO
 	# make python scripts starting with '#!' executable
 	for i in `find debian -mindepth 2 -type f ! -perm 755`; do \
 		if head -1 $$i | grep -q '^#!'; then \




More information about the Python-modules-commits mailing list