[debian-edu-commits] debian-edu/ 01/01: scripts/get_manual: fix '~' issue to work with new version string.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sun Oct 26 16:00:30 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 d9370edc54e72066a3d0cc6b02edebf7e81e024e
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sun Oct 26 16:59:39 2014 +0100

    scripts/get_manual: fix '~' issue to work with new version string.
---
 debian/changelog                 | 1 +
 documentation/scripts/get_manual | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fdd3072..6f29ba5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ debian-edu-doc (1.6~20141025~8.0+edu0~alpha0) UNRELEASED; urgency=medium
   * documentation/debian-edu-jessie/images:
     - Remove now obsolete 'grub asking for device' image.
   * debian/copyright: add information for common/edu.css.xml.
+  * scripts/get_manual: fix '~' issue to work with new version string.
 
   [ Holger Levsen ]
   * Use 8.0+edu0~alpha0 as defined by debian-edu-install as version for the
diff --git a/documentation/scripts/get_manual b/documentation/scripts/get_manual
index 376d25c..27ff40b 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/edu~/edu+/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