Author: frankie Date: 2007-10-02 10:00:33 +0000 (Tue, 02 Oct 2007) New Revision: 1156
Added: packages/gmt-coast-low/ packages/gmt-coast-low/tags/ packages/gmt-coast-low/trunk/ packages/gmt-coast-low/trunk/GMT_share.tar.bz2 packages/gmt-coast-low/trunk/debian/ packages/gmt-coast-low/trunk/debian/changelog packages/gmt-coast-low/trunk/debian/control packages/gmt-coast-low/trunk/debian/copyright packages/gmt-coast-low/trunk/debian/rules Log: [svn-inject] Installing original source of gmt-coast-low Added: packages/gmt-coast-low/trunk/GMT_share.tar.bz2 =================================================================== (Binary files differ) Property changes on: packages/gmt-coast-low/trunk/GMT_share.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: packages/gmt-coast-low/trunk/debian/changelog =================================================================== --- packages/gmt-coast-low/trunk/debian/changelog (rev 0) +++ packages/gmt-coast-low/trunk/debian/changelog 2007-10-02 10:00:33 UTC (rev 1156) @@ -0,0 +1,44 @@ +gmt-coast-low (20020411-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Rebuild package to finish /usr/doc transition (Closes: #359415). + * Move debhelper from build-depends-indep to build-depends. + + -- Thijs Kinkhorst <[EMAIL PROTECTED]> Sun, 4 Mar 2007 18:19:41 +0100 + +gmt-coast-low (20020411-1) unstable; urgency=high + + * Got the current coastline data and update the package to move it into + the package pool. This should stop the removal from woody. + * debian/rules: Use --bzip2 instead of -I so it builds using both + old and new tar. + * debian/control: Update to current policy (lintian) + + Add build dependency for debhelper and bzip2. + + -- Torsten Landschoff <[EMAIL PROTECTED]> Thu, 11 Apr 2002 00:25:00 +0200 + +gmt-coast-low (19991001-3) frozen unstable; urgency=low + + * This is a one-line change and can go into frozen. It is to adjust + for the change in gmt - the coastline data has moved. The current + GMT package is still compatible with the old coastline data but + this is the path where it actually belongs. + + * debian/rules: Install the datafiles into /usr/share/gmt instead of + /usr/share/gmt/lib. + + -- Torsten Landschoff <[EMAIL PROTECTED]> Fri, 21 Jan 2000 15:16:58 +0100 + +gmt-coast-low (19991001-2) unstable; urgency=low + + * debian/control: Changed description to reflect the current state + regarding coastline data in the distribution. + * debian/control: Moved into science section. + + -- Torsten Landschoff <[EMAIL PROTECTED]> Fri, 14 Jan 2000 19:35:17 +0100 + +gmt-coast-low (19991001-1) unstable; urgency=low + + * Initial release. + + -- Torsten Landschoff <[EMAIL PROTECTED]> Fri, 1 Oct 1999 19:40:34 +0200 Added: packages/gmt-coast-low/trunk/debian/control =================================================================== --- packages/gmt-coast-low/trunk/debian/control (rev 0) +++ packages/gmt-coast-low/trunk/debian/control 2007-10-02 10:00:33 UTC (rev 1156) @@ -0,0 +1,21 @@ +Source: gmt-coast-low +Section: science +Priority: extra +Maintainer: Torsten Landschoff <[EMAIL PROTECTED]> +Standards-Version: 3.5.6 +Build-Depends: debhelper +Build-Depends-Indep: bzip2 + +Package: gmt-coast-low +Architecture: all +Depends: gmt +Provides: gmt-coastline-data +Description: Low resolution coastlines for the Generic Mapping Tools + This package contains the crude, low and intermediate resolution coastlines + contained in the GMT distribution which will be enough to get you started. + 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 + data on the net. Otherwise you will not be able to create high quality + maps with gmt. Added: packages/gmt-coast-low/trunk/debian/copyright =================================================================== --- packages/gmt-coast-low/trunk/debian/copyright (rev 0) +++ packages/gmt-coast-low/trunk/debian/copyright 2007-10-02 10:00:33 UTC (rev 1156) @@ -0,0 +1,23 @@ + +This package was debianized by Torsten Landschoff <[EMAIL PROTECTED]> on +Wed, 29 Sep 1999 18:04:12 +0200 + +The upstream source is available from + + ftp://pahoehoe.soest.hawaii.edu/pub/gmt/ (main site) + ftp://ftp.geologi.uio.no/pub/gmt/ (the mirror I used) + +The main upstream authors are + + Paul Wessel <[EMAIL PROTECTED]> + and Walter Smith <[EMAIL PROTECTED]> + +Copyright: + +This software is covered by the GNU Library General Public Licence +(version 2, or if you choose, a later version). + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. If +you got the source archive you will find the license in the file COPYING +in the top directory. Added: packages/gmt-coast-low/trunk/debian/rules =================================================================== --- packages/gmt-coast-low/trunk/debian/rules (rev 0) +++ packages/gmt-coast-low/trunk/debian/rules 2007-10-02 10:00:33 UTC (rev 1156) @@ -0,0 +1,70 @@ +#! /usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=1 + +build: + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + dh_clean + +install: install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean + dh_installdirs usr/share/gmt + + tar -C debian/tmp/usr/share/gmt --bzip2 -xf GMT_share.tar.bz2 + mv debian/tmp/usr/share/gmt/share/* debian/tmp/usr/share/gmt + rmdir debian/tmp/usr/share/gmt/share + rm -f debian/tmp/usr/share/gmt/COPYING + + touch install-stamp + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron +# dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link +# dh_strip + dh_compress + dh_fixperms +# # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb +# dh_perl +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install Property changes on: packages/gmt-coast-low/trunk/debian/rules ___________________________________________________________________ Name: svn:executable + _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

