[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#241683: debian-policy_3.6.1.0(unstable): FTBFS: /usr/lib/sgml



On Fri, Apr 02, 2004 at 13:51:22 +0200, Frank Lichtenheld wrote:
> I think the xml declaration went to /usr/share

Here's a patch.

Ray
-- 
I keep pitching my epic space opera about alien robots who infest our planet
and live off celebrities dryer lint to various publishers, but nobody wants
to publish a book written by a leader of mexican food, and starring a hero
named Litmus VanCenturfuge and his sidekick Pipet Jerks.	- CmdrTaco
diff -ruN debian-policy-3.6.1.0.old/debconf_spec/Makefile debian-policy-3.6.1.0/debconf_spec/Makefile
--- debian-policy-3.6.1.0.old/debconf_spec/Makefile	2003-05-10 21:01:59.000000000 +0200
+++ debian-policy-3.6.1.0/debconf_spec/Makefile	2004-04-10 17:25:07.000000000 +0200
@@ -2,7 +2,7 @@
 
 %.html: %.xml html.dsl
 	jade -V nochunks -t sgml -d html.dsl \
-		/usr/lib/sgml/declaration/xml.dcl $< > $@
+		/usr/share/xml/declaration/xml.dcl $< > $@
 	-tidy -q -i -m -f /dev/null $@
 
 %.txt: %.html
diff -ruN debian-policy-3.6.1.0.old/debian/changelog debian-policy-3.6.1.0/debian/changelog
--- debian-policy-3.6.1.0.old/debian/changelog	2003-08-19 14:32:23.000000000 +0200
+++ debian-policy-3.6.1.0/debian/changelog	2004-04-10 17:27:04.000000000 +0200
@@ -1,3 +1,12 @@
+debian-policy (3.6.1.1) UNRELEASED; urgency=low
+
+  * [debconf_spec/Makefile] Updated path for xml.dcl to fix FTBFS.
+    (Closes: #241683)
+  * [debian/control] Introduced a versioned build dependency on sgml-data to
+    ensure xml.dcl is where we expect it to be.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 10 Apr 2004 17:22:59 +0200
+
 debian-policy (3.6.1.0) unstable; urgency=low
 
   Josip:
diff -ruN debian-policy-3.6.1.0.old/debian/control debian-policy-3.6.1.0/debian/control
--- debian-policy-3.6.1.0.old/debian/control	2003-08-19 16:41:50.000000000 +0200
+++ debian-policy-3.6.1.0/debian/control	2004-04-10 17:24:13.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Debian Policy List <debian-policy@lists.debian.org>
 Uploaders: Julian Gilbey <jdg@debian.org>, Manoj Srivastava <srivasta@debian.org>, Josip Rodin <joy-packages@debian.org>
 Standards-Version: 3.6.1
-Build-Depends-Indep: debiandoc-sgml (>= 1.1.47), tetex-extra, groff, bsdmainutils, pstoedit, jade, docbook-xml (>= 3.1.1), docbook-dsssl, tidy, links (>= 0.90) | links-ssl (>= 0.90)
+Build-Depends-Indep: sgml-data (>= 2.0), debiandoc-sgml (>= 1.1.47), tetex-extra, groff, bsdmainutils, pstoedit, jade, docbook-xml (>= 3.1.1), docbook-dsssl, tidy, links (>= 0.90) | links-ssl (>= 0.90)
 
 Package: debian-policy
 Architecture: all

Reply to: