[Python-modules-commits] r4007 - in packages/python-pygraphviz/trunk/debian (changelog rules)

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Fri Dec 21 00:19:55 UTC 2007


    Date: Friday, December 21, 2007 @ 00:19:54
  Author: kibi-guest
Revision: 4007

Add a comment about the permission fix, update timestamp

Modified:
  packages/python-pygraphviz/trunk/debian/changelog
  packages/python-pygraphviz/trunk/debian/rules

Modified: packages/python-pygraphviz/trunk/debian/changelog
===================================================================
--- packages/python-pygraphviz/trunk/debian/changelog	2007-12-21 00:10:37 UTC (rev 4006)
+++ packages/python-pygraphviz/trunk/debian/changelog	2007-12-21 00:19:54 UTC (rev 4007)
@@ -3,7 +3,7 @@
   [ Piotr Ożarowski ]
   * Add Homepage field, delete it from the long description.
   * Rename XS-Vcs-* fields to Vcs-*.
-  * Add execute bit to test.py file instead of lintian override
+  * Add execute bit to test.py file instead of lintian override.
 
   [ Cyril Brulebois ]
   * Mention in README.Debian how to obtain miles.dat, as suggested by Kumar
@@ -16,7 +16,7 @@
   * debian/watch: Mangle debian version to match upstream version (by
     stripping the “.dfsg” part).
 
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 20 Dec 2007 02:21:49 +0100
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Fri, 21 Dec 2007 01:19:09 +0100
 
 python-pygraphviz (0.35.dfsg-1) unstable; urgency=low
 

Modified: packages/python-pygraphviz/trunk/debian/rules
===================================================================
--- packages/python-pygraphviz/trunk/debian/rules	2007-12-21 00:10:37 UTC (rev 4006)
+++ packages/python-pygraphviz/trunk/debian/rules	2007-12-21 00:19:54 UTC (rev 4007)
@@ -38,6 +38,8 @@
 	
 	# Fix example permissions, until upstream fixes it
 	chmod a+x $(DOC_INSTDIR)/python-pygraphviz/examples/*.py
+	
+	# Fix test.py permissions (not an upstream problem)
 	chmod a+x $(DEB_PYSUPPORT_DIR)/pygraphviz/tests/test.py
 
 # BUILD_ARGS should contain --build-base but it's:




More information about the Python-modules-commits mailing list