[Python-modules-commits] r11260 - in packages/html5lib/trunk/debian (2 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Jan 24 00:24:12 UTC 2010


    Date: Sunday, January 24, 2010 @ 00:23:50
  Author: bzed
Revision: 11260

Updating patch to apply at the new version. 

Modified:
  packages/html5lib/trunk/debian/changelog
  packages/html5lib/trunk/debian/patches/no-setuptools-please.dpatch

Modified: packages/html5lib/trunk/debian/changelog
===================================================================
--- packages/html5lib/trunk/debian/changelog	2010-01-24 00:20:33 UTC (rev 11259)
+++ packages/html5lib/trunk/debian/changelog	2010-01-24 00:23:50 UTC (rev 11260)
@@ -1,8 +1,9 @@
 html5lib (0.90-1) unstable; urgency=low
 
   * New upstream version. 
+  * Updating patch to apply at the new version. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 24 Jan 2010 01:19:48 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 24 Jan 2010 01:23:33 +0100
 
 html5lib (0.11.1-3) unstable; urgency=low
 

Modified: packages/html5lib/trunk/debian/patches/no-setuptools-please.dpatch
===================================================================
--- packages/html5lib/trunk/debian/patches/no-setuptools-please.dpatch	2010-01-24 00:20:33 UTC (rev 11259)
+++ packages/html5lib/trunk/debian/patches/no-setuptools-please.dpatch	2010-01-24 00:23:50 UTC (rev 11260)
@@ -1,15 +1,19 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## no-setuptools-please.dpatch by Bernd Zeimetz <bernd at bzed.de>
+## no-setuptools-please.dpatch by Bernd Zeimetz <bzed at debian.org>
 ##
-## DP: No setuptools please.
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
 
 @DPATCH@
 diff -urNad html5lib~/setup.py html5lib/setup.py
---- html5lib~/setup.py	2007-09-30 11:52:08.000000000 +0200
-+++ html5lib/setup.py	2007-10-01 09:03:53.000000000 +0200
-@@ -1,4 +1,4 @@
--from setuptools import setup
+--- html5lib~/setup.py	2010-01-17 17:51:16.000000000 +0100
++++ html5lib/setup.py	2010-01-24 01:22:57.003072826 +0100
+@@ -1,7 +1,4 @@
+-try:
+-    from setuptools import setup
+-except ImportError:
+-    from distutils.core import setup
 +from distutils.core import setup
  import os
  
- long_description="""HTML parser designed to follow the WHATWG HTML5 
+ long_description="""HTML parser designed to follow the HTML5 




More information about the Python-modules-commits mailing list