[debian-edu-commits] debian-edu/ 01/01: documentation/scripts/get_manual: Replace each occurrence of '~' in xml file section ids with '+' to let PDF generation succeed. (Closes: #768439).

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Nov 17 14:28:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-doc.

commit d3b61f0fad52e203eb6a7f1d6b7f1b83ae8e39c3
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Nov 17 15:27:56 2014 +0100

    documentation/scripts/get_manual: Replace each occurrence of '~' in xml file section ids with '+' to let PDF generation succeed. (Closes: #768439).
---
 debian/changelog                 | 8 ++++++++
 documentation/scripts/get_manual | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fb2bd40..3746eb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-doc UNRELEASED; urgency=medium
+
+  * documentation/scripts/get_manual: Replace each occurrence of '~'
+    in xml file section ids with '+' to let PDF generation succeed.
+    (Closes: #768439).
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 17 Nov 2014 15:18:02 +0100
+
 debian-edu-doc (1.6~20141026~8.0+edu0~alpha0) unstable; urgency=medium
 
   * Update manuals and images from the wiki.
diff --git a/documentation/scripts/get_manual b/documentation/scripts/get_manual
index ed5889a..0e7f5a3 100755
--- a/documentation/scripts/get_manual
+++ b/documentation/scripts/get_manual
@@ -41,7 +41,7 @@ unique_section_ids() {
 	-e 'my %ids; sub escape {
         my $s = shift;
 	$s=~s/ /_/g;
-	$s=~s/~alpha/+alpha/g;
+	$s=~s/~/+/g;
 	$s=~s/"/.22/g;
 	$s=~s/\+/+-/g;
 	$s=~s/\//+AC8/g;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list