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

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


Author: dleidert-guest
Date: Fri Sep  5 15:58:57 2008
New Revision: 1178

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1178
Log:
* debian/source: More work on the get-orig-source target. wget options -N and
  -O are exclusive. So I choose to put files to be renamed into download and
  then they get copied via `cp -u' to only be updated if a newer version is
  available.

If there is some better idea ... send it to me.


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=1178&op=diff
==============================================================================
--- packages/sgml-data/branches/experimental/debian/source (original)
+++ packages/sgml-data/branches/experimental/debian/source Fri Sep  5 15:58:57 2008
@@ -11,7 +11,9 @@
 	    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 ; \
+	    http://xml.ascc.net/resource/big5xml.dcl \
+	    http://validator.w3.org/sgml-lib/REC-html32-19970114/HTML32.dcl \
+	    http://validator.w3.org/sgml-lib/REC-html32-19970114/HTML32.dtd ; \
 	mkdir -p \
 	    sgml/declaration \
 	    sgml/dtd \
@@ -19,7 +21,8 @@
 	    sgml/entities/Hewlett-Packard \
 	    sgml/entities/sgml-iso-entities-8879.1986 \
 	    sgml/entities/sgml-iso-entities-9573-13.1991 \
-	    sgml/html/dtd \
+	    sgml/html/dtd/4.0 \
+	    sgml/html/dtd/4.01 \
 	    xml/declaration \
 	    xml/entities/xml-iso-entities-8879.1986 \
 	    xml/entities/xml-iso-entities-9573-13.1991 \
@@ -37,13 +40,20 @@
 	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 sgml/html/dtd/4.0 \
+	   http://validator.w3.org/sgml-lib/REC-html40-19980424/HTML4.decl \
+	   http://validator.w3.org/sgml-lib/REC-html40-19980424/frameset.dtd \
+	   http://validator.w3.org/sgml-lib/REC-html40-19980424/loose.dtd \
+	   http://validator.w3.org/sgml-lib/REC-html40-19980424/strict.dtd ; \
+	wget -N -P sgml/html/dtd/4.01 \
+	   http://validator.w3.org/sgml-lib/REC-html401-19991224/HTML4.decl \
+	   http://validator.w3.org/sgml-lib/REC-html401-19991224/frameset.dtd \
+	   http://validator.w3.org/sgml-lib/REC-html401-19991224/loose.dtd \
+	   http://validator.w3.org/sgml-lib/REC-html401-19991224/strict.dtd ; \
+	cp -u "$$TMPDIR"/HTML32.dcl sgml/html/dtd/html-3.2.decl ; \
+	cp -u "$$TMPDIR"/HTML32.dtd sgml/html/dtd/html-3.2.dtd ; \
 	wget -N -P xml/declaration \
 	    http://validator.w3.org/sgml-lib/xml.dcl \
-	    http://validator.w3.org/sgml-lib/xml.soc \
 	    http://www.w3.org/MarkUp/DTD/xml1n.dcl ; \
 	cp -u "$$TMPDIR"/big5xml.dcl xml/declaration/big5xml.decl ; \
 	wget -N -P xml/qaml \




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