--- shapetools-tutorial-1.3.orig/debian/README.Debian +++ shapetools-tutorial-1.3/debian/README.Debian @@ -0,0 +1,10 @@ +shapetools-tutorial for DEBIAN +------------------------------ + +The ShapeTools tutorial is extracted from the shapetools package, +because the license differs from the rest of the package. + +This tutorial describes version 1.3 of ShapeTools; plese have a look +at the man pages for a more recent documentation. + +Matthias Klose , Fri, 4 Sep 1998 21:26:24 +0200 --- shapetools-tutorial-1.3.orig/debian/changelog +++ shapetools-tutorial-1.3/debian/changelog @@ -0,0 +1,37 @@ +shapetools-tutorial (1.3-5) unstable; urgency=medium + + * Bump debhelper and standards versions. + + -- Matthias Klose Thu, 19 Jan 2017 15:56:46 +0100 + +shapetools-tutorial (1.3-4) unstable; urgency=medium + + * Fix lintian warnings. + + -- Matthias Klose Sat, 15 Aug 2015 11:08:16 +0200 + +shapetools-tutorial (1.3-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashisms call for dh_installdirs and list separately the directories + (Closes: #581484). + + -- Salvatore Bonaccorso Wed, 29 Dec 2010 22:44:10 +0100 + +shapetools-tutorial (1.3-3) unstable; urgency=medium + + * Add debhelper build dependency (closes: #260012). + + -- Matthias Klose Sat, 7 Aug 2004 09:19:32 +0200 + +shapetools-tutorial (1.3-2) unstable; urgency=low + + * usr/doc -> usr/share/doc transition + + -- Matthias Klose Fri, 7 Jan 2000 15:34:19 +0100 + +shapetools-tutorial (1.3-1) unstable; urgency=low + + * Initial Release. + + -- Matthias Klose Fri, 4 Sep 1998 21:26:24 +0200 --- shapetools-tutorial-1.3.orig/debian/compat +++ shapetools-tutorial-1.3/debian/compat @@ -0,0 +1 @@ +10 --- shapetools-tutorial-1.3.orig/debian/control +++ shapetools-tutorial-1.3/debian/control @@ -0,0 +1,16 @@ +Source: shapetools-tutorial +Section: non-free/doc +Priority: optional +Maintainer: Matthias Klose +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 10) + +Package: shapetools-tutorial +Architecture: all +Depends: atfs, ${misc:Depends} +Suggests: shapetools +Description: Tutorial for ShapeTools + Using the Shape Toolkit for Cooperative Software Development. + . + This tutorial describes version 1.3 of ShapeTools; please have + a look at the man pages for a more recent documentation. --- shapetools-tutorial-1.3.orig/debian/copyright +++ shapetools-tutorial-1.3/debian/copyright @@ -0,0 +1,76 @@ +This package was debianized by Matthias Klose doko@cs.tu-berlin.de +on Fri, 4 Sep 1998 21:26:24 +0200. + +It was downloaded from + ftp://ftp.cs.tu-berlin.de/pub/local/shapeTools/shapeTools-1.4pl6.tar.gz + +Note: This package only contains the ShapeTools tutorial. + +Copyright: + + ShapeTools Public License (Version 4.0, June 1993) + ------------------------------------------------- + + Copyright (c) 1992,1993 by Andreas Lampen and Axel Mahler. + + You may produce verbatim copies of this license document and + distribute them, but you are not allowed to change this document. + The "NO WARRANTY" part of this document is taken from the GNU + General Public License. + +0) This license applies to all parts of the shape toolkit (ShapeTools). +Note the special regulations for the tutorial expressed in paragraph 2. + +1) Permission is granted to use, copy, modify, or distribute any part +of ShapeTools, except the tutorial, as long as this is done without +asking for charge, and provided that the copyright notice is retained +as part of the source files. Additionally, this license document has +to be included in any distributed copy of any part of the system. You +may charge a distribution fee for the physical act of transferring a +copy, and you may at your option offer warranty protection in exchange +for a fee. + +2) The tutorial included in the ShapeTools distribution +("tutorial/tutorial.ps") may *not* be modified. It may *only* be +distributed as a whole. You are not allowed to take any excerpts from +it. When not contradicting to the limitations expressed in this +paragraph, all other regulations in this document apply to the +tutorial too. + +-------------------- +This part is + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + + NO WARRANTY + + BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +-------------------- + +Direct questions to: Tech. Univ. Berlin + "ShapeTools" + Secr. FR 5-6 + Franklinstr. 28/29 + D-10587 Berlin, Germany + + E-mail: shape@cs.tu-berlin.de --- shapetools-tutorial-1.3.orig/debian/rules +++ shapetools-tutorial-1.3/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f +# -*- mode: makefile -*- + +pkg = shapetools-tutorial +d = debian/$(pkg) + +build-arch: build +build-indep: build +build: + true + +clean: + dh_testdir + dh_testroot + dh_clean + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_installdirs usr/share/doc/shapetools usr/share/doc/$(pkg) + dh_installdocs tutorial.ps + ln -s ../$(pkg)/tutorial.ps $(d)/usr/share/doc/shapetools/tutorial.ps +# dh_installmenu + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build +# We have nothing to do by default. + +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