[qhull] 03/10: Imported Debian patch 2003.1-4

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 a13d4fa9fdb5e3f54ec6a70a7616a6f59784e88e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 15 14:54:33 2007 +0200

    Imported Debian patch 2003.1-4
---
 debian/changelog             | 9 +++++++++
 debian/control               | 6 +++---
 debian/libqhull-dev.doc-base | 2 +-
 debian/libqhull-dev.lintian  | 1 +
 debian/rules                 | 9 ++++++++-
 5 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4a5854c..59f99d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+qhull (2003.1-4) unstable; urgency=low
+
+  * debian/libqhull-dev.doc-base: Put the HTML document in Apps/Math
+    section
+  * debian/libqhull-dev.lintian: Added Lintian override file
+  * debian/control: Lowercase first word in the package descriptions
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 15 Apr 2007 14:54:33 +0200
+
 qhull (2003.1-3) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 7866da0..de4f078 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: libqhull5
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Calculate convex hulls and related structures (shared library)
+Description: calculate convex hulls and related structures (shared library)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
  Delaunay triangulations, and furthest-site Voronoi diagrams. It
@@ -26,7 +26,7 @@ Package: libqhull-dev
 Section: libdevel
 Architecture: any
 Depends: libqhull5 (= ${Source-Version}), libc6-dev
-Description: Calculate convex hulls and related structures (development files)
+Description: calculate convex hulls and related structures (development files)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
  Delaunay triangulations, and furthest-site Voronoi diagrams. It
@@ -42,7 +42,7 @@ Section: math
 Architecture: any
 Depends: libqhull5 (= ${Source-Version})
 Suggests: geomview
-Description: Calculate convex hulls and related structures (utilities)
+Description: calculate convex hulls and related structures (utilities)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
  Delaunay triangulations, and furthest-site Voronoi diagrams. It
diff --git a/debian/libqhull-dev.doc-base b/debian/libqhull-dev.doc-base
index 6e85f37..c3b2a7e 100644
--- a/debian/libqhull-dev.doc-base
+++ b/debian/libqhull-dev.doc-base
@@ -6,7 +6,7 @@ Abstract: This manual describes Qhull, a general dimension convex hull
  convex set that contains the points to stdout.  It also generates Delaunay
  triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and
  halfspace intersections about a point.
-Section: math
+Section: Apps/Math
 
 Format: HTML
 Index: /usr/share/doc/libqhull-dev/html/index.htm
diff --git a/debian/libqhull-dev.lintian b/debian/libqhull-dev.lintian
new file mode 100644
index 0000000..5bb1778
--- /dev/null
+++ b/debian/libqhull-dev.lintian
@@ -0,0 +1 @@
+libqhull-dev: extra-license-file usr/share/doc/libqhull-dev/html/COPYING.txt
diff --git a/debian/rules b/debian/rules
index 8cbff6d..eac8df7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-htmldir	:= debian/tmp/usr/share/doc/qhull/html
+debdir	:= $(CURDIR)/debian
+deblin	:= $(debdir)/libqhull-dev/usr/share/lintian/overrides
+htmldir	:= $(debdir)/tmp/usr/share/doc/qhull/html
 
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 DEB_COMPRESS_EXCLUDE = .c .h .txt
@@ -28,7 +30,12 @@ clean::
 	rm -f debian/*.xml debian/*.1
 
 install/libqhull-dev::
+	# Install all the needed documentation files
 	cp *.txt html/*.txt $(htmldir)
 	mkdir $(htmldir)/src
 	cp src/*.{c,h,htm,txt} $(htmldir)/src
 	sed -i 's:href="../:href=":g' $(htmldir)/*.htm
+	# Isntall Lintian override file
+	mkdir -p $(deblin)
+	install --mode=644 $(debdir)/libqhull-dev.lintian \
+		$(deblin)/libqhull-dev

-- 
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