--- /dev/null
+toast-howto for Debian
+----------------------
+
+Toast-Howto is "installed" into /usr/share/doc/html/. Enjoy ;-)
+The original can be found at http://www.toastfreeware.priv.at/toast-howto.htm
--- /dev/null
+toast-howto (0.1-9) unstable; urgency=low
+
+ * Fixed bug in postinst (create symlink ony if it doesn't alread exist).
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Sep 2005 14:42:34 +0200
+
+toast-howto (0.1-8) unstable; urgency=low
+
+ * Fixed bug in postrm (symlinkg only removed on purge, can lead to problems
+ an updates). Thx to Philipp Spitzer.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 2 Sep 2005 23:31:21 +0200
+
+toast-howto (0.1-7) unstable; urgency=low
+
+ * Clarified copyright statement in debian/copyright.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 31 Aug 2005 17:15:35 +0200
+
+toast-howto (0.1-6) unstable; urgency=low
+
+ * Updated to standards version 3.6.2.
+ * Removed bashisms from maintainer scripts.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 7 Aug 2005 16:14:15 +0200
+
+toast-howto (0.1-5) unstable; urgency=low
+
+ * Moved from experimental to unstable.
+ * Changed handling of missing newline in index.html.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 12 Jun 2005 01:00:48 +0200
+
+toast-howto (0.1-4) experimental; urgency=low
+
+ * postrm: check if script is called with parameter "purge".
+ * postinst: check if script is called with parameters (re)configure.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 1 Apr 2005 18:03:56 +0200
+
+toast-howto (0.1-3) experimental; urgency=low
+
+ * Added debconf questions about symlinking under document root.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 28 Mar 2005 22:34:30 +0200
+
+toast-howto (0.1-2) experimental; urgency=low
+
+ * Added missing newline character at end of index.html.
+ * Moved index.html and images/ to newly created html/.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 27 Mar 2005 15:22:23 +0200
+
+toast-howto (0.1-1) experimental; urgency=low
+
+ * Initial Release.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 26 Mar 2005 20:41:33 +0100
+
--- /dev/null
+Source: toast-howto
+Section: doc
+Priority: optional
+Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.6.2
+
+Package: toast-howto
+Architecture: all
+Depends: ${misc:Depends}
+Description: short manual for making toasts
+ If you're fed up with take-away pizza try to make some delicious toasts.
+ Toastfreeware shows you how; in German words and international pictures.
--- /dev/null
+This package was debianized by gregor herrmann <gregor+debian@comodo.priv.at> on
+Sat, 26 Mar 2005 20:41:33 +0100.
+
+The original can be found online at http://www.toastfreeware.priv.at/toast-howto.htm
+
+Copyright:
+Toastfreeware (Philipp Spitzer and Gregor Herrmann), 2004-2005
+<philipp@toastfreeware.priv.at> and <gregor@toastfreeware.priv.at>
+
+License:
+
+ This program 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 of the License, or
+ (at your option) any 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'.
+
--- /dev/null
+debian/toast-howto.1
--- /dev/null
+[type: gettext/rfc822deb] toast-howto.templates
--- /dev/null
+#
+# Translators, if you are not familiar with the PO format, gettext
+# documentation is worth reading, especially sections dedicated to
+# this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+# Some information specific to po-debconf are available at
+# /usr/share/doc/po-debconf/README-trans
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+# Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-28 23:33+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../toast-howto.templates:4
+msgid "Name of web server's document root"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../toast-howto.templates:4
+msgid ""
+"The toast-howto is installed in /usr/share/doc/toast-howto/html but maybe "
+"you would like to have a symlink under your webserver's document root for "
+"convenience. The symlink will be called 'toast-howto'."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../toast-howto.templates:4
+msgid "If yes enter the name of the webserver's document root."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../toast-howto.templates:4
+msgid "If no leave the field emtpy."
+msgstr ""
--- /dev/null
+#!/bin/sh
+set -e
+
+case "$1" in
+ configure|reconfigure)
+ . /usr/share/debconf/confmodule
+ db_get toast-howto/symlink
+ if test -n "$RET" && test -d "$RET" && test ! -L "$RET"/toast-howto; then
+ ln -s /usr/share/doc/toast-howto/html "$RET"/toast-howto
+ fi
+ ;;
+ *)
+ ;;
+esac
+
+#DEBHELPER#
--- /dev/null
+#!/bin/sh
+set -e
+
+. /usr/share/debconf/confmodule
+db_get toast-howto/symlink
+
+if test -n "$RET" && test -L "$RET/toast-howto" ; then
+ rm $RET/toast-howto
+fi
+#DEBHELPER#
--- /dev/null
+#!/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
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/toast-howto.
+## $(MAKE) install DESTDIR=$(CURDIR)/debian/toast-howto
+## echo "" >> $(CURDIR)/index.html
+ dh_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
+ dh_installdocs
+# dh_installexamples
+# dh_install
+# dh_installmenu
+ dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+# dh_link
+# dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+# 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 configure
--- /dev/null
+.\" 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 TOAST-HOWTO 1 "March 26, 2005"
+.\" 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 <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+toast-howto \- manual for making toasts
+.SH DESCRIPTION
+Toast-howto explains how to make delicious toasts. Just read it in
+your favourite browser.
+.SH FILES
+/usr/share/doc/toast-howto/html/
+.SH AUTHOR
+toast-howto was written by Toastfreeware (Philipp Spitzer and Gregor Herrmann)
+http://www.toastfreeware.priv.at
+.PP
+This manual page was written by gregor herrmann <gregor+debian@comodo.priv.at>,
+for the Debian project (but may be used by others).
--- /dev/null
+#!/bin/sh
+set -e
+. /usr/share/debconf/confmodule
+db_input medium toast-howto/symlink || true
+db_go || true
+
--- /dev/null
+index.html usr/share/doc/toast-howto/html/
+images/ usr/share/doc/toast-howto/html/
--- /dev/null
+Template: toast-howto/symlink
+Type: string
+Default: /var/www
+_Description: Name of web server's document root
+ The toast-howto is installed in /usr/share/doc/toast-howto/html but maybe
+ you would like to have a symlink under your webserver's document root for
+ convenience. The symlink will be called 'toast-howto'.
+ .
+ If yes enter the name of the webserver's document root.
+ .
+ If no leave the field emtpy.
Last update: 27.10.2004\r
</em>\r
</body>\r
-</html>
\ No newline at end of file
+</html>\r