[Pkg-scicomp-commits] qhull/trunk/debian

Rafael Laboissiere rafael at debian.org
Thu Aug 14 11:25:43 UTC 2008


SVN commit 3854 by rafael:

Synch with 2033.1-9lenny1

 M  +15 -0     qhull/trunk/debian/changelog  
 M  +1 -1      qhull/trunk/debian/control  
 M  +4 -4      qhull/trunk/debian/manpage.in  
 M  +1 -1      qhull/trunk/debian/rules  


--- qhull/trunk/debian/changelog #3853:3854
@@ -7,6 +7,21 @@
 
  -- Rafael Laboissiere <rafael at debian.org>  Thu, 10 Jul 2008 23:25:47 +0200
 
+qhull (2003.1-9lenny1) testing-proposed-updates; urgency=low
+
+  * debian/rules: Use sed instead of eperl to generate the man pages.
+    Eperl is buggy on hppa (see Bug#494191) and the package FTBFS there.
+    (Closes: #494461)
+  * debian/manpage.in: Adapt for using sed
+  * debian.control:
+    + Drop build-dependency on eperl
+    + Build-depends on docbook-xml.  This avoid timeouts due to the failed
+    attempt to load the external entity docbookx.dtd (needed for the
+    Debian-provided man pages) when network connection is not available.
+    + Bump Standards-Version to 3.8.0 (no changes needed)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 14 Aug 2008 10:43:24 +0200
+
 qhull (2003.1-10lenny1) unstable; urgency=low
 
   * debian/control: Build-depends on docbook-xml.  This avoid FTBFS due to
--- qhull/trunk/debian/control #3853:3854
@@ -5,7 +5,7 @@
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 7.0.0), docbook2x (>= 0.8.8-3), xsltproc,
- eperl, cdbs, quilt, docbook-xml
+ cdbs, quilt, docbook-xml
 Homepage: http://www.qhull.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/qhull/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/qhull/
--- qhull/trunk/debian/manpage.in #3853:3854
@@ -10,11 +10,11 @@
   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
   <!ENTITY dhemail     "<email>rafael at debian.org</email>">
   <!ENTITY dhusername  "Rafael Laboissiere">
-  <!ENTITY dhucpackage "<refentrytitle><:=$command:></refentrytitle>">
-  <!ENTITY dhpackage   "<:=$command:>">
+  <!ENTITY dhucpackage "<refentrytitle>#command#</refentrytitle>">
+  <!ENTITY dhpackage   "#command#">
 
   <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY docfile     "/usr/share/doc/libqhull-dev/html/<:=$command:>.htm">
+  <!ENTITY docfile     "/usr/share/doc/libqhull-dev/html/#command#.htm">
 ]>
 
 <!-- Template manual page for the Qhull commands, DocBook source file
@@ -45,7 +45,7 @@
   <refnamediv>
     <refname>&dhpackage;</refname>
 
-    <refpurpose><:=$purpose:></refpurpose>
+    <refpurpose>#purpose#</refpurpose>
   </refnamediv>
   <refsynopsisdiv>
     <cmdsynopsis>
--- qhull/trunk/debian/rules #3853:3854
@@ -23,7 +23,7 @@
 	      comm=`echo  $$info | cut -d: -f1` ;			\
 	      purp=`echo  $$info | cut -d: -f2` ;			\
 	      echo -n Building man page for $$comm... ;			\
-	      eperl -d command=$$comm -d purpose="$$purp"		\
+	      sed "s/#command#/$$comm/;s/#purpose#/$$purp/"		\
 	          manpage.in > $$comm.xml ;				\
 	      docbook2x-man $$comm.xml ;				\
 	      echo " done" ;						\



More information about the Pkg-scicomp-commits mailing list