[debian-edu-commits] debian-edu/debian-edu-doc.git (#202) - wheezy (branch) updated: 0.6.20071024-5-gad5c1e9

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


The branch, wheezy has been updated
       via  ad5c1e9a5a4664f81aee3a2324014106950b28a9 (commit)
      from  384622f5de4a4698f24655e9540323fa2fa42c8a (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 |   14 +++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d7148a6..3acb10b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ debian-edu-doc (0.7.20071025) unstable; urgency=low
     them from the other languages
   * release-manual: convert <code> to <computeroutput> as this is understood
     by docbook 
+  * release-manual: use Docbook DTD 4.4 - thanks to  Nicolas François
 
- -- Holger Levsen <holger at debian.org>  Thu, 25 Oct 2007 20:07:22 +0200
+ -- Holger Levsen <holger at debian.org>  Fri, 26 Oct 2007 00:15:01 +0200
 
 debian-edu-doc (0.6.20071024) unstable; urgency=low
 
diff --git a/documentation/release-manual/get_release-manual b/documentation/release-manual/get_release-manual
index bcdd2c2..fdda2b7 100755
--- a/documentation/release-manual/get_release-manual
+++ b/documentation/release-manual/get_release-manual
@@ -15,7 +15,19 @@ 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/\$DEBIAN_EDU_DOC_BUILDDATE/<code>$DEBIAN_EDU_DOC_BUILDDATE<\/code>/" | sed "s%code>%computeroutput>%g" > $name
+GET "$url?action=format&mimetype=xml/docbook" | 
+	sed "s%</%\n</%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
+ 
+# incomplete patch by Nicolas François ;-)
+#	sed "s/<listitem>/<listitem><para>/g" | 
+#	sed "s/<listitem><para><para>/<listitem><para>/g" |
+#	sed "s/<\/listitem>/<\/para><\/listitem>/g" |
+#	sed "s/<\/para>\n<\/para><\/listitem>/<\/para>\r<\/listitem>/g" |
+#	sed "s/<\/para><\/para><\/listitem>/<\/para><\/listitem>/g" |
+#	sed "s/<\/section> <para\/><section>/<\/section> <section>/g" > $name
 
 # get images and modify .xml file(s)
 ./get_images


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