--- inform-6.31.1+dfsg.orig/debian/README.Debian-source
+++ inform-6.31.1+dfsg/debian/README.Debian-source
@@ -0,0 +1,72 @@
+The Debian tarball consists of the following components:
+  * The Inform 6.31 tarball, available at the IF Archive at
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.31.1.tar.gz
+  * The Inform Beginner's Guide and the Inform Designer Manual, available at
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/IBG.pdf
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/designers_manual_4.pdf
+
+Several files were removed from the Inform 6.31 tarball due to missing or
+unclear licensing and redistribution terms. These are:
+  * the tutor/ subdirectory
+  * several user-supplied modules from the include/ directory:
+    * action.h
+    * adhints.*
+    * altmenu.h
+    * boxclever.h
+    * branch.h
+    * ccpl.h
+    * center.h
+    * clothes.h
+    * clothing.h
+    * compass.h
+    * diary.h
+    * dirs.h
+    * domenu.h
+    * doors.h
+    * dynobj.h
+    * expertgrammar.h
+    * fkeys.h
+    * follower.h
+    * footnote.h
+    * goneighbour.h
+    * helproutines.h
+    * hints.h
+    * howtoplay.h
+    * info.h
+    * istring.h
+    * locksmith.h
+    * manual.h
+    * menus.h
+    * mistype.h
+    * moveclass.h
+    * movie.h
+    * newmenu.h
+    * newmenus.h
+    * npc_engine.*
+    * oldaemon.h
+    * outofrch.h
+    * phtalkoo.h
+    * physics.h
+    * pluralob.h
+    * pname.*
+    * recept.h
+    * sampletranscript.h
+    * scenic.h
+    * scoper.h
+    * showobj.h
+    * shuffle.h
+    * smartcantgo.h
+    * sound.h
+    * style.h
+    * text_functions.*
+    * timesys.h
+    * timewait.h
+    * torch.h
+    * utility.h
+    * waittime.h
+    * whowhat.h
+    * yesno.h
+    * zclock.h
+    * znsi.h
+
+-- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>, May 24 2008
--- inform-6.31.1+dfsg.orig/debian/inform.install
+++ inform-6.31.1+dfsg/debian/inform.install
@@ -0,0 +1,7 @@
+inform-6.31.1/src/inform usr/bin
+debian/inform.1 usr/share/man/man1
+inform-6.31.1/include/*.h usr/share/inform/6.31/include
+inform-6.31.1/include/*.inf usr/share/inform/6.31/include
+inform-6.31.1/lib/*.h usr/share/inform/6.31/module
+inform-6.31.1/lib/*.m5 usr/share/inform/6.31/module
+inform-6.31.1/demos/*.inf usr/share/doc/inform/demos
--- inform-6.31.1+dfsg.orig/debian/rules
+++ inform-6.31.1+dfsg/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build.stamp unpack.stamp
+	[ ! -f inform-6.31.1/Makefile ] || $(MAKE) -C inform-6.31.1 maintainer-clean
+	dh_clean
+
+unpack: unpack.stamp
+unpack.stamp:
+	dh_testdir
+	cp /usr/share/misc/config.sub /usr/share/misc/config.guess \
+	  inform-6.31.1/config/
+	touch unpack.stamp
+
+build: unpack build.stamp
+build.stamp:
+	dh_testdir
+	cd inform-6.31.1 && ./configure --prefix=/usr
+	$(MAKE) -C inform-6.31.1
+	touch build.stamp
+
+binary: binary-arch binary-indep
+binary-indep:
+binary-arch: build
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installdocs
+	dh_installchangelogs
+	dh_fixperms
+	dh_strip
+	dh_link
+	dh_compress
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_builddeb
+
+.PHONY: clean unpack build binary binary-arch binary-indep
--- inform-6.31.1+dfsg.orig/debian/inform-docs.install
+++ inform-6.31.1+dfsg/debian/inform-docs.install
@@ -0,0 +1,3 @@
+inform-6.31.1/manual/*.html usr/share/doc/inform-docs/DM4
+inform-6.31.1/manual/*.jpg usr/share/doc/inform-docs/DM4
+inform*.pdf usr/share/doc/inform-docs
--- inform-6.31.1+dfsg.orig/debian/inform.prerm
+++ inform-6.31.1+dfsg/debian/inform.prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$1" = remove ] || [ "$1" = purge ]; then
+  update-alternatives --remove inform /usr/bin/inform-6.31
+fi
+
+#DEBHELPER#
--- inform-6.31.1+dfsg.orig/debian/Makefile.upstream
+++ inform-6.31.1+dfsg/debian/Makefile.upstream
@@ -0,0 +1,16 @@
+SRC := $(wildcard *.c)
+OBJ := $(patsubst %.c,%.o,$(SRC))
+
+.PHONY: clean all
+
+all: inform-6.31
+
+$(OBJ): %.o: %.c
+	gcc $(CFLAGS) -DLINUX -DInclude_Directory="\"/usr/share/inform-6.31/include,/usr/share/inform-6.31/modules\"" \
+	  -Wall -Wextra -Wno-uninitialized $^ -c -o $@
+
+inform-6.31: $(OBJ)
+	gcc $(CFLAGS) $^ -o $@
+
+clean:
+	rm -f *.o inform-6.31
--- inform-6.31.1+dfsg.orig/debian/changelog
+++ inform-6.31.1+dfsg/debian/changelog
@@ -0,0 +1,137 @@
+inform (6.31.1+dfsg-1) unstable; urgency=low
+
+  * Remove a considerable number of files from the package
+    due to unacceptable licensing terms.
+  * Repair library symlinks.
+
+ -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Mon, 26 May 2008 22:09:44 +0200
+
+inform (6.31.1-1) unstable; urgency=low
+
+  * At long last, adopt the package. Closes: #454258.
+  * Redo package from scratch. This package shall at least
+    survive the Lenny release, so this closes: #446664.
+  * New upstream version. Closes: #385718.
+  * Include latest Designer's Manual. Closes: #131968.
+  * Package is now policy-compliant with version 3.7.3.
+  * Bump debhelper level to 6.
+  * Obtain recent config.{sub,guess} at build time.
+  * Write a fully-fledged manpage.
+  * Add XS-Autobuild to control file.
+
+ -- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>  Thu, 01 May 2008 16:19:57 +0200
+
+inform (6.30-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer consent.
+  * Finish /usr/doc transition (Closes: #406985).
+  * Test -x for update-menus (RC bug, closes: #289739).
+  * Don't install Makefile under /usr/share/info (Closes: #326991).
+  * Let inform suggest inform-docs.
+  * Fixed the following Lintian problems:
+    spelling-error-in-copyright,
+    description-synopsis-might-not-be-phrased-properly,
+    install-info-not-called-with-quiet-option,
+    menu-file-in-usr-lib, symlink-should-be-relative,
+    manpage-has-errors-from-man, configure-generated-file-in-source,
+    diff-contains-substvars, outdated-autotools-helper-file
+
+ -- Thijs Kinkhorst <thijs@debian.org>  Fri, 16 Feb 2007 13:37:13 +0100
+
+inform (6.30-2) unstable; urgency=low
+
+  * Install include files (Closes: 381249)
+  * Other minor build/install changes
+  * Don't install emacs mode under /usr/doc; anyone who wants it should
+    install the inform-mode package
+
+ -- Mark Baker <mark@mnb.org.uk>  Fri, 25 Aug 2006 21:29:45 +0100
+
+inform (6.30-1) unstable; urgency=low
+
+  * New upstream release (Closes: #235665)
+  * This fixes problem building with recent versions of gcc (Closes: #235799)
+  * debian/doc.postinst etc: don't run update-menus unless it's installed
+  * debian/install.1: whatis should parse it OK now (Closes: #238018)
+
+ -- Mark Baker <mark@mnb.org.uk>  Mon, 29 Mar 2004 23:52:44 +0100
+
+inform (6.21-2.2) unstable; urgency=low
+
+  * NMU
+  * doc.postinst: Only call update-menus if it exists (closes: #126372).
+
+ -- Robert Bihlmeyer <robbe@debian.org>  Sun, 27 Oct 2002 08:56:31 +0100
+
+inform (6.21-2.1) unstable; urgency=low
+
+  * NMU
+  * Added build dependencies. (closes: #110382)
+
+ -- Adrian Bunk <bunk@fs.tum.de>  Sat, 10 Nov 2001 15:45:09 +0100
+
+inform (6.21-2) unstable; urgency=low
+
+  * debian/rules: lower case symlinks to library files. Unfortunately,
+    many inform users use it on other platforms that aren't
+    case-sensitive, so include the library files in all lower case; this
+    gives problems in unix as the real names are capitalised (Closes: #51149)
+  * debian/rules and others: move docs into /usr/share/doc (Closes:
+    #91505, #91181, #82408, #82409, #91493) 
+
+ -- Mark Baker <mark@mnb.org.uk>  Fri, 27 Apr 2001 22:41:29 +0100
+
+inform (6.21-1) unstable; urgency=low
+
+  * New upstream version
+  * New upstream libraries version 6/9 (#21494)
+  * New upstream info documentation, with answers 35-58 OK (#21495)
+
+ -- Mark Baker <mbaker@iee.org>  Mon,  5 Jul 1999 23:00:34 +0100
+
+inform (6.14-4) unstable; urgency=low
+
+  * Removed X- fields from control file to shut up lintian
+
+ -- Mark Baker <mbaker@iee.org>  Sat, 28 Feb 1998 14:03:38 +0000
+
+inform (6.14-3) unstable; urgency=low
+
+  * inform-docs now depends on, instead of suggests, inform. This is a bad
+    thing, but is necessary to ensure the copyright file exists. The
+    alternative would be to make /usr/doc/inform-docs not a symlink to
+    /usr/doc/inform, but that would mean the documents would either not be
+    in /usr/doc/inform-docs, or not be in /usr/doc/inform, either of which
+    seems illogical to me.
+  * Fixed permissions (last time I "fixed" the wrong one of the two binary
+    packages)
+
+ -- Mark Baker <mbaker@iee.org>  Tue, 10 Feb 1998 15:00:38 +0000
+
+inform (6.14-2) unstable; urgency=low
+
+  * Updated standards-version to 2.4.0.0
+  * Fixed permissions
+  * Made /usr/doc/inform-docs symlink to /usr/doc/inform
+  * Written a manpage
+
+ -- Mark Baker <mbaker@iee.org>  Tue, 10 Feb 1998 15:00:38 +0000
+
+inform (6.14-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Mark Baker <mbaker@iee.org>  Sat, 11 Oct 1997 13:47:00 +0100
+
+inform (6.13-2) unstable; urgency=low
+
+  * Changed suggests: line to zcode-interpreter instead of infocom-interpreter
+  * Use menu to register the documentation instead of .dwww-lib file
+
+ -- Mark Baker <mbaker@iee.org>  Tue, 17 Jun 1997 15:30:24 +0100
+
+inform (6.13-1) unstable; urgency=low
+
+  * First debian release
+
+ -- Mark Baker <mbaker@iee.org>  Tue, 29 Apr 1997 23:07:13 +0100
--- inform-6.31.1+dfsg.orig/debian/inform.1
+++ inform-6.31.1+dfsg/debian/inform.1
@@ -0,0 +1,230 @@
+.TH INFORM "1" "2008-04-27" "Inform v6.31" "Inform v6.31 - interactive fiction story file compiler"
+.SH NAME
+inform \- compile Inform interactive fiction story files to Z-machine bytecode
+.SH SYNOPSIS
+.BI "inform " "[options...] infile [outfile]"
+.SH DESCRIPTION
+\fBinform\fP compiles an Inform version 6 story file (usually with the
+extension \fB.inf\fP) into Z-machine bytecode which can then be
+executed by a variety of Z-machine emulators. If the output filename is not
+explicitly given on the command line, it will be constructed from the input
+filename.
+.PP
+\fBinform\fP's mode of operation can be controlled with switches (one- or
+two-character expressions preceded by a dash), path modifiers (starting with a
+plus sign) and memory strategy modifiers (starting with a dollar sign).
+.SS SWITCHES
+.TP
+.B -a
+trace assembly-language (without hex dumps; see \fB-t\fP)
+.TP
+.B -c
+more concise error messages
+.TP
+.B -d
+contract double spaces after full stops in text
+.TP
+.B -d2
+contract double spaces after exclamation and question marks, too
+.TP
+.B -e
+economy mode (slower): make use of declared abbreviations
+.TP
+.B -f
+frequencies mode: show how useful abbreviations are
+.TP
+.B -g
+traces calls to functions (except in the library)
+.TP
+.B -g2
+traces calls to all functions
+.TP
+.B -h, -h1, -h2
+print usage information
+.TP
+.B -i
+ignore default switches set within the file
+.TP
+.B -j
+list objects as constructed
+.TP
+.B -k
+output Infix debugging information to "gameinfo.dbg" (and switch \fB-D\fP on)
+.TP
+.B -l
+list every statement run through Inform
+.TP
+.B -m
+say how much memory has been allocated
+.TP
+.B -n
+print numbers of properties, attributes and actions
+.TP
+.B -o
+print offset addresses
+.TP
+.B -p
+give percentage breakdown of story file
+.TP
+.B -q
+keep quiet about obsolete usages
+.TP
+.B -r
+record all the text to "gametext.txt"
+.TP
+.B -s
+give statistics
+.TP
+.B -t
+trace assembly-language (with full hex dumps; see \fB-a\fP)
+.TP
+.B -u
+work out most useful abbreviations (very very slowly)
+.TP
+.B -v\fIn\fP
+compile to a specific Z-code version; the default is 5. Available versions are:
+.RS
+.TP
+.B 3
+version-3 ("Standard") story file
+.TP
+.B 4
+version-4 ("Plus") story file
+.TP
+.B 5
+version-5 ("Advanced") story file
+.TP
+.B 6
+version-6 (graphical) story file
+.TP
+.B 8
+version-8 (expanded "Advanced") story file
+.RE
+.TP
+.B -w
+disable warning messages
+.TP
+.B -x
+print # for every 100 lines compiled
+.TP
+.B -y
+trace linking system
+.TP
+.B -z
+print memory map of the Z-machine
+.TP
+.B -B
+use big memory model (for large version-6/version-7 files)
+.TP
+.B -C\fIn\fP
+select text character set (defaults to 1):
+.RS
+.TP
+.B 0
+plain ASCII only
+.TP
+.B 1
+ISO 8859-1 (Latin1)
+.TP
+.B 2
+ISO 8859-2 (Latin2)
+.TP
+.B 3
+ISO 8859-3 (Latin3)
+.TP
+.B 4
+ISO 8859-4 (Latin4)
+.TP
+.B 5
+ISO 8859-5 (Cyrillic)
+.TP
+.B 6
+ISO 8859-6 (Arabic)
+.TP
+.B 7
+ISO 8859-7 (Greek)
+.TP
+.B 8
+ISO 8859-8 (Hebrew)
+.TP
+.B 9
+ISO 8859-9 (Latin5)
+.RE
+.TP
+.B -D
+insert "Constant DEBUG;" automatically
+.TP
+.B -E\fIn\fP
+select error message style (default is Archimedes):
+.RS
+.TP
+.B 0
+Archimedes-style error messages
+.TP
+.B 1
+Microsoft-style error messages
+.TP
+.B 2
+Macintosh MPW-style error messages
+.RE
+.TP
+.B -F1
+use temporary files to reduce memory consumption
+.TP
+.B -G
+compile a Glulx game file
+.TP
+.B -H
+use Huffman encoding to compress Glulx strings
+.TP
+.B -M
+compile as a Module for future linking
+.TP
+.B -S
+compile strict error-checking at run-time (on by default)
+.TP
+.B -U
+insert "Constant USE_MODULES;" automatically
+.TP
+.B -W\fIn\fP
+header extension table is at least n words (n = 3 to 99)
+.TP
+.B -X
+compile with INFIX debugging facilities present
+.SS PATH MODIFIERS
+.TP
+.BI + dir
+set \fBInclude_Path\fP to this directory
+.TP
+.BI +PATH= dir
+change \fBPATH\fP to this directory
+.SS MEMORY STRATEGY MODIFIERS
+Note: it may be necessary to quote these parameters to prevent your shell
+from expanding them.
+.TP
+.B $small
+adjust memory settings to a small game
+.TP
+.B $large
+adjust memory settings to a large game
+.TP
+.B $huge
+adjust memory settings to a huge game (default)
+.TP
+.B $list
+list current memory allocation settings
+.TP
+.BI $? parameter
+explain memory setting \fIparameter\fP (see \fB$list\fP for available
+parameters)
+.TP
+.BI $ parameter = value
+manually set \fIparameter\fP
+.SH SEE ALSO
+.IR zcode-interpreter (6)
+and the manuals and language reference in the \fBinform-docs\fP package, which
+can also be found online at
+.RI < http://www.inform-fiction.org/inform6.html >.
+.SH AUTHOR
+This manpage was written by Jan Nordholz <hesso@pool.math.tu-berlin.de> for the
+Debian distribution.
--- inform-6.31.1+dfsg.orig/debian/inform.links
+++ inform-6.31.1+dfsg/debian/inform.links
@@ -0,0 +1,5 @@
+/usr/share/inform/6.31/module/parser.h /usr/share/inform/6.31/module/Parser.h
+/usr/share/inform/6.31/module/verblib.h /usr/share/inform/6.31/module/VerbLib.h
+/usr/share/inform/6.31/module/verblib.h /usr/share/inform/6.31/module/Verblib.h
+/usr/share/inform/6.31/module/english.h /usr/share/inform/6.31/module/English.h
+/usr/share/inform/6.31/module/grammar.h /usr/share/inform/6.31/module/Grammar.h
--- inform-6.31.1+dfsg.orig/debian/inform.postinst
+++ inform-6.31.1+dfsg/debian/inform.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$1" = configure ]; then
+  update-alternatives --install /usr/bin/inform inform /usr/bin/inform-6.31 50
+fi
+
+#DEBHELPER#
--- inform-6.31.1+dfsg.orig/debian/copyright
+++ inform-6.31.1+dfsg/debian/copyright
@@ -0,0 +1,259 @@
+This Debian package was created by Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>.
+All packaging work is licensed under the GPL.
+
+(I) Construction of the repackaged Debian tarball
+
+The Debian tarball consists of the following components:
+  * The Inform 6.31 tarball, available at the IF Archive at
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.31.1.tar.gz
+  * The Inform Beginner's Guide and the Inform Designer Manual, available at
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/IBG.pdf
+    ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/designers_manual_4.pdf
+
+Several files were removed from the Inform 6.31 tarball due to missing or
+unclear licensing and redistribution terms. These are:
+  * the tutor/ subdirectory
+  * several user-supplied modules from the include/ directory:
+    * action.h
+    * adhints.h, adhints.txt
+    * altmenu.h
+    * boxclever.h
+    * branch.h
+    * ccpl.h
+    * center.h
+    * clothes.h
+    * clothing.h
+    * compass.h
+    * diary.h
+    * dirs.h
+    * domenu.h
+    * doors.h
+    * dynobj.h
+    * expertgrammar.h
+    * fkeys.h
+    * follower.h
+    * footnote.h
+    * goneighbour.h
+    * helproutines.h
+    * hints.h
+    * howtoplay.h
+    * info.h
+    * istring.h
+    * locksmith.h
+    * manual.h
+    * menus.h
+    * mistype.h
+    * moveclass.h
+    * movie.h
+    * newmenu.h
+    * newmenus.h
+    * npc_engine.h, npc_engine.inf, npc_engine.txt
+    * oldaemon.h
+    * outofrch.h
+    * phtalkoo.h
+    * physics.h
+    * pluralob.h
+    * pname.h, pname.txt
+    * recept.h
+    * sampletranscript.h
+    * scenic.h
+    * scoper.h
+    * showobj.h
+    * shuffle.h
+    * smartcantgo.h
+    * sound.h
+    * style.h
+    * text_functions.h, text_functions.inf
+    * timesys.h
+    * timewait.h
+    * torch.h
+    * utility.h
+    * waittime.h
+    * whowhat.h
+    * yesno.h
+    * zclock.h
+    * znsi.h
+
+-- Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>, May 24 2008
+
+(II) Copyright and license information
+
+Upstream homepage is at
+  http://www.inform-fiction.org/inform6.html
+This package has been assembled using the downloads of the IF archive at
+  ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/
+
+Copyright and License for the Inform compiler (inform-6.31.1/src, inform-6.31.1/config,
+inform-6.31.1/docs and the build files in inform-6.31.1/ itself), the library
+(inform-6.31.1/lib), the example games (inform-6.31.1/demos), and the Inform Designer's
+Manual (Inform_DM4.pdf and inform-6.31.1/manual):
+
+  Inform, the program and its source code, its example games and documentation,
+  including the text and typography of this book, are copyright (C) Graham Nelson 1993,
+  94, 95, 96, 97, 98, 99, 2000, 01.
+
+  The Inform software may be freely distributed provided that: (a) distributed copies
+  are not substantially different from those archived by the author, (b) this and other
+  copyright messages are always retained in full, and (c) no profit is involved. The
+  same conditions apply to distribution or conversion of any electronic form of this book
+  which may be made available by the author. Exceptions to these conditions must be
+  negotiated directly with the author.
+
+  A story file produced with the Inform system belongs to whoever wrote it and may be
+  sold for profit if so desired, without the need for royalty payment, provided that it prints
+  a game banner conforming to the standard library's banner at an early stage in play: in
+  particular, this banner must contain the information that the story file was compiled by
+  Inform, and the version numbers of compiler and library used.
+
+  The author assumes no liability for errors and omissions in this book, or for damages
+  or loss of revenue resulting from the use of the information contained herein, or the use
+  of any of the software described herein. Inform software is supplied ``as is'' and carries
+  no warranty, actual or implied.
+
+Copyright and License for the Inform Emacs Mode (inform-6.31.1/contrib):
+
+;; Copyright (c) by Gareth Rees 1996
+;; Portions copyright (c) by Michael Fessler 1997-1998
+;; Portions copyright (c) by Rupert Lane 1999-2000, 2002
+
+;; inform-mode is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+;;
+;; inform-mode is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+(This file is packaged separately and from a different upstream source, so it is not
+included in the binary packages that stem from this source package.)
+
+Copyright and License for the Inform Beginner's Guide (Inform_BG.pdf):
+
+  This book and its associated example games are copyright (C) Roger Firth and
+  Sonja Kesserich 2004. Their electronic forms may be freely distributed provided
+  that: (a) distributed copies are not substantially different from those archived by
+  the authors, (b) this and other copyright messages are always retained in full, and
+  (c) no profit is involved. Exceptions to these conditions must be negotiated
+  directly with the authors (roger@firthworks.com and polilla@idecnet.com).
+
+  The authors assume no liability for errors and omissions in this book, or for
+  damages or loss of revenue resulting from the use of the information contained
+  herein, or the use of any of the software described herein.
+
+Copyright and License for the user-supplied extensions (inform-6.31.1/include):
+
+  The files in /usr/share/inform/6.31/include have been written by a multitude of Inform users
+  and submitted to the IF Archive for redistribution and use by other authors. The original
+  Inform tarball (as available from the IF Archive) contains many more, but most of them had
+  to be removed from the Debian package due to unclear licensing and distribution terms (see
+  above).
+
+  This is the complete list of header files which are suitable for inclusion:
+
+  * calyx_adjectives.h
+  Author: Miron Schmidt / Calyx
+  Copyright: -
+  License:
+!       Written in 1997 by Miron Schmidt / Calyx. Placed in the
+!       Public Domain.
+
+  * daemons.h
+  Author: Roger Firth (roger.firth@tesco.net), Andrew Plotkin
+  Copyright: -
+  License:
+!   This file is in the public domain.
+
+  * easydoors.h
+  Author: Andrew MacKinnon
+  Copyright: copyright (c) 2000-2001 Andrew MacKinnon
+  License:
+! May be distributed freely, proprietary incorporation allowed
+! May be embedded in any game file created with Inform
+! Credit for use is appreciated but not required
+
+  * hintsms.h
+  Author: Peer Schaefer
+  Copyright: copyright (c) 2001 by Peer Schaefer
+  License:
+! Unaltered distribution of this sourcecode without profit allowed.
+! Use it freely within your own games, commercial or otherwise.
+! It would be nice if you give me some credit, but it's not required.
+!
+! NO WARRANTY, NO LIABILITY. PROVIDED "AS IS". USE ON YOUR OWN RISK!
+
+  * links.h, links.inf
+  Author: Jayson Smith
+  Copyright: -
+  License:
+!This library and the sample game may be distributed freely.  Having said
+!that, if you use any of this code in a game, I'd appreciate at least a
+!"Thank you" in your game.
+
+  * longint.h
+  Author: Chris Hall <c@pobox.co.uk>, Francis Irving <francis@pobox.co.uk>
+  Copyright: Copyright 1997-1998 Chris Hall and Francis Irving
+  License:
+! This source code is distributed free, but remains
+! Copyright 1997-1998 Chris Hall and Francis Irving.  Release 1.
+
+  * money.h
+  Author: Erik Hetzner <egh@uclink4.berkeley.edu>
+  Copyright:
+!! Copyright 1997 Erik Hetzner
+  License:
+!! This file may be copied, modified and distributed freely, so long
+!! as this notice remains. If it is modified, I ask that you change
+!! the name somehow to indicate that changes have been made, and give
+!! both you and me credit. You may include this library in any game so
+!! long as you give me credit somewhere.
+
+  * nameable.h
+  Author: John Colagioia (JColagioia@csi.com)
+  Copyright: -
+  License:
+! Note:  With no licensing notice to the contrary in "Balances," it can be expected
+! to be under copyright.  Therefore, the portions of this code should be considered
+! as such until notified otherwise by Graham Nelson.  Any modifications to that code
+! made by John Colagioia, however, are in the Public Domain, for whatever that's
+! worth.
+
+  * newbiegrammar.h
+  Author: Emily Short <emshort@mindspring.com>
+  Copyright: -
+  License:
+!       This library file may be treated as public domain.  It may be
+!       included with or without credit to the original author.  It may be
+!       modified at the user's discretion.  It may be freely redistributed.  
+
+  * printtime.h, timepiece.h
+  Author: Erik Hetzner <egh@raisin.bagel.org>
+  Copyright: Copyright 1996 Erik Hetzner
+  License:
+!! This program (can it be called that?) is released in the hopes
+!! that it will be useful, but without a warranty of any kind.
+!! It is distributed under the GNU General Public License.
+!! This license is available at `ftp://prep.ai.mit.edu/pub/gnu/COPYING'
+
+(In 1996, GPL version 2 was current. The link is dead.)
+
+  * trinitystat.h
+  Author: Jonathan Rosebaugh
+  Copyright: Copyright (C) 2000 by Jonathan Rosebaugh
+  License:
+! Copyright (C) 2000 by Jonathan Rosebaugh. Released under GPL version 2.
+! see http://www.gnu.org/copyleft/gpl.html
+
+  * whatis.h
+  Author: A. C. Murie
+  Copyright: Copyright 1996 A.C. Murie
+  License:
+!             This code may be freely distributed and used in any
+!             program, commercial or otherwise. It would be nice if you
+!             give me some credit, but it is not required. Feel free to
+!             modify it if you want.
+
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
--- inform-6.31.1+dfsg.orig/debian/compat
+++ inform-6.31.1+dfsg/debian/compat
@@ -0,0 +1 @@
+6
--- inform-6.31.1+dfsg.orig/debian/control
+++ inform-6.31.1+dfsg/debian/control
@@ -0,0 +1,39 @@
+Source: inform
+Section: non-free/devel
+Priority: extra
+Maintainer: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 6), autotools-dev
+XS-Autobuild: yes
+
+Package: inform
+Section: non-free/devel
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: zcode-interpreter
+Suggests: inform-mode, inform-docs
+Description: story file compiler for the Inform interactive fiction language (v6)
+ Inform is an object-oriented language for text adventure games which
+ are commonly known as "interactive fiction". The story files are
+ compiled into a special form of bytecode (Z-code) which can then
+ be run by Z-code interpreters that exist for a multitude of
+ operating systems.
+ .
+ This package contains:
+  * the Inform compiler
+  * the Inform standard library
+  * several user-supplied extensions and modules 
+
+Package: inform-docs
+Section: non-free/doc
+Architecture: all
+Description: documentation for the Inform interactive fiction language (v6)
+ Inform is an object-oriented language for text adventure games which
+ are commonly known as "interactive fiction". The story files are
+ compiled into a special form of bytecode (Z-code) which can then
+ be run by Z-code interpreters that exist for a multitude of
+ operating systems.
+ .
+ This package contains:
+  * the Inform Designer's Manual (4th edition)
+  * the Inform Beginner's Guide
--- inform-6.31.1+dfsg.orig/debian/inform-docs.doc-base.dm4
+++ inform-6.31.1+dfsg/debian/inform-docs.doc-base.dm4
@@ -0,0 +1,13 @@
+Document: inform-dm4
+Title: Inform Designer's Manual (4th edition)
+Author: Graham Nelson
+Abstract: This is the complete reference to the Inform interactive
+ fiction language (version 6).
+Section: Games/Adventure
+
+Format: HTML
+Index: /usr/share/doc/inform-docs/DM4/index.html
+Files: /usr/share/doc/inform-docs/DM4/*.html
+
+Format: PDF
+Files: /usr/share/doc/inform-docs/inform_DM4.pdf.gz
--- inform-6.31.1+dfsg.orig/debian/inform-docs.doc-base.ibg
+++ inform-6.31.1+dfsg/debian/inform-docs.doc-base.ibg
@@ -0,0 +1,10 @@
+Document: inform-dm4
+Title: Inform Beginner's Guide
+Author: Roger Firth and Sonja Kesserich
+Abstract: This manual gives a thorough introduction into
+ the basic programming concepts of the Inform interactive
+ fiction language (version 6).
+Section: Games/Adventure
+
+Format: PDF
+Files: /usr/share/doc/inform-docs/inform_BG.pdf.gz
