[gmt-gshhg] 02/02: Initial Debian packaging.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jun 7 16:10:15 UTC 2015


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

sebastic pushed a commit to branch master
in repository gmt-gshhg.

commit 7daedfa725c226c9145667fa24fcacee59b96fac
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 7 17:52:53 2015 +0200

    Initial Debian packaging.
---
 debian/changelog              |  5 +++
 debian/compat                 |  1 +
 debian/control                | 94 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 47 ++++++++++++++++++++++
 debian/gbp.conf               | 16 ++++++++
 debian/gmt-gshhg-full.docs    |  1 +
 debian/gmt-gshhg-full.install |  1 +
 debian/gmt-gshhg-high.docs    |  1 +
 debian/gmt-gshhg-high.install |  1 +
 debian/gmt-gshhg-low.docs     |  1 +
 debian/gmt-gshhg-low.install  |  3 ++
 debian/gmt-gshhg.docs         |  1 +
 debian/rules                  |  5 +++
 debian/source/format          |  1 +
 debian/watch                  |  5 +++
 15 files changed, 183 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c65df47
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gmt-gshhg (2.3.4-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #787994)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Jun 2015 16:29:34 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..678b27c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,94 @@
+Source: gmt-gshhg
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebastic at debian.org>
+Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9),
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gmt-gshhg.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/gmt-gshhg.git
+Homepage: http://www.soest.hawaii.edu/pwessel/gshhg/index.html
+
+Package: gmt-gshhg
+Architecture: all
+Depends: gmt-gshhg-low,
+         gmt-gshhg-high,
+         gmt-gshhg-full,
+         ${misc:Depends}
+Description: Global Self-consistent Hierarchical High-resolution Geography (GSHHG)
+ GSHHG is a high-resolution shoreline data set amalgamated from two databases:
+ Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) and
+ CIA World Data Bank II (WDBII). GSHHG contains vector descriptions at five
+ different resolutions of land outlines, lakes, rivers, and political
+ boundaries. This data is for use by GMT, the Generic Mapping Tools.
+ .
+ This metapackage depends on all resolution specific GSHHG packages:
+ .
+  * gmt-gshhg-low   Low  resolution coastlines for the Generic Mapping Tools
+  * gmt-gshhg-high  High resolution coastlines for the Generic Mapping Tools
+  * gmt-gshhg-full  Full resolution coastlines for the Generic Mapping Tools
+ .
+ Use gmt-gshhg-low for the crude, low and intermediate resolution coastlines
+ which will be enough to get you started.
+ .
+ Use gmt-gshhg-high or gmt-gshhg-full to create better quality maps at
+ an higher resolution, but be aware that the full maps take space on
+ your disk.
+
+Package: gmt-gshhg-low
+Architecture: all
+Depends: ${misc:Depends}
+Provides: gmt-gshhg-data,
+          gmt-gshhs-low
+Replaces: gmt-gshhs-low
+Conflicts: gmt-gshhs-low
+Suggests: gmt-gshhg-high,
+          gmt-gshhg-full
+Description: Low resolution coastlines for the Generic Mapping Tools
+ GSHHG is a high-resolution shoreline data set amalgamated from two databases:
+ Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) and
+ CIA World Data Bank II (WDBII). GSHHG contains vector descriptions at five
+ different resolutions of land outlines, lakes, rivers, and political
+ boundaries. This data is for use by GMT, the Generic Mapping Tools.
+ .
+ This package contains the crude, low and intermediate resolution coastlines
+ which will be enough to get you started.
+ .
+ Use gmt-gshhg-high or gmt-gshhg-full to create better quality maps at
+ an higher resolution, but be aware that the full maps take space on
+ your disk.
+
+Package: gmt-gshhg-high
+Architecture: all
+Depends: ${misc:Depends}
+Provides: gmt-gshhg-data,
+          gmt-gshhs-high
+Replaces: gmt-gshhs-high
+Conflicts: gmt-gshhs-high
+Description: High resolution coastlines for the Generic Mapping Tools
+ GSHHG is a high-resolution shoreline data set amalgamated from two databases:
+ Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) and
+ CIA World Data Bank II (WDBII). GSHHG contains vector descriptions at five
+ different resolutions of land outlines, lakes, rivers, and political
+ boundaries. This data is for use by GMT, the Generic Mapping Tools.
+ .
+ This package contains the high resolution coastlines which are required
+ to create high quality maps with GMT.
+
+Package: gmt-gshhg-full
+Architecture: all
+Depends: ${misc:Depends}
+Provides: gmt-gshhg-data,
+          gmt-gshhs-full
+Replaces: gmt-gshhs-full
+Conflicts: gmt-gshhs-full
+Description: Full resolution coastlines for the Generic Mapping Tools
+ GSHHG is a high-resolution shoreline data set amalgamated from two databases:
+ Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) and
+ CIA World Data Bank II (WDBII). GSHHG contains vector descriptions at five
+ different resolutions of land outlines, lakes, rivers, and political
+ boundaries. This data is for use by GMT, the Generic Mapping Tools.
+ .
+ This package contains the full resolution coastlines which are required
+ to create best quality maps with GMT.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c69303d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GSHHG
+Upstream-Contact: Paul Wessel <wessel at soest.hawaii.edu>
+Source: ftp://ftp.soest.hawaii.edu/gmt/
+
+Files: *
+Copyright: 2014, The GMT Team
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2015, Bas Couwenberg <sebastic at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/gmt-gshhg-full.docs b/debian/gmt-gshhg-full.docs
new file mode 100644
index 0000000..217e0a8
--- /dev/null
+++ b/debian/gmt-gshhg-full.docs
@@ -0,0 +1 @@
+README.TXT
diff --git a/debian/gmt-gshhg-full.install b/debian/gmt-gshhg-full.install
new file mode 100644
index 0000000..0e89c79
--- /dev/null
+++ b/debian/gmt-gshhg-full.install
@@ -0,0 +1 @@
+*_f.nc usr/share/gmt-gshhg/
diff --git a/debian/gmt-gshhg-high.docs b/debian/gmt-gshhg-high.docs
new file mode 100644
index 0000000..217e0a8
--- /dev/null
+++ b/debian/gmt-gshhg-high.docs
@@ -0,0 +1 @@
+README.TXT
diff --git a/debian/gmt-gshhg-high.install b/debian/gmt-gshhg-high.install
new file mode 100644
index 0000000..03bce83
--- /dev/null
+++ b/debian/gmt-gshhg-high.install
@@ -0,0 +1 @@
+*_h.nc usr/share/gmt-gshhg/
diff --git a/debian/gmt-gshhg-low.docs b/debian/gmt-gshhg-low.docs
new file mode 100644
index 0000000..217e0a8
--- /dev/null
+++ b/debian/gmt-gshhg-low.docs
@@ -0,0 +1 @@
+README.TXT
diff --git a/debian/gmt-gshhg-low.install b/debian/gmt-gshhg-low.install
new file mode 100644
index 0000000..cf72dae
--- /dev/null
+++ b/debian/gmt-gshhg-low.install
@@ -0,0 +1,3 @@
+*_c.nc usr/share/gmt-gshhg/
+*_l.nc usr/share/gmt-gshhg/
+*_i.nc usr/share/gmt-gshhg/
diff --git a/debian/gmt-gshhg.docs b/debian/gmt-gshhg.docs
new file mode 100644
index 0000000..217e0a8
--- /dev/null
+++ b/debian/gmt-gshhg.docs
@@ -0,0 +1 @@
+README.TXT
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..11e1cb3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+%:
+	dh $@ --parallel
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3d424da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=passive,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
+ftp://ftp.soest.hawaii.edu/gmt/ \
+(?:|.*/)gshhg-gmt(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

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



More information about the Pkg-grass-devel mailing list