tags 533993 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for solfege (versioned as 3.14.5-2.1) and uploaded
it to DELAYED/2, according to devref §5.11.1. The patch, which you can
find attached, is from Ubuntu and has been posted to this bug log
before.

Hope this helps,
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u solfege-3.14.5/debian/changelog solfege-3.14.5/debian/changelog
--- solfege-3.14.5/debian/changelog
+++ solfege-3.14.5/debian/changelog
@@ -1,3 +1,11 @@
+solfege (3.14.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Ensure xmlllint does not access the net during build: new dpatch
+    xmllint-nonet from Ubuntu by Alessio Treglia. (Closes: #533993)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 24 Nov 2009 10:01:25 +0100
+
 solfege (3.14.5-2) unstable; urgency=low
 
   * Don't depent on python-gtkhtml2 (closes: #549032)
diff -u solfege-3.14.5/debian/patches/00list solfege-3.14.5/debian/patches/00list
--- solfege-3.14.5/debian/patches/00list
+++ solfege-3.14.5/debian/patches/00list
@@ -4,0 +5 @@
+xmllint-nonet.dpatch
only in patch2:
unchanged:
--- solfege-3.14.5.orig/debian/patches/xmllint-nonet.dpatch
+++ solfege-3.14.5/debian/patches/xmllint-nonet.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## xmllint-nonet.dpatch by Alessio Treglia <quadris...@ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Avoid xmllint tries retrieving a file from Internet to validate XML files.
+
+...@dpatch@
+diff -urNad solfege-3.14.5~/Makefile.in solfege-3.14.5/Makefile.in
+--- solfege-3.14.5~/Makefile.in	2009-07-07 15:32:05.000000000 -0500
++++ solfege-3.14.5/Makefile.in	2009-07-07 15:32:06.000000000 -0500
+@@ -197,7 +197,7 @@
+ 
+ .PHONY: test xmllint
+ xmllint:
+-	xmllint --postvalid --dtdvalid http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd --xinclude --noout  help/C/solfege.xml
++	xmllint --nonet --xinclude --noout help/C/solfege.xml
+ 
+ test: xmllint
+ 	$(MAKE) dist

Reply via email to