[Python-modules-commits] r24490 - in packages/cssutils/trunk/debian/patches (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed May 22 16:50:43 UTC 2013


    Date: Wednesday, May 22, 2013 @ 16:50:42
  Author: mitya57-guest
Revision: 24490

... and add .patch extension

Added:
  packages/cssutils/trunk/debian/patches/02_disable_wrong_test.patch
    (from rev 24489, packages/cssutils/trunk/debian/patches/02_disable_wrong_test)
Modified:
  packages/cssutils/trunk/debian/patches/series
Deleted:
  packages/cssutils/trunk/debian/patches/02_disable_wrong_test

Deleted: packages/cssutils/trunk/debian/patches/02_disable_wrong_test
===================================================================
--- packages/cssutils/trunk/debian/patches/02_disable_wrong_test	2013-05-22 16:50:12 UTC (rev 24489)
+++ packages/cssutils/trunk/debian/patches/02_disable_wrong_test	2013-05-22 16:50:42 UTC (rev 24490)
@@ -1,20 +0,0 @@
-Description: disable wrong test that caused the package to FTBFS
-Origin: upstream, https://bitbucket.org/cthedot/cssutils/commits/153f6254f3/
-Bug-Debian: http://bugs.debian.org/686340
-Last-Update: 2013-05-19
-
---- a/src/tests/test_encutils/__init__.py
-+++ b/src/tests/test_encutils/__init__.py
-@@ -153,9 +153,9 @@
-             """<meta content="text/html;charset=ascii" http-equiv="cONTENT-type">
-                 </ >""":
-                 ('text/html', 'ascii'),
--            """</ >
--                <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
--                (None, None),
-+#           """</ >
-+#               <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
-+#               (None, None),
-             """<meta content="text/html" http-equiv="cONTENT-type">
-                 </ >
-                 <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":

Copied: packages/cssutils/trunk/debian/patches/02_disable_wrong_test.patch (from rev 24489, packages/cssutils/trunk/debian/patches/02_disable_wrong_test)
===================================================================
--- packages/cssutils/trunk/debian/patches/02_disable_wrong_test.patch	                        (rev 0)
+++ packages/cssutils/trunk/debian/patches/02_disable_wrong_test.patch	2013-05-22 16:50:42 UTC (rev 24490)
@@ -0,0 +1,20 @@
+Description: disable wrong test that caused the package to FTBFS
+Origin: upstream, https://bitbucket.org/cthedot/cssutils/commits/153f6254f3/
+Bug-Debian: http://bugs.debian.org/686340
+Last-Update: 2013-05-19
+
+--- a/src/tests/test_encutils/__init__.py
++++ b/src/tests/test_encutils/__init__.py
+@@ -153,9 +153,9 @@
+             """<meta content="text/html;charset=ascii" http-equiv="cONTENT-type">
+                 </ >""":
+                 ('text/html', 'ascii'),
+-            """</ >
+-                <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
+-                (None, None),
++#           """</ >
++#               <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":
++#               (None, None),
+             """<meta content="text/html" http-equiv="cONTENT-type">
+                 </ >
+                 <meta content="text/html;charset=ascii" http-equiv="cONTENT-type">""":

Modified: packages/cssutils/trunk/debian/patches/series
===================================================================
--- packages/cssutils/trunk/debian/patches/series	2013-05-22 16:50:12 UTC (rev 24489)
+++ packages/cssutils/trunk/debian/patches/series	2013-05-22 16:50:42 UTC (rev 24490)
@@ -1,2 +1,2 @@
 01_setup_fix.patch
-02_disable_wrong_test
+02_disable_wrong_test.patch




More information about the Python-modules-commits mailing list