[xml/sgml-commit] r903 - in /packages/docbook2x/trunk/debian: changelog rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Wed Sep 26 21:01:06 UTC 2007


Author: dleidert-guest
Date: Wed Sep 26 21:01:06 2007
New Revision: 903

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=903
Log:
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Added --with-html-xsl configure
  option to prevent docbook2X FTBFS building twice in a row. Thanks to
  Steven Cheng, Patrick Winnertz and Lucas Nussbaum.

Modified:
    packages/docbook2x/trunk/debian/changelog
    packages/docbook2x/trunk/debian/rules

Modified: packages/docbook2x/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook2x/trunk/debian/changelog?rev=903&op=diff
==============================================================================
--- packages/docbook2x/trunk/debian/changelog (original)
+++ packages/docbook2x/trunk/debian/changelog Wed Sep 26 21:01:06 2007
@@ -3,6 +3,9 @@
   * NOT RELEASED YET
 
   [ Daniel Leidert ]
+  * debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Added --with-html-xsl configure
+    option to prevent docbook2X FTBFS building twice in a row. Thanks to
+    Steven Cheng, Patrick Winnertz and Lucas Nussbaum.
   * debian/watch: Added.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 22 Apr 2007 01:43:52 +0200

Modified: packages/docbook2x/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook2x/trunk/debian/rules?rev=903&op=diff
==============================================================================
--- packages/docbook2x/trunk/debian/rules (original)
+++ packages/docbook2x/trunk/debian/rules Wed Sep 26 21:01:06 2007
@@ -7,7 +7,7 @@
 
 PACKAGE := docbook2x
 
-DEB_CONFIGURE_EXTRA_FLAGS := --program-transform-name="s/^docbook2/docbook2x-/"
+DEB_CONFIGURE_EXTRA_FLAGS := --program-transform-name="s/^docbook2/docbook2x-/" --with-html-xsl
 
 
 common-install-prehook-arch::




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