[debian-edu-commits] debian-edu/debian-edu-doc.git (#220) - wheezy (branch) updated: 0.7.20071028-6-g7832696

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:14:25 UTC 2013


The branch, wheezy has been updated
       via  7832696a4bd33b9b57f410937eafe08d424ca066 (commit)
      from  27214b3b78da87342a2205963b2c2ef88517e2f4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                |    3 ++-
 documentation/release-manual/get_release-manual |    9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2f38490..6405de7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ debian-edu-doc (0.7.20071031) unstable; urgency=low
 
   * Updated release manual source from the wiki.
   * Updated README and README.release-manual-translations
+  * release-manual.xml: cleaner and better formatted
 
- -- Holger Levsen <holger at debian.org>  Wed, 31 Oct 2007 23:39:18 +0100
+ -- Holger Levsen <holger at debian.org>  Thu,  1 Nov 2007 01:39:00 +0100
 
 debian-edu-doc (0.7.20071028) unstable; urgency=low
 
diff --git a/documentation/release-manual/get_release-manual b/documentation/release-manual/get_release-manual
index 9dab0b7..0b5fdfe 100755
--- a/documentation/release-manual/get_release-manual
+++ b/documentation/release-manual/get_release-manual
@@ -12,14 +12,19 @@ name="release-manual.xml"
 
 DEBIAN_EDU_DOC_BUILDDATE=`date -u +%Y-%m-%d\ %H:%M\ %Z`
 
+
 # download the docbook version of the release manual from the wiki and pipe it through sed to
 #   - insert the build date
 #   - convert <code> tag to <computeroutput> as this is understood by docbook (tools)
 GET "$url?action=format&mimetype=xml/docbook" | 
-	sed "s%</%\n</%g" | 
+	sed "s%<para/>%%g" | 
+	sed "s%<\/%\n<\/%g" |
+	sed "s%<title>%\n<title>%g" | 
+	sed "s%<section>%\n\n<section>%g" | 
+	sed "s%<para>%\n<para>%g" | 
 	sed "s/\$DEBIAN_EDU_DOC_BUILDDATE/<code>$DEBIAN_EDU_DOC_BUILDDATE<\/code>/" |
 	sed "s%code>%computeroutput>%g" |
-	sed 's%<?xml version="1.0"?>%<?xml version="1.0"?><!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">%' > $name
+	sed 's%<?xml version="1.0"?>%<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">%' > $name
 
 # incomplete patch by Nicolas François ;-)
 #	sed "s/<listitem>/<listitem><para>/g" | 


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list