Control: tags 798023 + pending Dear maintainer,
Chris Knadle has prepared an NMU for cssutils (versioned as 1.0-4.1) and I've uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Cranberries: Dreams
diff -Nru cssutils-1.0/debian/changelog cssutils-1.0/debian/changelog --- cssutils-1.0/debian/changelog 2015-11-30 00:31:12.000000000 +0100 +++ cssutils-1.0/debian/changelog 2016-02-03 22:40:28.000000000 +0100 @@ -1,3 +1,12 @@ +cssutils (1.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches: + - Add 02_fix_octal_escape.patch to fix FTBFS bug with Python 3.5 + (Closes: #798023). + + -- Christopher Knadle <chris.kna...@coredump.us> Thu, 21 Jan 2016 05:21:33 -0500 + cssutils (1.0-4) unstable; urgency=high * Upload to unstable (Closes: #802063). diff -Nru cssutils-1.0/debian/patches/02_fix_octal_escape.patch cssutils-1.0/debian/patches/02_fix_octal_escape.patch --- cssutils-1.0/debian/patches/02_fix_octal_escape.patch 1970-01-01 01:00:00.000000000 +0100 +++ cssutils-1.0/debian/patches/02_fix_octal_escape.patch 2016-02-03 22:43:41.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Fix octal escape on Python 3.5 +Origin: https://bitbucket.org/cthedot/cssutils/commits/866a29f7e03447199ba22fb114d42a7aab027db9/raw/ +Author: Daniel <kingdr...@gmx.de> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798023 +Bug-Upstream: https://bugs.python.org/issue22362 +Last-Updated: 2016-01-21 + +--- a/src/cssutils/profiles.py ++++ b/src/cssutils/profiles.py +@@ -102,7 +102,7 @@ + 'nmstart': r'[_a-z]|{nonascii}|{escape}', + 'nonascii': r'[^\0-\177]', + 'unicode': r'\\[0-9a-f]{1,6}(\r\n|[ \n\r\t\f])?', +- 'escape': r'{unicode}|\\[ -~\200-\777]', ++ 'escape': r'{unicode}|\\[ -~\u0080-\u01ff]', + # 'escape': r'{unicode}|\\[ -~\200-\4177777]', + 'int': r'[-]?\d+', + 'nmchar': r'[\w-]|{nonascii}|{escape}', diff -Nru cssutils-1.0/debian/patches/series cssutils-1.0/debian/patches/series --- cssutils-1.0/debian/patches/series 2015-11-29 23:20:19.000000000 +0100 +++ cssutils-1.0/debian/patches/series 2016-02-03 22:40:28.000000000 +0100 @@ -1 +1,2 @@ 01_setup_fix.patch +02_fix_octal_escape.patch
signature.asc
Description: Digital Signature