[qhull] 05/10: Imported Debian patch 2003.1-6

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 6 14:03:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to annotated tag debian/2003.1-10
in repository qhull.

commit 684546403948ae1fb03c26dc0636f59e3841ac2c
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Tue Apr 17 09:46:22 2007 +0200

    Imported Debian patch 2003.1-6
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 4 +++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cac02af..a9c4647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index a7541af..cdb357b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 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/
 
diff --git a/debian/rules b/debian/rules
index eac8df7..863d1f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,16 +14,18 @@ DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 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::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qhull.git



More information about the debian-science-commits mailing list