debian/0000755000000000000000000000000011733736737007207 5ustar debian/docs0000644000000000000000000000000711733736737010057 0ustar README debian/source/0000755000000000000000000000000011733736737010507 5ustar debian/source/format0000644000000000000000000000001411733736737011715 0ustar 3.0 (quilt) debian/t2html.lintian-overrides0000644000000000000000000000025511733736737014003 0ustar # 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 debian/changelog0000644000000000000000000000146211733736737011064 0ustar t2html (2010.0302+gitbec03e2-2) unstable; urgency=low * Upgrade to packaging format "3.0 quilt". * debian/compat - Update to 9. * debian/control - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9. - (Description): Update URL (Closes: #665709). - (Standards-Version): Update to 3.9.3.1. * debian/copyright - Update to format 1.0 * debian/README.Debian - Add pointer to custom CSS. * debian/rules - Update to dh(1). - (override_dh_compress): New. Do not compress files that can be used for test examples for the program. -- Jari Aalto Sun, 25 Mar 2012 14:57:42 +0300 t2html (2010.0302+gitbec03e2-1) unstable; urgency=low * Initial release (Closes: #571014). -- Jari Aalto Tue, 02 Mar 2010 13:03:22 +0200 debian/copyright0000644000000000000000000000255111733736737011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 X-Format: http://dep.debian.net/deps/dep5 Upstream-Name: t2html Upstream-Contact: Jari Aalto Source: http://freshmeat.net/projects/perl-text2html X-Source: https://github.com/jaalto/project--perl-text2html X-Upstream-Vcs: git clone git://github.com/jaalto/project--perl-text2html.git X-Upstream-Bugs: https://github.com/jaalto/project--perl-text2html/issues Files: * Copyright: 1996-2010 License: GPL-2+ Files: debian/* Copyright: 2010,2012 Jari Aalto License: GPL-2+ License: GPL-2+ 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 . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000644000000000000000000000000211733736737010405 0ustar 9 debian/control0000644000000000000000000000162311733736737010614 0ustar Source: t2html Section: text Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3.1 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/doc/ debian/README.Debian0000644000000000000000000000055711733736737011257 0ustar t2html for Debian ----------------- To see an example of the source *.txt file, its conversion and custom CSS, see files in /usr/share/doc/t2html/doc/conversion See also t2html in action and CSS file used: http://pm-doc.sourceforge.net/doc http://pm-doc.sourceforge.net/doc/index.css -- Jari Aalto , Sun, 25 Mar 2012 14:34:35 +0300 debian/rules0000755000000000000000000000076711733736737010301 0ustar #!/usr/bin/make -f PACKAGE = t2html DOCDIR = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) override_dh_auto_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 override_dh_compress: dh_compress -X "*.txt" # Not documentation, but example files to try on find debian -name "*.txt.gz" | xargs -r gzip -d %: dh $@ # End of file debian/watch0000644000000000000000000000043711733736737010244 0ustar 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.