Control: tags 826502 + pending

Dear maintainer,

I've prepared an NMU for quilt (versioned as 0.63-8.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Aretha Franklin: There Is A Fountain
diff -Nru quilt-0.63/debian/changelog quilt-0.63/debian/changelog
--- quilt-0.63/debian/changelog	2016-12-21 02:36:16.000000000 +0100
+++ quilt-0.63/debian/changelog	2017-07-17 20:41:48.000000000 +0200
@@ -1,3 +1,13 @@
+quilt (0.63-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.26: Unescaped left brace in regex":
+    escape literal left braces in perl regexp in debian/rules;
+    patch from Niko Tyni.
+    (Closes: #826502)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 17 Jul 2017 20:41:48 +0200
+
 quilt (0.63-8) unstable; urgency=medium
 
   * Fix the syntax of the maintscript snippet (really closes #847283).
diff -Nru quilt-0.63/debian/rules quilt-0.63/debian/rules
--- quilt-0.63/debian/rules	2016-12-21 02:36:16.000000000 +0100
+++ quilt-0.63/debian/rules	2017-07-17 20:39:58.000000000 +0200
@@ -24,7 +24,7 @@
 	mkdir -p doc/tmp
 ifeq (,$(findstring stage1,$(DEB_BUILD_PROFILES)))
 	cd doc/tmp; LC_ALL=C hevea ../main.tex ; LC_ALL=C hevea ../main.tex; LC_ALL=C hevea ../main.tex
-	perl -pe 'if (/\\sh{.*}/) {s:\\sh{(.*)}:<I>$$1</I>:}'	\
+	perl -pe 'if (/\\sh\{.*}/) {s:\\sh\{(.*)}:<I>$$1</I>:}'	\
 	     < doc/tmp/main.html > doc/quilt.html
 	LC_ALL=C perl -e '$$/ = undef; $$f=<>; $$f =~ s|<A[^>]*?HREF="[^"]*#[^"]*">(.*?)</A>|$$1|msg; print $$f;' < doc/tmp/main.html > doc/tmp/tmp.html
 	LC_ALL=C lynx doc/tmp/tmp.html -dump > doc/quilt.txt

Attachment: signature.asc
Description: Digital Signature

Reply via email to