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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Oct 6 19:39:51 UTC 2011


    Date: Thursday, October 6, 2011 @ 19:39:50
  Author: morph
Revision: 18832

removed some doc files no more present in upstream tarball

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2011-10-06 18:36:21 UTC (rev 18831)
+++ packages/matplotlib/trunk/debian/changelog	2011-10-06 19:39:50 UTC (rev 18832)
@@ -5,12 +5,13 @@
     - remove Alexandre from Uploaders: thanks for all the work!
   * debian/rules
     - install debug files where gdb looks for them
+    - removed some doc files no more present in upstream tarball
   * debian/copyright
     - updated to new release
   * debian/patches/*
     - updated/deleted/refreshed as per new code
 
- -- Sandro Tosi <morph at debian.org>  Thu, 06 Oct 2011 18:47:49 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 06 Oct 2011 21:36:23 +0200
 
 matplotlib (1.0.1-3) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2011-10-06 18:36:21 UTC (rev 18831)
+++ packages/matplotlib/trunk/debian/rules	2011-10-06 19:39:50 UTC (rev 18832)
@@ -144,7 +144,7 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs -a CHANGELOG
-	dh_installdocs -p$(p) -a README.txt TODO KNOWN_BUGS INTERACTIVE
+	dh_installdocs -p$(p) -a README.txt 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