[Python-modules-commits] r7036 - in packages/python-pygraphviz/trunk/debian (3 files)
kibi at users.alioth.debian.org
kibi at users.alioth.debian.org
Sat Nov 29 21:56:48 UTC 2008
Date: Saturday, November 29, 2008 @ 21:56:48
Author: kibi
Revision: 7036
Include patch to add a python shebang for scripts missing it.
Added:
packages/python-pygraphviz/trunk/debian/patches/20_add_python_shebang
Modified:
packages/python-pygraphviz/trunk/debian/changelog
packages/python-pygraphviz/trunk/debian/patches/series
Modified: packages/python-pygraphviz/trunk/debian/changelog
===================================================================
--- packages/python-pygraphviz/trunk/debian/changelog 2008-11-29 21:52:46 UTC (rev 7035)
+++ packages/python-pygraphviz/trunk/debian/changelog 2008-11-29 21:56:48 UTC (rev 7036)
@@ -17,6 +17,8 @@
- Remove INSTALL.txt (not needed).
* Refresh patch accordingly:
- debian/patches/10_ship_examples_miles.dat
+ * Include patch to add a python shebang for scripts missing it:
+ - debian/patches/20_add_python_shebang
* debian/control:
- Update my mail address.
* debian/copyright:
Added: packages/python-pygraphviz/trunk/debian/patches/20_add_python_shebang
===================================================================
--- packages/python-pygraphviz/trunk/debian/patches/20_add_python_shebang (rev 0)
+++ packages/python-pygraphviz/trunk/debian/patches/20_add_python_shebang 2008-11-29 21:56:48 UTC (rev 7036)
@@ -0,0 +1,16 @@
+--- a/examples/attributes.py
++++ b/examples/attributes.py
+@@ -1,3 +1,5 @@
++#!/usr/bin/python
++
+ from pygraphviz import *
+ # strict (no parallel edges)
+ # digraph
+--- a/examples/subgraph.py
++++ b/examples/subgraph.py
+@@ -1,3 +1,5 @@
++#!/usr/bin/python
++
+ from pygraphviz import *
+ A=AGraph()
+ # add some edges
Modified: packages/python-pygraphviz/trunk/debian/patches/series
===================================================================
--- packages/python-pygraphviz/trunk/debian/patches/series 2008-11-29 21:52:46 UTC (rev 7035)
+++ packages/python-pygraphviz/trunk/debian/patches/series 2008-11-29 21:56:48 UTC (rev 7036)
@@ -1 +1,2 @@
10_ship_examples_miles.dat
+20_add_python_shebang
More information about the Python-modules-commits
mailing list