[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unidentified subject!



Hi, 

unfortunatly I introduced an regression into my last asciidoc upload where I
forgot to integrate a patch. This makes some packages like zaptel FTBFS (see
#487962). The patch is really simple (diff attached) and so I would ask for
an exception 8.2.7-2. 

Thanks 

Alex

-- 
Alexander Wirt, formorer@formorer.de 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A
diff -u asciidoc-8.2.7/debian/changelog asciidoc-8.2.7/debian/changelog
--- asciidoc-8.2.7/debian/changelog
+++ asciidoc-8.2.7/debian/changelog
@@ -1,3 +1,11 @@
+asciidoc (8.2.7-2) unstable; urgency=low
+
+  * Reintroduce normpatch-not-realpath.patch which fixes some FTBFS 
+    with packages that build there documentation with asciidoc 
+    (Closes: #487962). Thanks to Ben Hutchings for the patch. 
+
+ -- Alexander Wirt <formorer@debian.org>  Tue, 29 Jul 2008 19:26:44 +0200
+
 asciidoc (8.2.7-1) unstable; urgency=low
 
   * New upstream version 
only in patch2:
unchanged:
--- asciidoc-8.2.7.orig/debian/patches/normpath-not-realpath.patch
+++ asciidoc-8.2.7/debian/patches/normpath-not-realpath.patch
@@ -0,0 +1,11 @@
+--- a/asciidoc.py
++++ b/asciidoc.py
+@@ -125,7 +125,7 @@
+     else:
+         assert os.path.isdir(directory)
+         directory = os.path.abspath(directory)
+-    fname = os.path.realpath(fname)
++    fname = os.path.normpath(fname)
+     return os.path.commonprefix((directory, fname)) == directory
+ 
+ def safe():

Attachment: signature.asc
Description: Digital signature


Reply to: