--- tcd-utils-20061127.orig/debian/README.Debian +++ tcd-utils-20061127/debian/README.Debian @@ -0,0 +1,16 @@ +tcd-utils for Debian +-------------------- + + The tcd-utils distribution includes: + + * build_tide_db to convert harmonics.txt, offsets.xml, and NAVO + formats to harmonics.tcd; + + * restore_tide_db to generate harmonics.txt and offsets.xml from + harmonics.tcd; and + + * rewrite_tide_db to convert a v1 TCD file to a v2 TCD file, or + similar operation. + + -- Peter S Galbraith , Thu, 30 Aug 2007 13:20:39 -0400 + --- tcd-utils-20061127.orig/debian/changelog +++ tcd-utils-20061127/debian/changelog @@ -0,0 +1,20 @@ +tcd-utils (20061127-2build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:46:35 +0000 + +tcd-utils (20061127-2) unstable; urgency=low + + * Bug fix: "tcd-utils: FTBFS: checking for tcd.h... no". Forgot to add + libtcd-dev as a build dependency. I need a chroot build environment + again. Thanks to Kurt Roeckx for reporting this (Closes: #441920). + + -- Peter S Galbraith Tue, 11 Sep 2007 20:41:09 -0400 + +tcd-utils (20061127-1) unstable; urgency=low + + * Initial release, needed to build xtide-data. + + -- Peter S Galbraith Thu, 30 Aug 2007 13:07:40 -0400 + --- tcd-utils-20061127.orig/debian/compat +++ tcd-utils-20061127/debian/compat @@ -0,0 +1 @@ +5 --- tcd-utils-20061127.orig/debian/control +++ tcd-utils-20061127/debian/control @@ -0,0 +1,17 @@ +Source: tcd-utils +Section: science +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Peter S Galbraith +Build-Depends: debhelper (>= 5), autotools-dev, libtcd-dev +Standards-Version: 3.7.2 + +Package: tcd-utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: xtide (<< 2.9.3-1) +Description: convert Tide Constituent Database (TCD) files + tcd-utils are command-line tools for converting Tide Constituent Database + (TCD) files to and from other formats. They are used to create tidal + harmonics files used by XTide (see the xtide package), such as those found + in the xtide-data package. \ No newline at end of file --- tcd-utils-20061127.orig/debian/copyright +++ tcd-utils-20061127/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Peter S Galbraith on +Thu, 30 Aug 2007 12:41:56 -0400. + +It was downloaded from ftp://ftp.flaterco.com/xtide/libtcd-2.2.2.tar.bz2 + +Upstream Authors: + + tcd-utils are command-line tools for converting Tide Constituent + Database (TCD) files to and from other formats. They were written by + Jan C. Depner but are now maintained by David Flater. + + The tcd-utils distribution is available from + http://www.flaterco.com/xtide/files.html. + + +Copyright: + + tcd-utils are unclassified, distribution unlimited, public domain. + They are distributed in the hope that they will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + +Licenses: + + tcd-utils is in the public domain. + + The Debian packaging is (C) 2007, Peter S. Galbraith and + is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + The autoconf scripts are (C) Free Software Foundation, Inc. + # This configure script is free software; the Free Software Foundation + # gives unlimited permission to copy, distribute and modify it. --- tcd-utils-20061127.orig/debian/docs +++ tcd-utils-20061127/debian/docs @@ -0,0 +1 @@ +README --- tcd-utils-20061127.orig/debian/manpage.1.ex +++ tcd-utils-20061127/debian/manpage.1.ex @@ -0,0 +1,59 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH TCD-UTILS SECTION "August 30, 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +tcd-utils \- program to do something +.SH SYNOPSIS +.B tcd-utils +.RI [ options ] " files" ... +.br +.B bar +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B tcd-utils +and +.B bar +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBtcd-utils\fP is a program that... +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.SH SEE ALSO +.BR bar (1), +.BR baz (1). +.br +The programs are documented fully by +.IR "The Rise and Fall of a Fooish Bar" , +available via the Info system. +.SH AUTHOR +tcd-utils was written by . +.PP +This manual page was written by Peter Galbraith , +for the Debian project (but may be used by others). --- tcd-utils-20061127.orig/debian/rules +++ tcd-utils-20061127/debian/rules @@ -0,0 +1,101 @@ +#!/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 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tcd-utils install + + +# 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_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install