From cb37fb05f655115042db4097b815f6817d3c8084 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Mon, 5 Oct 2009 23:14:35 +0200 Subject: Do not fetch DTD from WWW, use local one instead --- debian/changelog | 7 +++ debian/control | 2 +- debian/patches/no_remote_dtd.patch | 108 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 2 +- 5 files changed, 118 insertions(+), 2 deletions(-) create mode 100644 debian/patches/no_remote_dtd.patch create mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ccbc80f..1461deb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons-doc (1.2.0.d20090905-3) UNRELEASED; urgency=low + + * debian/patches/no_remote_dtd.patch: + - Do not fetch DTD from WWW, use local one instead (Closes: #549824). + + -- Luca Falavigna Mon, 05 Oct 2009 23:10:52 +0200 + scons-doc (1.2.0.d20090905-2) unstable; urgency=low * Do not install scons-reference, it is completely empty and useless. diff --git a/debian/control b/debian/control index 36a7299..d12e9b8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: doc Priority: optional Maintainer: Luca Falavigna Uploaders: Mark Brown -Build-Depends: debhelper (>= 7.0.50~), scons (>= 1.2.0.d20090905) +Build-Depends: debhelper (>= 7.0.50~), scons (>= 1.2.0.d20090905), quilt (>= 0.46-7) Build-Depends-Indep: docbook-utils, jade Standards-Version: 3.8.3 Homepage: http://www.scons.org/ diff --git a/debian/patches/no_remote_dtd.patch b/debian/patches/no_remote_dtd.patch new file mode 100644 index 0000000..375c824 --- /dev/null +++ b/debian/patches/no_remote_dtd.patch @@ -0,0 +1,108 @@ +Description: Do not fetch DTD from WWW, use local one instead +Origin: Debian +Forwarded: not-needed + +Index: scons-doc-1.2.0.d20090905/doc/design/main.xml +=================================================================== +--- scons-doc-1.2.0.d20090905.orig/doc/design/main.xml 2009-10-05 23:07:46.693802757 +0200 ++++ scons-doc-1.2.0.d20090905/doc/design/main.xml 2009-10-05 23:07:39.145799959 +0200 +@@ -26,7 +26,7 @@ + --> + + + + +Index: scons-doc-1.2.0.d20090905/doc/python10/main.xml +=================================================================== +--- scons-doc-1.2.0.d20090905.orig/doc/python10/main.xml 2009-10-05 23:07:46.353803260 +0200 ++++ scons-doc-1.2.0.d20090905/doc/python10/main.xml 2009-10-05 23:07:39.133790373 +0200 +@@ -26,7 +26,7 @@ + --> + + +Index: scons-doc-1.2.0.d20090905/doc/reference/main.xml +=================================================================== +--- scons-doc-1.2.0.d20090905.orig/doc/reference/main.xml 2009-10-05 23:07:44.773799008 +0200 ++++ scons-doc-1.2.0.d20090905/doc/reference/main.xml 2009-10-05 23:07:39.041802698 +0200 +@@ -26,7 +26,7 @@ + --> + + +Index: scons-doc-1.2.0.d20090905/doc/user/builders.in +=================================================================== +--- scons-doc-1.2.0.d20090905.orig/doc/user/builders.in 2009-10-05 23:07:45.961802525 +0200 ++++ scons-doc-1.2.0.d20090905/doc/user/builders.in 2009-10-05 23:07:39.113790928 +0200 +@@ -25,7 +25,7 @@ + + + + +Index: scons-doc-1.2.0.d20090905/doc/user/main.xml +=================================================================== +--- scons-doc-1.2.0.d20090905.orig/doc/user/main.xml 2009-10-05 23:07:45.381803010 +0200 ++++ scons-doc-1.2.0.d20090905/doc/user/main.xml 2009-10-05 23:07:39.085788724 +0200 +@@ -25,7 +25,7 @@ + --> + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8717987 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +no_remote_dtd.patch diff --git a/debian/rules b/debian/rules index 04b379b..4e6f44a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh $@ + dh --with quilt $@ override_dh_auto_clean: scons -c -- cgit v1.2.3