[Python-modules-commits] r11079 - in packages/elementtidy/trunk/debian (6 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Jan 10 14:33:33 UTC 2010


    Date: Sunday, January 10, 2010 @ 14:33:30
  Author: dktrkranz
Revision: 11079

Bump Standards-Version to 3.8.3

Modified:
  packages/elementtidy/trunk/debian/changelog
  packages/elementtidy/trunk/debian/control
  packages/elementtidy/trunk/debian/control.in
  packages/elementtidy/trunk/debian/copyright
  packages/elementtidy/trunk/debian/patches/01_setuppy.patch
  packages/elementtidy/trunk/debian/patches/02_python25_etree.patch

Modified: packages/elementtidy/trunk/debian/changelog
===================================================================
--- packages/elementtidy/trunk/debian/changelog	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/changelog	2010-01-10 14:33:30 UTC (rev 11079)
@@ -12,8 +12,9 @@
     - Build-depend on python-all-dev (>= 2.5).
     - Add XS-Python-Version field.
     - Remove python-elementtree from Depends (Closes: #562458).
+    - Bump Standards-Version to 3.8.3.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 27 Dec 2009 17:30:30 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 10 Jan 2010 15:31:46 +0100
 
 elementtidy (1.0-6) unstable; urgency=low
   

Modified: packages/elementtidy/trunk/debian/control
===================================================================
--- packages/elementtidy/trunk/debian/control	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/control	2010-01-10 14:33:30 UTC (rev 11079)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
 Build-Depends: cdbs (>= 0.4.49), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.5), python-support (>= 0.5.3), libtidy-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://effbot.org/zone/element-tidylib.htm
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtidy/trunk/

Modified: packages/elementtidy/trunk/debian/control.in
===================================================================
--- packages/elementtidy/trunk/debian/control.in	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/control.in	2010-01-10 14:33:30 UTC (rev 11079)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
 Build-Depends: @cdbs@, libtidy-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://effbot.org/zone/element-tidylib.htm
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtidy/trunk/

Modified: packages/elementtidy/trunk/debian/copyright
===================================================================
--- packages/elementtidy/trunk/debian/copyright	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/copyright	2010-01-10 14:33:30 UTC (rev 11079)
@@ -87,7 +87,7 @@
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License with
-  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
   if not, write to the Free Software Foundation, Inc., 51 Franklin St, 
   Fifth Floor, Boston, MA  02110-1301 USA
 

Modified: packages/elementtidy/trunk/debian/patches/01_setuppy.patch
===================================================================
--- packages/elementtidy/trunk/debian/patches/01_setuppy.patch	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/patches/01_setuppy.patch	2010-01-10 14:33:30 UTC (rev 11079)
@@ -1,3 +1,5 @@
+Rewrite setup.py
+
 diff -Nur elementtidy-1.0/setup.py elementtidy-1.0.new/setup.py
 --- elementtidy-1.0/setup.py	2005-04-11 14:00:40.000000000 +0200
 +++ elementtidy-1.0.new/setup.py	2006-04-15 13:08:50.000000000 +0200

Modified: packages/elementtidy/trunk/debian/patches/02_python25_etree.patch
===================================================================
--- packages/elementtidy/trunk/debian/patches/02_python25_etree.patch	2010-01-10 14:30:43 UTC (rev 11078)
+++ packages/elementtidy/trunk/debian/patches/02_python25_etree.patch	2010-01-10 14:33:30 UTC (rev 11079)
@@ -1,3 +1,5 @@
+Make ElementTidy work with Python 2.5
+
 diff -Naur elementtidy-1.0-20050212.orig/elementtidy/TidyHTMLTreeBuilder.py changed/elementtidy/TidyHTMLTreeBuilder.py
 --- elementtidy-1.0-20050212.orig/elementtidy/TidyHTMLTreeBuilder.py	2005-04-11 14:00:41.000000000 +0200
 +++ changed/elementtidy/TidyHTMLTreeBuilder.py	2007-12-07 23:46:42.000000000 +0100




More information about the Python-modules-commits mailing list