--- xtide-coastline-20020202.orig/debian/README.Debian +++ xtide-coastline-20020202/debian/README.Debian @@ -0,0 +1,23 @@ +xtide-coastline for Debian +-------------------------- + + World Vector Shoreline data for optional use with XTide 2.5 or newer. + + This package holds only one mid-resolution file (wvs1.dat) from: + + ftp://ftp.flaterco.com/xtide/wvs_unpacked/ + + You may download the others and store then in /usr/share/xtide-wvs or any + other directory named in the second line of /etc/xtide.conf. That entry + in the second line of /etc/xtide.conf is included in the xtide package + starting at version 2.9.5-2. If you are using an earlier version, simply + add "/usr/share/xtide-wvs" as the second line of /etc/xtide.conf + + These files were published on the National Geophysical Data Center (NGDC) + 5-Minute Gridded Global Relief Data CD-ROM (ETOPO5), 1993, and are public + domain. They are available from NOAA at + http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO5/BOUNDARY/WVS. Related + information is available at + http://www.ngdc.noaa.gov/mgg/fliers/93mgg01.html. + + -- Peter S Galbraith , Fri, 21 Dec 2007 20:42:21 -0500 --- xtide-coastline-20020202.orig/debian/changelog +++ xtide-coastline-20020202/debian/changelog @@ -0,0 +1,22 @@ +xtide-coastline (20020202-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/compat: 5 -> 7. (Closes: #965914) + * debian/rules: Add build-{arch,indep}. (Closes: #999013) + + -- Adrian Bunk Tue, 28 Dec 2021 12:30:41 +0200 + +xtide-coastline (20020202-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Mon, 04 Jan 2021 17:38:18 +0100 + +xtide-coastline (20020202-1) unstable; urgency=low + + * Initial release. "Please make wvs data available for xtide", thanks to + Morten Kjeldgaard (Closes: #456979). + + -- Peter S Galbraith Fri, 21 Dec 2007 19:57:42 -0500 + --- xtide-coastline-20020202.orig/debian/compat +++ xtide-coastline-20020202/debian/compat @@ -0,0 +1 @@ +7 --- xtide-coastline-20020202.orig/debian/control +++ xtide-coastline-20020202/debian/control @@ -0,0 +1,18 @@ +Source: xtide-coastline +Section: science +Priority: optional +Maintainer: Peter S Galbraith +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: xtide-coastline +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: coastline data for xtide + XTide is a package that provides tide and current predictions in a wide + variety of formats. This package enables the xtide package to display the + world's coastlines (World Vector Shoreline data) when displaying the Earth + to select tidal stations. + . + Works automatically with xtide 2.9.5-2; See README.Debian if using an earlier + version. --- xtide-coastline-20020202.orig/debian/copyright +++ xtide-coastline-20020202/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Peter S Galbraith on +Fri, 21 Dec 2007 19:56:46 -0500. + +It was downloaded from + + ftp://ftp.flaterco.com/xtide/wvs_unpacked/wvs1.dat + http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO5/BOUNDARY/WVS/ + +Upstream Author: + + National Geophysical Data Center (NGDC) + +Copyright: + + wvs1.dat is a U.S. Government work and is not eligible for + U.S. copyright protection. + +License: + + Public domain + +The Debian packaging is (C) 2007, Peter S Galbraith and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- xtide-coastline-20020202.orig/debian/dirs +++ xtide-coastline-20020202/debian/dirs @@ -0,0 +1 @@ +usr/share/xtide-wvs --- xtide-coastline-20020202.orig/debian/postinst +++ xtide-coastline-20020202/debian/postinst @@ -0,0 +1,41 @@ +#!/bin/sh +# postinst script for xtide-coastline +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- xtide-coastline-20020202.orig/debian/postrm +++ xtide-coastline-20020202/debian/postrm @@ -0,0 +1,39 @@ +#!/bin/sh +# postrm script for xtide-coastline +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- xtide-coastline-20020202.orig/debian/rules +++ xtide-coastline-20020202/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -m 644 wvs1.dat debian/xtide-coastline/usr/share/xtide-wvs + +binary-arch: + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +build-arch: build +build-indep: build +binary: binary-indep binary-arch +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install