--- t2html-2010.0302+gitbec03e2.orig/debian/control
+++ t2html-2010.0302+gitbec03e2/debian/control
@@ -0,0 +1,21 @@
+Source: t2html
+Section: text
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto@cante.net>
+Build-Depends: debhelper (>= 7.1)
+Standards-Version: 3.8.4
+Vcs-Browser: http://git.debian.org/?p=collab-maint/t2html.git
+Vcs-Git: git://git.debian.org/git/collab-maint/t2html.git
+Homepage: http://freshmeat.net/projects/perl-text2html
+
+Package: t2html
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libhtml-format-perl, libhtml-linkextractor-perl
+Description: text to HTML converter implemented in Perl
+ Convert text file into HTML 4.01/CSS2 format. The is written in
+ natural white paper format by using standard headings and indented
+ paragraphs at standard tab position column 8. The text can *contain*
+ _ASCII_ =markup= `tokens'. Embedding HTML is also possible via INCLUDE
+ directives. This utility predates similar Python-based asciidoc.
+ .
+ A showcase: http://pm-doc.sourceforge.net/pm-tips.html
--- t2html-2010.0302+gitbec03e2.orig/debian/t2html.lintian-overrides
+++ t2html-2010.0302+gitbec03e2/debian/t2html.lintian-overrides
@@ -0,0 +1,6 @@
+# PACKAGE.lintian-overrides
+
+# Not documentation but an example of the conversion in action
+t2html binary: possible-documentation-but-no-doc-base-registration
+
+# End o file
--- t2html-2010.0302+gitbec03e2.orig/debian/changelog
+++ t2html-2010.0302+gitbec03e2/debian/changelog
@@ -0,0 +1,5 @@
+t2html (2010.0302+gitbec03e2-1) unstable; urgency=low
+
+  * Initial release (Closes: #571014).
+
+ -- Jari Aalto <jari.aalto@cante.net>  Tue, 02 Mar 2010 13:03:22 +0200
--- t2html-2010.0302+gitbec03e2.orig/debian/rules
+++ t2html-2010.0302+gitbec03e2/debian/rules
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE = t2html
+DOCDIR  = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)
+
+install:
+	# target: install
+	dh_testdir
+	dh_prep
+	dh_install
+	$(MAKE) prefix=/usr \
+		DESTDIR=debian/$(PACKAGE) \
+		INSTALL_OBJS_DOC="" \
+		DOCDIR=$(DOCDIR)/doc \
+		install
+
+	# Nothing relevant, copies of manual pages etc.
+	rm -rf $(DOCDIR)/doc/license $(DOCDIR)/doc/manual
+
+        # Install overrides
+	dh_lintian
+
+binary-indep: install
+	# target: binary-indep -- Build architecture independent files
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs
+	dh_perl
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+
+%:
+	dh  $@
+
+.PHONY: install
+.PHONY: binary binary-indep
+
+# End of file
--- t2html-2010.0302+gitbec03e2.orig/debian/watch
+++ t2html-2010.0302+gitbec03e2/debian/watch
@@ -0,0 +1,7 @@
+version=3
+# https://savannah.nongnu.org/files/?group=perl-t2html
+# http://download.savannah.gnu.org/releases/perl-t2html
+# http://mirrors.zerg.biz/nongnu/perl-t2html/ p.*-([\d.]+).*\.tar\.gz
+
+# Nothing here. Packaged directly from Git repository. See debian/copyright
+# for website URL.
--- t2html-2010.0302+gitbec03e2.orig/debian/README.Debian
+++ t2html-2010.0302+gitbec03e2/debian/README.Debian
@@ -0,0 +1,7 @@
+t2html for Debian
+-----------------
+
+To see an example of the source *.txt file, its oonversion and custom
+CSS, see files in /usr/share/doc/t2html/doc/conversion
+
+ -- Jari Aalto <jari.aalto@cante.net>, Tue,  2 Mar 2010 12:46:44 +0200
--- t2html-2010.0302+gitbec03e2.orig/debian/docs
+++ t2html-2010.0302+gitbec03e2/debian/docs
@@ -0,0 +1 @@
+README
--- t2html-2010.0302+gitbec03e2.orig/debian/copyright
+++ t2html-2010.0302+gitbec03e2/debian/copyright
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    Jari Aalto <jari.aalto@cante.net>
+    on 2010-02-22 23:02:33+02 Mon.
+
+It was downloaded from:
+
+    http://freshmeat.net/projects/perl-text2html
+
+Upstream Author:
+
+    Jari Aalto <jari.aalto@cante.net>
+
+Copyright:
+
+    Copyright (C) 1996-2010 Jari Aalto
+
+License:
+
+    This package 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.
+
+    This package 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.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>
+
+The Debian packaging is licensed under the GPL version 2, or (at your
+option), any later version, and is:
+
+    Copyright (C) 2010 Jari Aalto <jari.aalto@cante.net>
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in "/usr/share/common-licenses/GPL-2".
--- t2html-2010.0302+gitbec03e2.orig/debian/compat
+++ t2html-2010.0302+gitbec03e2/debian/compat
@@ -0,0 +1 @@
+7
