--- gmt-tutorial-3.4.orig/debian/postinst +++ gmt-tutorial-3.4/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/gmt-tutorial -a -d /usr/share/doc/gmt-tutorial ]; then + rm -f /usr/doc/gmt-tutorial + fi +fi + +#DEBHELPER# --- gmt-tutorial-3.4.orig/debian/copyright +++ gmt-tutorial-3.4/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Torsten Landschoff 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 + and Walter Smith + +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. --- gmt-tutorial-3.4.orig/debian/control +++ gmt-tutorial-3.4/debian/control @@ -0,0 +1,14 @@ +Source: gmt-tutorial +Section: science +Priority: extra +Maintainer: Torsten Landschoff +Build-Depends: debhelper (>= 4) +Standards-Version: 3.7.2 + +Package: gmt-tutorial +Architecture: all +Description: Data files needed to reproduce the tutorial examples of GMT + This package contains the data files you need to go through the + tutorial of GMT, which is contained in the gmt-doc package and also + in printable formats in the gmt-tutorial-ps and gmt-tutorial-pdf + packages. --- gmt-tutorial-3.4.orig/debian/rules +++ gmt-tutorial-3.4/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 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=4 + +build: +clean: + dh_testdir + dh_testroot + dh_clean + +# Build architecture-independent files here. +binary-arch: +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-indep: + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- gmt-tutorial-3.4.orig/debian/docs +++ gmt-tutorial-3.4/debian/docs @@ -0,0 +1 @@ +tutorial --- gmt-tutorial-3.4.orig/debian/changelog +++ gmt-tutorial-3.4/debian/changelog @@ -0,0 +1,17 @@ +gmt-tutorial (3.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359414). + * Revamped packaging a bit: updated the standars-version (no changes + needed), updated to DH_COMPAT=4, and added dh_compress (for the + changelog) in debian/rules + + -- Amaya Rodrigo Sastre Sat, 15 Jul 2006 19:09:39 +0200 + +gmt-tutorial (3.4-1) unstable; urgency=low + + * Initial release. + + -- Torsten Landschoff Fri, 14 Sep 2001 09:22:32 +0200 + +