r10183 - in /trunk/libhtml-format-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch test.ps test.rtf

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:58:07 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:58:07 2007
New Revision: 10183

URL: http://svn.debian.org/wsvn/?sc=1&rev=10183
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libhtml-format-perl/debian/
    trunk/libhtml-format-perl/debian/changelog
    trunk/libhtml-format-perl/debian/compat
    trunk/libhtml-format-perl/debian/control
    trunk/libhtml-format-perl/debian/copyright
    trunk/libhtml-format-perl/debian/rules   (with props)
    trunk/libhtml-format-perl/debian/watch
    trunk/libhtml-format-perl/test.ps
    trunk/libhtml-format-perl/test.rtf

Added: trunk/libhtml-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/changelog?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/changelog (added)
+++ trunk/libhtml-format-perl/debian/changelog Sat Dec  1 11:58:07 2007
@@ -1,0 +1,50 @@
+libhtml-format-perl (2.04-1) unstable; urgency=low
+
+  * New Maintainer (Closes: #274130)
+  * New Upstream Version
+  * Close outstanding NMUs (Closes: #195093, #190459, #198527, #157594)
+  * Changed section from interpreters to perl
+  * Added versioned build-dep on debhelper 4
+  * Adds debian/compat file per debhelper best practices
+  * Adds build-dep on perl, per policy
+  * Updated copyright file
+  * Fixes URL in copyright file
+  * Bumped standards-version to 3.6.1 (no other changes)
+  * Updated to my standard rules template
+  * Added Build-Deps on Deps so test suite can run
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed,  6 Oct 2004 03:13:53 -0400
+
+libhtml-format-perl (2.03-0.1) unstable; urgency=low
+
+  * Non Maintainer upload
+  * updated depencies (libhtml-tree-perl (>= 3.15), libfont-afm-perl (>=
+    1.17))
+  * rm -rf debian/libhtml-format-perl/usr/share/perl5/auto/
+    in debian/rules
+  * New Standards Version 3.5.10
+  * Changed install path of the modules from /usr/lib/perl5 to
+    /usr/share/perl5 because the modules are architecture independent
+  * New upstream release (closes: #195093)
+  * Added Build-Depends-Indep: debhelper to control (closes: #190459)
+  * Added links to Copyright / Distribution Licence to copyright 
+    (closes: #157594)
+
+ -- Hans Freitag <hafre at debian.org>  Sun, 22 Jun 2003 13:39:19 +0200
+
+libhtml-format-perl (1.23-1) frozen unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon,  9 Oct 2000 10:33:10 -0400
+
+libhtml-format-perl (1.22-1) frozen unstable; urgency=low
+
+  * Split from libhtml-tree-perl.  Fixes grave bug, please install in frozen (closes: bug#55859)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 23 Jan 2000 16:21:08 -0500
+
+Local variables:
+mode: debian-changelog
+user-mail-address: "mdorman at debian.org"
+End:

Added: trunk/libhtml-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/compat?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/compat (added)
+++ trunk/libhtml-format-perl/debian/compat Sat Dec  1 11:58:07 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libhtml-format-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/control?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/control (added)
+++ trunk/libhtml-format-perl/debian/control Sat Dec  1 11:58:07 2007
@@ -1,0 +1,25 @@
+Source: libhtml-format-perl
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.1.40), perl (>= 5.6.0-16), libhtml-tree-perl (>= 3.15), libfont-afm-perl (>= 1.17)
+Standards-Version: 3.6.1
+
+Package: libhtml-format-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libhtml-tree-perl (>= 3.15), libfont-afm-perl (>= 1.17)
+Description: Format HTML syntax trees
+ The modules present in this package are:
+ .
+   HTML::Formatter - Base class for various formatters.  Formatters
+         traverse a syntax tree and produce some textual output.  None
+         of the current formatters handle tables or forms yet.
+ .
+   HTML::FormatText - Formatter that converts a syntax tree to plain
+         readable text.
+ .
+   HTML::FormatPS - Formatter that outputs PostScript code.
+ .
+   HTML::FormatRTF - Formatter that outputs Microsofts RTF Format.

Added: trunk/libhtml-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/copyright?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/copyright (added)
+++ trunk/libhtml-format-perl/debian/copyright Sat Dec  1 11:58:07 2007
@@ -1,0 +1,29 @@
+This is Debian GNU/Linux's prepackaged version of HTML::Format.  This
+is a set of perl modules which provide formatted renditions of HTML.
+
+This package was put together by Michael Alan Dorman
+<mdorman at debian.org>.  The original sources should always be available
+at: 
+http://search.cpan.org/dist/HTML-Format/
+
+The only change for the Debian package was the addition of the debian/
+files.
+
+The HTML::Format copright is as follows:
+
+COPYRIGHT
+
+Copyright (c) 1995-2002 Gisle Aas, and 2002- Sean M. Burke. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+
+Perl is distributed under either the Artistic licence or the GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+

Added: trunk/libhtml-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/rules?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/rules (added)
+++ trunk/libhtml-format-perl/debian/rules Sat Dec  1 11:58:07 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libhtml-format-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-format-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/debian/watch?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/debian/watch (added)
+++ trunk/libhtml-format-perl/debian/watch Sat Dec  1 11:58:07 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/HTML/HTML-Format-([0-9].*)\.tar.gz

Added: trunk/libhtml-format-perl/test.ps
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/test.ps?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/test.ps (added)
+++ trunk/libhtml-format-perl/test.ps Sat Dec  1 11:58:07 2007
@@ -1,0 +1,167 @@
+%!PS-Adobe-3.0
+%%Creator: HTML::FormatPS (v2.04, using HTML::TreeBuilder v3.13, and HTML::Parser v3.36)
+%%CreationDate: Wed Oct  6 03:26:58 2004
+%%Pages: 1
+%%PageOrder: Ascend
+%%Orientation: Portrait
+%%DocumentMedia: Plain 595 841 0 white ()
+%%DocumentNeededResources: 
+%%+ font Courier
+%%+ font Times-Bold
+%%+ font Times-Roman
+%%DocumentSuppliedResources: procset newencode 1.0 0
+%%+ encoding ISOLatin1Encoding
+%%EndComments
+
+%%BeginProlog
+/S/show load def
+/M/moveto load def
+/SF/setfont load def
+
+%%BeginResource: encoding ISOLatin1Encoding
+systemdict /ISOLatin1Encoding known not {
+    /ISOLatin1Encoding [
+	/space /space /space /space /space /space /space /space
+	/space /space /space /space /space /space /space /space
+	/space /space /space /space /space /space /space /space
+	/space /space /space /space /space /space /space /space
+	
+	/space /exclam /quotedbl /numbersign /dollar /percent /ampersand
+	    /quoteright
+	/parenleft /parenright /asterisk /plus /comma /minus /period /slash
+	/zero /one /two /three /four /five /six /seven
+	/eight /nine /colon /semicolon /less /equal /greater /question
+	/at /A /B /C /D /E /F /G
+	/H /I /J /K /L /M /N /O
+	/P /Q /R /S /T /U /V /W
+	/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
+	/quoteleft /a /b /c /d /e /f /g
+	/h /i /j /k /l /m /n /o
+	/p /q /r /s /t /u /v /w
+	/x /y /z /braceleft /bar /braceright /asciitilde /space
+	
+	/space /space /space /space /space /space /space /space
+	/space /space /space /space /space /space /space /space
+	/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+	/dieresis /space /ring /cedilla /space /hungarumlaut /ogonek /caron
+	
+	/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
+	/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen
+	    /registered /macron
+	/degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph
+	    /periodcentered
+	/cedillar /onesuperior /ordmasculine /guillemotright /onequarter
+	    /onehalf /threequarters /questiondown
+	/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
+	/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex
+	    /Idieresis
+	/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
+	/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn
+	    /germandbls
+	/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
+	/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex
+	    /idieresis
+	/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
+	/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn
+	    /ydieresis
+    ] def
+} if
+%%EndResource
+%%BeginResource: procset newencode 1.0 0
+/NE { %def
+   findfont begin
+      currentdict dup length dict begin
+	 { %forall
+	    1 index/FID ne {def} {pop pop} ifelse
+	 } forall
+	 /FontName exch def
+	 /Encoding exch def
+	 currentdict dup
+      end
+   end
+   /FontName get exch definefont pop
+} bind def
+%%EndResource
+%%EndProlog
+
+%%BeginSetup
+ISOLatin1Encoding/Courier-ISO/Courier NE
+/F5/Courier-ISO findfont 10 scalefont def
+ISOLatin1Encoding/Times-Bold-ISO/Times-Bold NE
+/F4/Times-Bold-ISO findfont 18 scalefont def
+ISOLatin1Encoding/Times-Bold-ISO/Times-Bold NE
+/F2/Times-Bold-ISO findfont 24 scalefont def
+ISOLatin1Encoding/Times-Roman-ISO/Times-Roman NE
+/F3/Times-Roman-ISO findfont 10 scalefont def
+ISOLatin1Encoding/Times-Roman-ISO/Times-Roman NE
+/F1/Times-Roman-ISO findfont 8 scalefont def
+%%EndSetup
+
+%%Page: 1 1
+%% Title and pageno
+F1 SF
+565.3 30.0 M(1)S
+56.7 30.0 M()S
+
+56.7 704.5 M
+F2 SF
+(This is a test)S
+56.7 683.5 M
+F3 SF
+(In order to install and use this package you will need Perl version 5.004 or better. You will also need to have the)S
+56.7 672.5 M
+(HTML-Tree distribution \(version 0.61 or better\) installed. If you intend to use the PostScript formatter you need the)S
+56.7 661.5 M
+(Font-AFM distribution. All of these should be available from CPAN. In order to install and use this package you will)S
+56.7 650.5 M
+(need Perl version 5.004 or better. You will also need to have the HTML-Tree distribution \(version 0.61 or better\))S
+56.7 639.5 M
+(installed. If you intend to use the PostScript formatter you need the Font-AFM distribution. All of these should be)S
+56.7 628.5 M
+(available from CPAN. In order to install and use this package you will need Perl version 5.004 or better. You will also)S
+56.7 617.5 M
+(need to have the HTML-Tree distribution \(version 0.61 or better\) installed. If you intend to use the PostScript formatter)S
+56.7 606.5 M
+(you need the Font-AFM distribution. All of these should be available from CPAN.)S
+56.7 585.5 M
+(In order to install and use this package you will need Perl version 5.004 or better.)S
+78.7 564.5 M
+(You will also need to have the HTML-Tree distribution \(version 0.61 or better\) installed.)S
+newpath 68.9 567.0 1.2 0 360 arc fill
+78.7 543.5 M
+(If you intend to use the PostScript formatter you need the Font-AFM distribution.)S
+newpath 68.9 546.0 1.2 0 360 arc fill
+56.7 522.5 M
+(All of these should be available from CPAN.)S
+56.7 501.5 M
+(In order to install and use this package you will need Perl version 5.004 or better. You will also need to have the)S
+56.7 490.5 M
+(HTML-Tree distribution \(version 0.61 or better\) installed. If you intend to use the PostScript formatter you need the)S
+56.7 479.5 M
+(Font-AFM distribution. All of these should be available from CPAN.)S
+56.7 433.7 M
+F4 SF
+(Installation)S
+56.7 412.7 M
+F3 SF
+(Just follow the usual procedure:)S
+56.7 391.7 M
+F5 SF
+(   perl Makefile.PL)S
+56.7 380.7 M
+(   make)S
+56.7 369.7 M
+(   make test)S
+56.7 358.7 M
+(   make install)S
+56.7 337.7 M
+F3 SF
+(In order to install and use this package you will need Perl version 5.004 or better. You will also need to have the)S
+56.7 326.7 M
+(HTML-Tree distribution \(version 0.61 or better\) installed. If you intend to use the PostScript formatter you need the)S
+56.7 315.7 M
+(Font-AFM distribution. All of these should be available from CPAN.)S
+showpage
+
+%%Trailer
+%%EOF

Added: trunk/libhtml-format-perl/test.rtf
URL: http://svn.debian.org/wsvn/trunk/libhtml-format-perl/test.rtf?rev=10183&op=file
==============================================================================
--- trunk/libhtml-format-perl/test.rtf (added)
+++ trunk/libhtml-format-perl/test.rtf Sat Dec  1 11:58:07 2007
@@ -1,0 +1,116 @@
+{\rtf1\ansi\deff0
+
+{\fonttbl
+{\f0\froman Times;}
+{\f1\fmodern Courier New;}
+{\f2\fswiss Arial;}
+}
+
+{\stylesheet
+{\snext0 Normal;}
+{\*\cs1 \additive Default Paragraph Font;}
+{\*\cs2 \additive \i\sbasedon1 html-ital;}
+{\*\cs3 \additive \b\sbasedon1 html-bold;}
+{\*\cs4 \additive \f1\sbasedon1 html-code;}
+
+{\s20\ql \f1\fs18\lang1024\noproof\sbasedon0 \snext0 html-pre;}
+
+{\s31\ql \keepn\sb90\sa180\f2\fs32\ul\sbasedon0 \snext0 html-head1;}
+{\s32\ql \keepn\sb90\sa180\f2\fs28\ul\sbasedon0 \snext0 html-head2;}
+{\s33\ql \keepn\sb90\sa180\f2\fs25\ul\sbasedon0 \snext0 html-head3;}
+{\s34\ql \keepn\sb90\sa180\f2\fs22\ul\sbasedon0 \snext0 html-head4;}
+{\s35\ql \keepn\sb90\sa180\f2\fs20\ul\sbasedon0 \snext0 html-head5;}
+{\s36\ql \keepn\sb90\sa180\f2\fs18\ul\sbasedon0 \snext0 html-head6;}
+}
+
+{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
+{\info{\doccomm generated by HTML::FormatRTF (v2.04, using HTML::TreeBuilder v3.13, and HTML::Parser v3.36)}
+{\author [see doc]}{\company [see doc]}{\operator [see doc]}
+}
+
+\deflang1033\widowctrl
+{\header\pard\qr\plain\f2\fs17
+p.\chpgn\par}
+\fs22
+
+
+{\pard\sa330\li0\ri0\ql\plain
+
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+\s31\ql\keepn\f2\fs32\ul
+This is a test
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+In order to install and use this package you will need Perl version 
+5.004 or better. You will also need to have the HTML\_Tree distribution 
+(version 0.61 or better) installed. If you intend to use the PostScript 
+formatter you need the \'46ont\_A\'46M distribution. All of these 
+should be available from CPAN. In order to install and use this package 
+you will need Perl version 5.004 or better. You will also need to 
+have the HTML\_Tree distribution (version 0.61 or better) installed. 
+If you intend to use the PostScript formatter you need the \'46ont\_A\'46M 
+distribution. All of these should be available from CPAN. In order 
+to install and use this package you will need Perl version 5.004 or 
+better. You will also need to have the HTML\_Tree distribution (version 
+0.61 or better) installed. If you intend to use the PostScript formatter 
+you need the \'46ont\_A\'46M distribution. All of these should be 
+available from CPAN.
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+In order to install and use this package you will need Perl version 
+5.004 or better.
+\par}
+
+{\pard\sa220\li440\ri0\ql\plain
+\fi-99
+\'95 You will also need to have the HTML\_Tree distribution (version 0.61 
+or better) installed.
+\par}
+
+{\pard\sa220\li440\ri0\ql\plain
+\fi-99
+\'95 If you intend to use the PostScript formatter you need the \'46ont\_A\'46M 
+distribution.
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+All of these should be available from CPAN.
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+In order to install and use this package you will need Perl version 
+5.004 or better. You will also need to have the HTML\_Tree distribution 
+(version 0.61 or better) installed. If you intend to use the PostScript 
+formatter you need the \'46ont\_A\'46M distribution. All of these 
+should be available from CPAN.
+\par}
+
+{\pard\sa330\li0\ri0\ql\plain
+\s32\ql\keepn\f2\fs28\ul
+Installation
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+Just follow the usual procedure:
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+\s20\f1\fs18\noproof\lang1024\lang1076    perl Makefile.PL\line
+   make\line
+   make test\line
+   make install
+\par}
+
+{\pard\sa220\li0\ri0\ql\plain
+In order to install and use this package you will need Perl version 
+5.004 or better. You will also need to have the HTML\_Tree distribution 
+(version 0.61 or better) installed. If you intend to use the PostScript 
+formatter you need the \'46ont\_A\'46M distribution. All of these 
+should be available from CPAN.
+\par}
+
+}




More information about the Pkg-perl-cvs-commits mailing list