[Python-modules-commits] r11412 - in packages/html2text/trunk/debian/patches (3 files)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Fri Jan 29 18:06:31 UTC 2010
Date: Friday, January 29, 2010 @ 18:06:24
Author: stefanor-guest
Revision: 11412
Remove wrapper-script patch as it is hard to name
Modified:
packages/html2text/trunk/debian/patches/series
packages/html2text/trunk/debian/patches/setup.py.diff
Deleted:
packages/html2text/trunk/debian/patches/shell-wrapper.diff
Modified: packages/html2text/trunk/debian/patches/series
===================================================================
--- packages/html2text/trunk/debian/patches/series 2010-01-29 18:04:58 UTC (rev 11411)
+++ packages/html2text/trunk/debian/patches/series 2010-01-29 18:06:24 UTC (rev 11412)
@@ -1,2 +1 @@
setup.py.diff
-shell-wrapper.diff
Modified: packages/html2text/trunk/debian/patches/setup.py.diff
===================================================================
--- packages/html2text/trunk/debian/patches/setup.py.diff 2010-01-29 18:04:58 UTC (rev 11411)
+++ packages/html2text/trunk/debian/patches/setup.py.diff 2010-01-29 18:06:24 UTC (rev 11412)
@@ -2,7 +2,7 @@
This is a very simple one, only really suitable for the deb.
Author: Stefano Rivera <stefano at rivera.za.net>
Forwarded: no
-Last-Update: 2010-01-25
+Last-Update: 2010-01-29
--- /dev/null
+++ b/setup.py
@@ -11,7 +11,7 @@
+
+from distutils.core import setup
+
-+setup(name='pyfiglet',
++setup(name='html2text',
+ version='2.37',
+ description='Converts HTML to Markdown',
+ author='Aaron Swartz',
Deleted: packages/html2text/trunk/debian/patches/shell-wrapper.diff
===================================================================
--- packages/html2text/trunk/debian/patches/shell-wrapper.diff 2010-01-29 18:04:58 UTC (rev 11411)
+++ packages/html2text/trunk/debian/patches/shell-wrapper.diff 2010-01-29 18:06:24 UTC (rev 11412)
@@ -1,27 +0,0 @@
-Description: Add wrapper script so html2text can be invoked as a binary.
-Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: not-needed
-Last-Update: 2010-01-26
-
---- /dev/null
-+++ b/pyhtml2text
-@@ -0,0 +1,3 @@
-+#!/bin/sh
-+
-+exec python /usr/share/pyshared/html2text.py "$@"
---- a/setup.py
-+++ b/setup.py
-@@ -2,11 +2,12 @@
-
- from distutils.core import setup
-
--setup(name='pyfiglet',
-+setup(name='html2text',
- version='2.37',
- description='Converts HTML to Markdown',
- author='Aaron Swartz',
- author_email='me at aaronsw.com',
- url='http://www.aaronsw.com/2002/html2text/',
- py_modules=['html2text'],
-+ scripts=['pyhtml2text'],
- )
More information about the Python-modules-commits
mailing list