--- /dev/null
+nanobloggermail (0.2-2) unstable; urgency=low
+
+ * Added homepage to debian/control.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Dec 2005 14:27:34 +0100
+
+nanobloggermail (0.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 5 Sep 2005 17:22:32 +0200
+
+nanobloggermail (0.1-4) unstable; urgency=low
+
+ * Clarified copyright statement in debian/copyright.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 31 Aug 2005 17:07:10 +0200
+
+nanobloggermail (0.1-3) unstable; urgency=low
+
+ * Changed Architecture to 'all' and Build-Depends to Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 18 Aug 2005 20:07:45 +0200
+
+nanobloggermail (0.1-2) unstable; urgency=low
+
+ * Fixed errors in manpage.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 18 Aug 2005 16:26:44 +0200
+
+nanobloggermail (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 9 Aug 2005 17:13:40 +0200
+
--- /dev/null
+Source: nanobloggermail
+Section: web
+Priority: optional
+Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
+Build-Depends-Indep: debhelper (>= 4.0.0)
+Standards-Version: 3.6.2
+
+Package: nanobloggermail
+Architecture: all
+Depends: nanoblogger, ${perl:Depends}
+Description: helper script for submitting entries to nanoblogger via mail
+ nanobloggermail is a tiny perl script that takes a mail (or any other kind of
+ text) from stdin and feeds the relevant parts to nb (nanoblogger's binary).
+ .
+ It allows inserting new entries into weblogs without having shell access.
+ .
+ Homepage: http://www.toastfreeware.priv.at/
+
+
--- /dev/null
+This package was written and debianized by gregor herrmann <gregor+debian@comodo.priv.at>
+
+Copyright Holder: gregor herrmann <gregor+debian@comodo.priv.at>, 2005
+
+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
+procmailrc.example
--- /dev/null
+nb_mail usr/bin
--- /dev/null
+debian/nb_mail.1
+debian/nanobloggermail.1
--- /dev/null
+.\" Hey, EMACS: -*- nroff -*-
+.TH NANOBLOGGERMAIL 1 "August 18, 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
+nanobloggermail \- script for submitting entries to nanoblogger via mail
+
+.SH SYNOPSIS
+.B nb_mail
+\fI/path/to/nanoblogger/web/\fR \fI< mail\fR
+
+.SH DESCRIPTION
+.B nanobloggermail
+is a tiny perl script that takes a mail (or any other kind of
+text) from stdin and feeds the relevant parts to nb (nanoblogger's binary).
+It allows inserting new entries into weblogs without having shell access.
+.TP
+\fB/path/to/nanoblogger/web/\fR
+Path to the directory with your nanoblogger blog; i.e. $BLOG_DIR in nanoblogger syntax.
+.TP
+\fBmail\fR
+Mail (or other text), passed to nb by nb_mail.
+.br
+The body of the mail
+.B
+must
+contain the following keywords in
+.B
+this
+order and in capitals: TITLE: string CAT: integer (catid) BODY: (string)
+
+.SH EXAMPLE
+.B
+nb_mail
+/home/gregor/public_html/diary < message
+.PP
+with
+.B
+message
+containing:
+.br
+TITLE: New software CAT: 3 BODY: Today I installed nanobloggermail and I'm very happy with it.
+
+.SH NOTE
+Normally you won't call nb_mail from the commandline but probably from
+procmail or aliases; cf. the documentation.
+
+.SH SEE ALSO
+.B /usr/share/doc/nanobloggermail/
+.PP
+nanobloggermail was written by gregor herrmann
+.nh
+<gregor+debian@comodo.priv.at>.
--- /dev/null
+.\" Hey, EMACS: -*- nroff -*-
+.TH NANOBLOGGERMAIL 1 "August 18, 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
+nanobloggermail \- script for submitting entries to nanoblogger via mail
+
+.SH SYNOPSIS
+.B nb_mail
+\fI/path/to/nanoblogger/web/\fR \fI< mail\fR
+
+.SH DESCRIPTION
+.B nanobloggermail
+is a tiny perl script that takes a mail (or any other kind of
+text) from stdin and feeds the relevant parts to nb (nanoblogger's binary).
+It allows inserting new entries into weblogs without having shell access.
+.TP
+\fB/path/to/nanoblogger/web/\fR
+Path to the directory with your nanoblogger blog; i.e. $BLOG_DIR in nanoblogger syntax.
+.TP
+\fBmail\fR
+Mail (or other text), passed to nb by nb_mail.
+.br
+The body of the mail
+.B
+must
+contain the following keywords in
+.B
+this
+order and in capitals: TITLE: string CAT: integer (catid) BODY: (string)
+
+.SH EXAMPLE
+.B
+nb_mail
+/home/gregor/public_html/diary < message
+.PP
+with
+.B
+message
+containing:
+.br
+TITLE: New software CAT: 3 BODY: Today I installed nanobloggermail and I'm very happy with it.
+
+.SH NOTE
+Normally you won't call nb_mail from the commandline but probably from
+procmail or aliases; cf. the documentation.
+
+.SH SEE ALSO
+.B /usr/share/doc/nanobloggermail/
+.PP
+nanobloggermail was written by gregor herrmann
+.nh
+<gregor+debian@comodo.priv.at>.
--- /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
+
+ 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
+
+
+# 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