--- scottfree-1.14.orig/debian/scottfree.sgml +++ scottfree-1.14/debian/scottfree.sgml @@ -0,0 +1,165 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Clint"> + Adams"> + + August 31, 2002"> + + 6"> + <schizo@debian.org>"> + + ScottFree"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + interpreter for Scott Adams database game files + + + + &dhpackage; + + + + + + + + databasename + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in text format; see below. + + &dhpackage; is a program that reads and + executes TRS80 format Scott Adams datafiles. + + + + OPTIONS + + + + + + + Debugging info on load. + + + + + + + Generate "I am"-style messages. (default) + + + + + + + Generate "You are"-style messages. + + + + + + + Generate authentic Scott Adams driver light messages rather + than other driver style ones. + + + + + + + Generate TRS80 style display. + + + + + + SEE ALSO + + /usr/share/doc/scottfree/ + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU General Public License, + Version 2 or any later version published by the Free + Software Foundation. + + +
+ + --- scottfree-1.14.orig/debian/rules +++ scottfree-1.14/debian/rules @@ -0,0 +1,62 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +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 + +build: patch build-stamp +build-stamp: + dh_testdir + $(MAKE) CFLAGS="$(CFLAGS)" + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + rm -f build + rm -f ScottCurses.o scottfree + rm -f `find . -name "*~"` + rm -rf debian/scottfree debian/files* core debian/substvars + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/scottfree + +# 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 + dh_installdocs + dh_installmenu + dh_installman debian/scottfree.6 + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-arch binary-indep binary install --- scottfree-1.14.orig/debian/scottfree.6 +++ scottfree-1.14/debian/scottfree.6 @@ -0,0 +1,96 @@ +.\" This -*- nroff -*- file has been generated from +.\" DocBook SGML with docbook-to-man on Debian GNU/Linux. +...\" +...\" transcript compatibility for postscript use. +...\" +...\" synopsis: .P! +...\" +.de P! +\\&. +.fl \" force out current output buffer +\\!%PB +\\!/showpage{}def +...\" the following is from Ken Flowers -- it prevents dictionary overflows +\\!/tempdict 200 dict def tempdict begin +.fl \" prolog +.sy cat \\$1\" bring in postscript file +...\" the following line matches the tempdict above +\\!end % tempdict % +\\!PE +\\!. +.sp \\$2u \" move below the image +.. +.de pF +.ie \\*(f1 .ds f1 \\n(.f +.el .ie \\*(f2 .ds f2 \\n(.f +.el .ie \\*(f3 .ds f3 \\n(.f +.el .ie \\*(f4 .ds f4 \\n(.f +.el .tm ? font overflow +.ft \\$1 +.. +.de fP +.ie !\\*(f4 \{\ +. ft \\*(f4 +. ds f4\" +' br \} +.el .ie !\\*(f3 \{\ +. ft \\*(f3 +. ds f3\" +' br \} +.el .ie !\\*(f2 \{\ +. ft \\*(f2 +. ds f2\" +' br \} +.el .ie !\\*(f1 \{\ +. ft \\*(f1 +. ds f1\" +' br \} +.el .tm ? font underflow +.. +.ds f1\" +.ds f2\" +.ds f3\" +.ds f4\" +'\" t +.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n +.TH "ScottFree" "6" +.SH "NAME" +scottfree \(em interpreter for Scott Adams database game files +.SH "SYNOPSIS" +.PP +\fBscottfree\fP [\fB-d\fP] [\fB-i\fP] [\fB-y\fP] [\fB-s\fP] [\fB-t\fP] [databasename] [\fBsave-file\fP] +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBscottfree\fP command. +.PP +This manual page was written for the \fBDebian\fP distribution +because the original program does not have a manual page. +Instead, it has documentation in text format; see below. +.PP +\fBscottfree\fP is a program that reads and +executes TRS80 format Scott Adams datafiles. +.SH "OPTIONS" +.IP "\fB-d\fP " 10 +Debugging info on load. +.IP "\fB-i\fP " 10 +Generate "I am"-style messages. (default) +.IP "\fB-y\fP " 10 +Generate "You are"-style messages. +.IP "\fB-s\fP " 10 +Generate authentic Scott Adams driver light messages rather +than other driver style ones. +.IP "\fB-t\fP " 10 +Generate TRS80 style display. +.SH "SEE ALSO" +.PP +/usr/share/doc/scottfree/ +.SH "AUTHOR" +.PP +This manual page was written by Clint Adams for +the \fBDebian\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, +Version 2 or any later version published by the Free +Software Foundation. +...\" created by instant / docbook-to-man, Sat 31 Aug 2002, 22:04 --- scottfree-1.14.orig/debian/dirs +++ scottfree-1.14/debian/dirs @@ -0,0 +1,3 @@ +usr/games +usr/share/doc/scottfree +usr/share/man/man6 --- scottfree-1.14.orig/debian/copyright +++ scottfree-1.14/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Clint Adams schizo@debian.org on +Tue, 24 Mar 1998 03:35:49 -0500. + +It was downloaded from ftp://ftp.gmd.de/if-archive/scott-adams + +Copyright: + +ScottFree is distributed under the GPL version 2 +(/usr/share/common-licenses/GPL). --- scottfree-1.14.orig/debian/compat +++ scottfree-1.14/debian/compat @@ -0,0 +1 @@ +5 --- scottfree-1.14.orig/debian/docs +++ scottfree-1.14/debian/docs @@ -0,0 +1,2 @@ +README +Definition --- scottfree-1.14.orig/debian/patches/series +++ scottfree-1.14/debian/patches/series @@ -0,0 +1,3 @@ +01_makefile.diff +02_scottcurses_includes.diff + --- scottfree-1.14.orig/debian/patches/01_makefile.diff +++ scottfree-1.14/debian/patches/01_makefile.diff @@ -0,0 +1,21 @@ +diff -urN scottfree-1.14.orig.orig/Makefile scottfree-1.14.orig/Makefile +--- scottfree-1.14.orig.orig/Makefile 1995-04-11 16:50:00.000000000 -0400 ++++ scottfree-1.14.orig/Makefile 2008-01-11 11:08:29.000000000 -0500 +@@ -4,11 +4,14 @@ + CC = gcc + # + # +-all : ScottCurses ++all : scottfree + + ScottCurses.o: ScottCurses.c Scott.h + +-ScottCurses: ScottCurses.o +- $(CC) ScottCurses.o -o ScottCurses -lcurses -ltermcap ++scottfree: ScottCurses.o ++ $(CC) ScottCurses.o -o scottfree -lcurses + ++install: ++ mkdir -p $(DESTDIR)/usr/games ++ install -m 755 -o root -g root scottfree $(DESTDIR)/usr/games + --- scottfree-1.14.orig/debian/patches/02_scottcurses_includes.diff +++ scottfree-1.14/debian/patches/02_scottcurses_includes.diff @@ -0,0 +1,12 @@ +diff -urN scottfree-1.14.orig.orig/ScottCurses.c scottfree-1.14.orig/ScottCurses.c +--- scottfree-1.14.orig.orig/ScottCurses.c 1995-04-27 06:03:27.000000000 -0400 ++++ scottfree-1.14.orig/ScottCurses.c 2008-01-11 10:49:52.000000000 -0500 +@@ -20,6 +20,8 @@ + #include + #include + #include ++#include ++#include + + #include "Scott.h" + --- scottfree-1.14.orig/debian/control +++ scottfree-1.14/debian/control @@ -0,0 +1,20 @@ +Source: scottfree +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Barry deFreese +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5.0.0), quilt, libncurses5-dev +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/scottfree/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/scottfree/?op=log + +Package: scottfree +Architecture: any +Depends: ${shlibs:Depends} +Description: Interpreter for Adventure International games + ScottFree reads and executes TRS-80 format Scott Adams data files. It is + possible to run other formats either by writing a loader for that format or + a converter to TRS-80 format. + . + Most Adventure International Games are distributed as shareware and are + available from ftp://ftp.gmd.de/if-archive/scott-adams/ --- scottfree-1.14.orig/debian/changelog +++ scottfree-1.14/debian/changelog @@ -0,0 +1,78 @@ +scottfree (1.14-9) unstable; urgency=low + + [ Barry deFreese ] + * New maintainer (Closes: #348950) + + Debian Games Team + * Add myself to uploaders + * Add VCS fields to control file + * Update build system to debhelper + + Add build-dep on debhelper + * Make clean not ignore errors + * Handle nostrip options (Closes: #438005) + * Add quilt patching system + + Move source changes to patches + * Remove spurious losar directory + * Bump Standards Version to 3.7.3 + + -- Barry deFreese Fri, 11 Jan 2008 09:52:55 -0500 + +scottfree (1.14-8) unstable; urgency=low + + * Bump to Standards-Version 3.6.2. + * Orphan the package. + + -- Clint Adams Sat, 21 Jan 2006 18:18:22 -0500 + +scottfree (1.14-7) unstable; urgency=low + + * Bump to Standards-Version 3.6.1. + + -- Clint Adams Mon, 17 May 2004 23:32:27 -0400 + +scottfree (1.14-6) unstable; urgency=low + + * Update Standards-Version to 3.5.7.0. + * Remove /usr/doc symlink. + * No longer use debmake. + + -- Clint Adams Sat, 31 Aug 2002 21:43:14 -0400 + +scottfree (1.14-5) unstable; urgency=medium + + * Update Standards-Version to 3.5.6.0. + * Alter spelling in package description. closes: bug#125341. + * Avoid some implicit declarations by using include files. + + -- Clint Adams Mon, 17 Dec 2001 18:24:30 -0500 + +scottfree (1.14-4) unstable; urgency=low + + * Update Standards-Version to 3.5.2.0. + + -- Clint Adams Thu, 29 Mar 2001 16:22:05 -0500 + +scottfree (1.14-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Added Build-Depends, fixes Bug#84669. + + -- Lenart Janos Sat, 24 Feb 2001 03:53:27 +0100 + +scottfree (1.14-3) unstable; urgency=low + + * Upgraded to policy 3.1.1. + * Updated location of GPL. + + -- Clint Adams Tue, 9 May 2000 09:37:15 -0400 + +scottfree (1.14-2) unstable; urgency=low + + * Recompiled against libncurses4. closes: bug#52339. + + -- Clint Adams Fri, 10 Dec 1999 17:23:16 -0500 + +scottfree (1.14-1) unstable; urgency=low + + * Initial Release. + + -- Clint Adams Tue, 24 Mar 1998 03:35:49 -0500