[DebianGIS-dev] r2073 - packages/gmt-coast-low/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Mar 25 22:55:35 UTC 2009
Author: frankie
Date: 2009-03-25 22:55:35 +0000 (Wed, 25 Mar 2009)
New Revision: 2073
Added:
packages/gmt-coast-low/trunk/debian/README
Modified:
packages/gmt-coast-low/trunk/debian/control
packages/gmt-coast-low/trunk/debian/rules
Log:
Added: packages/gmt-coast-low/trunk/debian/README
===================================================================
--- packages/gmt-coast-low/trunk/debian/README (rev 0)
+++ packages/gmt-coast-low/trunk/debian/README 2009-03-25 22:55:35 UTC (rev 2073)
@@ -0,0 +1,9 @@
+Low resolution coast lines for GMT
+----------------------------------
+
+This package installs the low-resolution world coast lines into /usr/share/gmt/coast.
+The high-resolution and full-resolution ones can be downloaded and installed once
+by using the /usr/sbin/gmt-coast-download bash script. The same script can
+be eventually used to re-install or update the coastlines from the
+GMT mirrors.
+
Modified: packages/gmt-coast-low/trunk/debian/control
===================================================================
--- packages/gmt-coast-low/trunk/debian/control 2009-03-25 22:52:01 UTC (rev 2072)
+++ packages/gmt-coast-low/trunk/debian/control 2009-03-25 22:55:35 UTC (rev 2073)
@@ -20,6 +20,6 @@
Originally there were two more coastline packages (gmt-coast-high and -full)
but they were to big for our servers and pulled from the distribution.
.
- Read /usr/share/doc/gmt/README.Debian to learn how to get coastline
+ Read /usr/share/doc/gmt-coast-low/README.Debian to learn how to get coastline
data on the net. Otherwise you will not be able to create high quality
maps with gmt.
Modified: packages/gmt-coast-low/trunk/debian/rules
===================================================================
--- packages/gmt-coast-low/trunk/debian/rules 2009-03-25 22:52:01 UTC (rev 2072)
+++ packages/gmt-coast-low/trunk/debian/rules 2009-03-25 22:55:35 UTC (rev 2073)
@@ -23,7 +23,7 @@
tar xjf $(CURDIR)/GSHHS_coast.tar.bz2 -C $(DESTDIR)/usr/share/gmt
mv $(DESTDIR)/usr/share/gmt/share/coast $(DESTDIR)/usr/share/gmt/.
mv $(DESTDIR)/usr/share/gmt/README.* $(CURDIR)/.
- install -u root -g root -m 755 $(CURDIR)/debian/gmt-coastline-download $(DESTDIR)/usr/sbin
+ install -o root -g root -m 755 $(CURDIR)/debian/gmt-coastline-download $(DESTDIR)/usr/sbin
rm -rf $(DESTDIR)/usr/share/gmt/share
rm -f $(DESTDIR)/usr/share/gmt/COPYING
More information about the Pkg-grass-devel
mailing list