[Pkg-voip-commits] r5898 - in /zaptel/trunk/debian: changelog patches/series patches/unsafe_asciidoc

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Jun 25 13:13:38 UTC 2008


Author: tzafrir-guest
Date: Wed Jun 25 13:13:38 2008
New Revision: 5898

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5898
Log:
Patch unsafe_asciidoc: Work around #487011 .

Added:
    zaptel/trunk/debian/patches/unsafe_asciidoc
Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/patches/series

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5898&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Wed Jun 25 13:13:38 2008
@@ -23,8 +23,9 @@
     defined to be 19 as of zaptel 1.4.11 .
   * Patch chan_release_check: fixes a regression from 1.4.10.1 that causes
     a panic if disconnecting an Astribank device with a channel still open.
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu,  5 Jun 2008 21:13:13 +0300
+  * Patch unsafe_asciidoc: Work around #487011 . 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 25 Jun 2008 16:00:51 +0300
 
 zaptel (1:1.4.10.1~dfsg-1) unstable; urgency=low
 

Modified: zaptel/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/series?rev=5898&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/series (original)
+++ zaptel/trunk/debian/patches/series Wed Jun 25 13:13:38 2008
@@ -8,3 +8,4 @@
 zaptel_perl
 #sigcap_dacs
 chan_release_check
+unsafe_asciidoc

Added: zaptel/trunk/debian/patches/unsafe_asciidoc
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/unsafe_asciidoc?rev=5898&op=file
==============================================================================
--- zaptel/trunk/debian/patches/unsafe_asciidoc (added)
+++ zaptel/trunk/debian/patches/unsafe_asciidoc Wed Jun 25 13:13:38 2008
@@ -1,0 +1,14 @@
+Run asciidoc with --unsafe . This is a workaround for Debian bug
+#487011 which is aparantly an asciidoc bug.
+
+--- zaptel-1.4.11~dfsg.orig/Makefile
++++ zaptel-1.4.11~dfsg/Makefile
+@@ -384,6 +384,8 @@ zaptel.conf.asciidoc: zaptel.conf.sample
+ 		'if (/^#($$|\s)(.*)/){ if (!$$in_doc){print "\n"}; $$in_doc=1; print "$$2\n" } else { if ($$in_doc){print "\n"}; $$in_doc=0; print "  $$_" }' \
+ 		$< >$@
+ 
++ASCIIDOC += --unsafe
++
+ README.html: README zaptel.conf.asciidoc tonezones.txt
+ 	$(ASCIIDOC) -n -a toc -a toclevels=3 $<
+ 




More information about the Pkg-voip-commits mailing list