[Python-modules-commits] r24489 - in packages/cssutils/trunk/debian/patches (2 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Wed May 22 16:50:14 UTC 2013
Date: Wednesday, May 22, 2013 @ 16:50:12
Author: mitya57-guest
Revision: 24489
02_disable_wrong_test: fix indentation issues
Added:
packages/cssutils/trunk/debian/patches/02_disable_wrong_test
(from rev 24488, packages/cssutils/trunk/debian/patches/02_disable_wrong_test)
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:28:13 UTC (rev 24488)
+++ packages/cssutils/trunk/debian/patches/02_disable_wrong_test 2013-05-22 16:50:12 UTC (rev 24489)
@@ -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 (from rev 24488, packages/cssutils/trunk/debian/patches/02_disable_wrong_test)
===================================================================
--- packages/cssutils/trunk/debian/patches/02_disable_wrong_test (rev 0)
+++ packages/cssutils/trunk/debian/patches/02_disable_wrong_test 2013-05-22 16:50:12 UTC (rev 24489)
@@ -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">""":
More information about the Python-modules-commits
mailing list