[DebianGIS-dev] r2071 - packages/gmt-coast-low/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Mar 25 22:51:11 UTC 2009
Author: frankie
Date: 2009-03-25 22:51:11 +0000 (Wed, 25 Mar 2009)
New Revision: 2071
Modified:
packages/gmt-coast-low/trunk/debian/changelog
packages/gmt-coast-low/trunk/debian/control
packages/gmt-coast-low/trunk/debian/rules
Log:
Modified: packages/gmt-coast-low/trunk/debian/changelog
===================================================================
--- packages/gmt-coast-low/trunk/debian/changelog 2009-03-25 22:34:00 UTC (rev 2070)
+++ packages/gmt-coast-low/trunk/debian/changelog 2009-03-25 22:51:11 UTC (rev 2071)
@@ -1,8 +1,11 @@
-gmt-coast-low (1:1.10-2) UNRELEASED; urgency=low
+gmt-coast-low (1:1.10-2) unstable; urgency=low
* Fixed svn addresses in Vcs-* fields.
+ * Fixed long description.
+ (closes: #521061)
+ * Now install gmt-coastline-download script.
- -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 13 Jun 2008 17:05:19 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 25 Mar 2009 23:49:08 +0100
gmt-coast-low (1:1.10-1) unstable; urgency=low
Modified: packages/gmt-coast-low/trunk/debian/control
===================================================================
--- packages/gmt-coast-low/trunk/debian/control 2009-03-25 22:34:00 UTC (rev 2070)
+++ packages/gmt-coast-low/trunk/debian/control 2009-03-25 22:51:11 UTC (rev 2071)
@@ -12,7 +12,7 @@
Package: gmt-coast-low
Architecture: all
-Depends: gmt
+Depends: gmt, bash, wget|curl
Provides: gmt-coastline-data
Description: Low resolution coastlines for the Generic Mapping Tools
This package contains the crude, low and intermediate resolution coastlines
@@ -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.coastlines to learn were to get coastline
+ Read /usr/share/doc/gmt/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:34:00 UTC (rev 2070)
+++ packages/gmt-coast-low/trunk/debian/rules 2009-03-25 22:51:11 UTC (rev 2071)
@@ -17,12 +17,13 @@
install-stamp:
dh_testdir
dh_testroot
- dh_clean
- dh_installdirs usr/share/gmt
+ dh_prep
+ dh_installdirs usr/share/gmt usr/sbin
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
rm -rf $(DESTDIR)/usr/share/gmt/share
rm -f $(DESTDIR)/usr/share/gmt/COPYING
More information about the Pkg-grass-devel
mailing list