[debian-edu-commits] debian-edu/ 02/05: Revert "scripts/get_manual: fix '~' issue to work with new version string."
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 d532ea924817f1685bc8eb8339aa64ef4ffa7651
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 26 18:48:57 2014 +0100
Revert "scripts/get_manual: fix '~' issue to work with new version string."
This reverts commit d9370edc54e72066a3d0cc6b02edebf7e81e024e.
---
debian/changelog | 1 -
documentation/scripts/get_manual | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f29ba5..fdd3072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,7 +20,6 @@ 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 27ff40b..376d25c 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/edu~/edu+/g;
+ $s=~s/8.0~/8.0+/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