[debian-edu-commits] debian-edu/ 03/05: Make documentation/scripts/get_manual cope with "~alpha0" in section ids.

Holger Levsen holger at moszumanska.debian.org
Sun Oct 26 18:33:05 UTC 2014


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

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

commit 688d886dfdc34c873ee9375cdc917b91be0d8314
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 26 18:50:53 2014 +0100

    Make documentation/scripts/get_manual cope with "~alpha0" in section ids.
---
 debian/changelog                 | 3 ++-
 documentation/scripts/get_manual | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdd3072..6ba5538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,7 +23,8 @@ debian-edu-doc (1.6~20141025~8.0+edu0~alpha0) UNRELEASED; urgency=medium
 
   [ Holger Levsen ]
   * Use 8.0+edu0~alpha0 as defined by debian-edu-install as version for the
-    Debian Edu Jessie manual.
+    Debian Edu Jessie manual. Make documentation/scripts/get_manual cope with
+    "~alpha0" in section ids.
 
  -- Holger Levsen <holger at debian.org>  Mon, 20 Oct 2014 09:37:59 +0000
 
diff --git a/documentation/scripts/get_manual b/documentation/scripts/get_manual
index 376d25c..ed5889a 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/8.0~/8.0+/g;
+	$s=~s/~alpha/+alpha/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