[Python-modules-commits] r18619 - in packages/python-pycaptcha/trunk/debian/patches (2 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Mon Sep 19 14:27:33 UTC 2011


    Date: Monday, September 19, 2011 @ 14:27:32
  Author: yoh
Revision: 18619

added a patch to add shebang into an example

Added:
  packages/python-pycaptcha/trunk/debian/patches/up_examples_shebangs
Modified:
  packages/python-pycaptcha/trunk/debian/patches/series

Modified: packages/python-pycaptcha/trunk/debian/patches/series
===================================================================
--- packages/python-pycaptcha/trunk/debian/patches/series	2011-09-19 14:27:19 UTC (rev 18618)
+++ packages/python-pycaptcha/trunk/debian/patches/series	2011-09-19 14:27:32 UTC (rev 18619)
@@ -1 +1,2 @@
+up_examples_shebangs
 change_font_path

Added: packages/python-pycaptcha/trunk/debian/patches/up_examples_shebangs
===================================================================
--- packages/python-pycaptcha/trunk/debian/patches/up_examples_shebangs	                        (rev 0)
+++ packages/python-pycaptcha/trunk/debian/patches/up_examples_shebangs	2011-09-19 14:27:32 UTC (rev 18619)
@@ -0,0 +1,7 @@
+--- a/modpython_example.py
++++ b/modpython_example.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/env python
+ #
+ # An example that presents CAPTCHA tests in a web environment
+ # and gives the user a chance to solve them.




More information about the Python-modules-commits mailing list