[Python-modules-commits] r5079 - in packages/sphinx/trunk/debian/patches (add_shebangs.patch)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Apr 20 21:41:00 UTC 2008


    Date: Sunday, April 20, 2008 @ 21:40:59
  Author: piotr
Revision: 5079

ups, forgot to add patch

Added:
  packages/sphinx/trunk/debian/patches/add_shebangs.patch

Added: packages/sphinx/trunk/debian/patches/add_shebangs.patch
===================================================================
--- packages/sphinx/trunk/debian/patches/add_shebangs.patch	                        (rev 0)
+++ packages/sphinx/trunk/debian/patches/add_shebangs.patch	2008-04-20 21:40:59 UTC (rev 5079)
@@ -0,0 +1,18 @@
+Index: python-sphinx-0.1.61950/sphinx-build.py
+===================================================================
+--- python-sphinx-0.1.61950.orig/sphinx-build.py
++++ python-sphinx-0.1.61950/sphinx-build.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/python
+ # -*- coding: utf-8 -*-
+ """
+     Sphinx - Python documentation toolchain
+Index: python-sphinx-0.1.61950/sphinx-quickstart.py
+===================================================================
+--- python-sphinx-0.1.61950.orig/sphinx-quickstart.py
++++ python-sphinx-0.1.61950/sphinx-quickstart.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/python
+ # -*- coding: utf-8 -*-
+ """
+     Sphinx - Python documentation toolchain




More information about the Python-modules-commits mailing list