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

Rafael Laboissiere rafael at debian.org
Tue Apr 17 08:06:08 UTC 2007


SVN commit 1535 by rafael:

Debian release qhull_2003.1-6

 M  +7 -0      qhull/trunk/debian/changelog  
 M  +1 -1      qhull/trunk/debian/control  
 M  +3 -1      qhull/trunk/debian/rules  


--- qhull/trunk/debian/changelog #1534:1535
@@ -1,3 +1,10 @@
+qhull (2003.1-6) unstable; urgency=low
+
+  * debian/control: Build-Depends on xsltproc (really closes: #419568)
+  * debian/rules: Echo progression when building the man pages
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 17 Apr 2007 09:46:22 +0200
+
 qhull (2003.1-5) unstable; urgency=low
 
   * debian/control: Build-depends on docbook2x >= 0.8.8-2 because previous
--- qhull/trunk/debian/control #1534:1535
@@ -4,7 +4,7 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), docbook2x (>= 0.8.8-2), eperl, cdbs
+Build-Depends: debhelper (>= 5), docbook2x (>= 0.8.8-2), xsltproc, eperl, cdbs
 XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-scicomp/qhull/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/qhull/
 
--- qhull/trunk/debian/rules #1534:1535
@@ -14,16 +14,18 @@
 DEB_COMPRESS_EXCLUDE = .c .h .txt
 
 build/qhull-bin::
-	( cd debian ;							\
+	@( cd debian ;							\
 	  for info in "qconvex:compute the convex hull"			\
 	              "qdelaunay:compute the Delaunay triangulation"	\
 	              "qhalf:halfspace intersection about a point"	\
 	              "qvoronoi:compute the Voronoi diagram" ; do	\
 	      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"		\
 	          manpage.in > $$comm.xml ;				\
 	      docbook2x-man $$comm.xml ;				\
+	      echo " done" ;						\
 	  done )
 
 clean::



More information about the Pkg-scicomp-devel mailing list