[gmt] 06/08: Don't build PDF documentation, latex build is prone to failure.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 24 19:36:10 UTC 2015


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

sebastic pushed a commit to branch master
in repository gmt.

commit 407bca7f3b20bcab546b00a692f6861ab9f25b99
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 24 20:10:32 2015 +0200

    Don't build PDF documentation, latex build is prone to failure.
---
 debian/changelog            |  1 +
 debian/control              | 22 +---------------------
 debian/gmt-doc-pdf.doc-base |  7 -------
 debian/gmt-doc-pdf.install  |  1 -
 debian/rules                |  2 +-
 5 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d267d9..da7156d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gmt (5.1.2+dfsg1-2~exp2) UNRELEASED; urgency=medium
   * Override dh_auto_configure to use custom CMake options.
   * Drop changes for HDF5 MPI, netcdf now built with serial flavor.
   * Add patch to fix _netcdf_dashl regex in FindNETCDF.
+  * Don't build PDF documentation, latex build is prone to failure.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 30 Jul 2015 22:35:49 +0200
 
diff --git a/debian/control b/debian/control
index 6ce9c1c..53aecc1 100644
--- a/debian/control
+++ b/debian/control
@@ -37,8 +37,7 @@ Depends: gmt-common (= ${source:Version}),
 Recommends: gmt-gshhg-data | gmt-gshhg-low,
             gmt-dcw,
             gmt-doc
-Suggests: gmt-doc-pdf,
-          gmt-examples
+Suggests: gmt-examples
 Breaks: libgenome-perl (<< 0.06-3~)
 Replaces: libgenome-perl (<< 0.06-3~)
 Description: Generic Mapping Tools
@@ -126,25 +125,6 @@ Description: Generic Mapping Tools Library - Debugging symbols
  .
  This package contains debugging symbols for GMT.
 
-Package: gmt-doc-pdf
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: pdf-viewer
-Description: PDF docs for GMT, the Generic Mapping Tools
- GMT is a collection of tools that allow users to manipulate
- (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding,
- projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations
- ranging from simple x-y plots through contour maps to artificially illuminated
- surfaces and 3-D perspective views in black and white, gray tone, hachure
- patterns, and 24-bit color.
- .
- GMT supports many common map projections plus linear, log, and power scaling,
- and comes with support data such as coastlines, rivers, and political
- boundaries.
- .
- This package contains documentation in PDF format.
-
 Package: gmt-doc
 Architecture: all
 Section: doc
diff --git a/debian/gmt-doc-pdf.doc-base b/debian/gmt-doc-pdf.doc-base
deleted file mode 100644
index ded4bf1..0000000
--- a/debian/gmt-doc-pdf.doc-base
+++ /dev/null
@@ -1,7 +0,0 @@
-Document: gmt-doc-pdf
-Title: Generic Mapping Tools (GMT) Manual
-Abstract: These are manuals for GMT in PDF format.
-Section: Science/Geoscience
-
-Format: PDF
-Files: /usr/share/doc/gmt/pdf/*.pdf
diff --git a/debian/gmt-doc-pdf.install b/debian/gmt-doc-pdf.install
deleted file mode 100644
index c2c66e1..0000000
--- a/debian/gmt-doc-pdf.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/gmt/pdf/*.pdf
diff --git a/debian/rules b/debian/rules
index 05219f2..935ffa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_build-arch:
 	$(MAKE) -C $(BUILDDIR) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
 
 override_dh_auto_build-indep:
-	$(MAKE) -C $(BUILDDIR) docs_man docs_html docs_pdf
+	$(MAKE) -C $(BUILDDIR) docs_man docs_html
 
 override_dh_auto_install:
 	# Create man pages from DocBook XML

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git



More information about the Pkg-grass-devel mailing list