Author: frankie Date: 2008-06-13 14:17:52 +0000 (Fri, 13 Jun 2008) New Revision: 1636
Added: packages/gmt-coast-low/trunk/GSHHS_coast.tar.bz2 packages/gmt-coast-low/trunk/debian/compat packages/gmt-coast-low/trunk/debian/docs Removed: packages/gmt-coast-low/trunk/GMT_share.tar.bz2 Modified: 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: Releasing version 1.10 Deleted: packages/gmt-coast-low/trunk/GMT_share.tar.bz2 =================================================================== (Binary files differ) Added: packages/gmt-coast-low/trunk/GSHHS_coast.tar.bz2 =================================================================== (Binary files differ) Property changes on: packages/gmt-coast-low/trunk/GSHHS_coast.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: packages/gmt-coast-low/trunk/debian/changelog =================================================================== --- packages/gmt-coast-low/trunk/debian/changelog 2008-06-13 12:02:56 UTC (rev 1635) +++ packages/gmt-coast-low/trunk/debian/changelog 2008-06-13 14:17:52 UTC (rev 1636) @@ -1,3 +1,15 @@ +gmt-coast-low (1:1.10-1) unstable; urgency=low + + * Now maintainership set to DebianGis team. + * New long due upstream version, using epoch because upstream now has + a proper versioning. + * Added me as an uploader. + * Policy bumped to 3.7.3. + * Added Homepage and Vcs-* fields in debian/control. + * Revised debian/control and debhelper compatibility moved to 5. + + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Fri, 13 Jun 2008 14:20:12 +0200 + gmt-coast-low (20020411-1.1) unstable; urgency=high * Non-maintainer upload. Added: packages/gmt-coast-low/trunk/debian/compat =================================================================== --- packages/gmt-coast-low/trunk/debian/compat (rev 0) +++ packages/gmt-coast-low/trunk/debian/compat 2008-06-13 14:17:52 UTC (rev 1636) @@ -0,0 +1 @@ +5 Modified: packages/gmt-coast-low/trunk/debian/control =================================================================== --- packages/gmt-coast-low/trunk/debian/control 2008-06-13 12:02:56 UTC (rev 1635) +++ packages/gmt-coast-low/trunk/debian/control 2008-06-13 14:17:52 UTC (rev 1636) @@ -1,10 +1,14 @@ Source: gmt-coast-low Section: science Priority: extra -Maintainer: Torsten Landschoff <[EMAIL PROTECTED]> -Standards-Version: 3.5.6 -Build-Depends: debhelper +Maintainer: Debian GIS Project <[email protected]> +Uploaders: Torsten Landschoff <[EMAIL PROTECTED]>, Francesco P. Lovergine <[EMAIL PROTECTED]> +Standards-Version: 3.7.3 +Build-Depends: debhelper (>=5.0) Build-Depends-Indep: bzip2 +Homepage: http://gmt.soest.hawaii.edu/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gmt/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gmt/trunk Package: gmt-coast-low Architecture: all Modified: packages/gmt-coast-low/trunk/debian/copyright =================================================================== --- packages/gmt-coast-low/trunk/debian/copyright 2008-06-13 12:02:56 UTC (rev 1635) +++ packages/gmt-coast-low/trunk/debian/copyright 2008-06-13 14:17:52 UTC (rev 1636) @@ -1,4 +1,3 @@ - This package was debianized by Torsten Landschoff <[EMAIL PROTECTED]> on Wed, 29 Sep 1999 18:04:12 +0200 @@ -14,6 +13,8 @@ Copyright: +Copyright (c) 1991-2008, P. Wessel & W. H. F. Smith + This software is covered by the GNU Library General Public Licence (version 2, or if you choose, a later version). Added: packages/gmt-coast-low/trunk/debian/docs =================================================================== --- packages/gmt-coast-low/trunk/debian/docs (rev 0) +++ packages/gmt-coast-low/trunk/debian/docs 2008-06-13 14:17:52 UTC (rev 1636) @@ -0,0 +1 @@ +README.gshhs Modified: packages/gmt-coast-low/trunk/debian/rules =================================================================== --- packages/gmt-coast-low/trunk/debian/rules 2008-06-13 12:02:56 UTC (rev 1635) +++ packages/gmt-coast-low/trunk/debian/rules 2008-06-13 14:17:52 UTC (rev 1636) @@ -1,18 +1,16 @@ -#! /usr/bin/make -f -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=1 +DESTDIR=$(CURDIR)/debian/gmt-coast-low build: clean: dh_testdir dh_testroot - rm -f build-stamp install-stamp + rm -f build-stamp install-stamp README.* dh_clean install: install-stamp @@ -21,48 +19,33 @@ 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 - + + 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)/. + rm -rf $(DESTDIR)/usr/share/gmt/share + rm -f $(DESTDIR)/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 +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

