[gmt] 02/23: Move /usr/share/gmt to architecture-independent gmt-common package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 13 22:40:18 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 0a6689dd4c3ca7dcc078f4d7e4e1120747f66983
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jun 9 20:59:36 2015 +0200
Move /usr/share/gmt to architecture-independent gmt-common package.
---
debian/changelog | 1 +
debian/control | 20 +++++++++++++++++++-
debian/gmt-common.install | 2 ++
debian/gmt.install | 2 --
4 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 05e3588..a2f2599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ gmt (5.1.2+dfsg1-1) UNRELEASED; urgency=medium
* Also exclude prebuilt documentation and manpages from repacked source.
* Build documentation in build-indep target.
* Use packaged jquery.js & underscore.js instead of embedded sphinx copies.
+ * Move /usr/share/gmt to architecture-independent gmt-common package.
-- Bas Couwenberg <sebastic at debian.org> Sun, 07 Jun 2015 12:06:29 +0200
diff --git a/debian/control b/debian/control
index a2e16fe..3be7fc1 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Homepage: http://gmt.soest.hawaii.edu/projects/gmt
Package: gmt
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: gmt-common (= ${source:Version}),
+ ${shlibs:Depends},
${misc:Depends}
Recommends: gmt-gshhs-data | gmt-gshhs-low,
gmt-doc,
@@ -47,6 +48,23 @@ Description: Generic Mapping Tools
and comes with support data such as coastlines, rivers, and political
boundaries.
+Package: gmt-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Generic Mapping Tools - Architecture-independent files
+ 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 the architecture-independent files for GMT.
+
Package: libgmt5
Architecture: any
Section: libs
diff --git a/debian/gmt-common.install b/debian/gmt-common.install
new file mode 100644
index 0000000..2874929
--- /dev/null
+++ b/debian/gmt-common.install
@@ -0,0 +1,2 @@
+usr/share/bash-completion
+usr/share/gmt
diff --git a/debian/gmt.install b/debian/gmt.install
index 693fa8e..e2076b9 100644
--- a/debian/gmt.install
+++ b/debian/gmt.install
@@ -3,5 +3,3 @@ usr/bin/gmtlogo
usr/bin/gmtswitch
usr/bin/gmt_shell_functions.sh
usr/bin/isogmt
-usr/share/bash-completion
-usr/share/gmt
--
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