[xml/sgml-commit] r1174 - /packages/sgml-data/branches/experimental/debian/source

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Sep 5 13:08:57 UTC 2008


Author: dleidert-guest
Date: Fri Sep  5 13:08:57 2008
New Revision: 1174

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1174
Log:
* debian/source: More work on the get-orig-source target.


Modified:
    packages/sgml-data/branches/experimental/debian/source

Modified: packages/sgml-data/branches/experimental/debian/source
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-data/branches/experimental/debian/source?rev=1174&op=diff
==============================================================================
--- packages/sgml-data/branches/experimental/debian/source (original)
+++ packages/sgml-data/branches/experimental/debian/source Fri Sep  5 13:08:57 2008
@@ -8,7 +8,10 @@
 	mkdir -p "$$TMPDIR" ; \
 	wget -N -P "$$TMPDIR" \
 	    ftp://ftp.ucc.ie/pub/html/htmlpro.zip \
-	    http://www.renderx.com/Tests/validator/fo.zip ; \
+	    http://www.renderx.com/Tests/validator/fo.zip \
+	    http://xml.ascc.net/resource/big5sgml.dcl \
+	    http://xml.ascc.net/resource/big5sgmltight.dcl \
+	    http://xml.ascc.net/resource/big5xml.dcl ; \
 	mkdir -p \
 	    sgml/declaration \
 	    sgml/dtd \
@@ -24,18 +27,25 @@
 	    xml/qaml \
 	    xml/svg ; \
 	wget -N -P sgml/declaration \
-	    http://xml.ascc.net/resource/big5sgml.dcl \
-	    http://xml.ascc.net/resource/big5sgmltight.dcl \
 	    http://openjade.cvs.sourceforge.net/*checkout*/openjade/sp/pubtext/japan.dcl \
 	    http://validator.w3.org/sgml-lib/sgml.dcl ; \
+	cp -u "$$TMPDIR"/big5sgml.dcl sgml/declaration/big5sgml.decl ; \
+	cp -u "$$TMPDIR"/big5sgmltight.dcl sgml/declaration/big5sgmltight.decl ; \
 	wget -N -P sgml/dtd \
 	    http://xml.ascc.net/resource/rdf.dtd ; \
 	unzip -f -d sgml/dtd "$$TMPDIR"/fo.zip || true ; \
+	wget -N -P sgml/html/dtd \
+	   http://web.archive.org/web/19970720095404/http://www.webtechs.com/html-tk/src/lib/html-mcom.dtd \
+	   http://web.archive.org/web/19970720095411/http://www.webtechs.com/html-tk/src/lib/html-mcoms.dtd ; \
+	wget -N -O sgml/html/dtd/html-3.2.decl \
+	   http://validator.w3.org/sgml-lib/REC-html32-19970114/HTML32.dcl ; \
+	wget -N -O sgml/html/dtd/html-3.2.dtd \
+	   http://validator.w3.org/sgml-lib/REC-html32-19970114/HTML32.dtd ; \
 	wget -N -P xml/declaration \
-	    http://xml.ascc.net/resource/big5xml.dcl \
 	    http://validator.w3.org/sgml-lib/xml.dcl \
 	    http://validator.w3.org/sgml-lib/xml.soc \
-	    http://www.w3.org/MarkUp/DTD/xml1n.dcl
+	    http://www.w3.org/MarkUp/DTD/xml1n.dcl ; \
+	cp -u "$$TMPDIR"/big5xml.dcl xml/declaration/big5xml.decl ; \
 	wget -N -P xml/qaml \
 	    http://xml.ascc.net/xml/resource/qaml-xml.dtd ; \
 	wget -N -P xml/svg \
@@ -43,3 +53,4 @@
 	    http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ; \
 	exit 0;
 
+# rename 's/HTML([^\.]+\.*$)/html-\L$1/' sgml/html/dtd/HTML*




More information about the debian-xml-sgml-commit mailing list