--- code2html-0.9.1.orig/code2html.1 +++ code2html-0.9.1/code2html.1 @@ -114,7 +114,7 @@ at all. .IP "\fB\-b\fP, \fB--linebreakprefix\fP=\fILINEPREFIX\fP" 8 -Use \fIfILINEPREFIX\fP at the start of wrapped lines. Default is "» ". +Use \fIfILINEPREFIX\fP at the start of wrapped lines. Default is "\[Fc] ". --- code2html-0.9.1.orig/debian/changelog +++ code2html-0.9.1/debian/changelog @@ -0,0 +1,98 @@ +code2html (0.9.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Joao Eriberto Mota Filho ] + + * Bumped DH level to 10. (Closes: #817317, #817404) + * debian/control: + - Added a Homepage field. + - Bumped Standards-Version to 3.9.8. + * debian/watch: created. + + [ Logan Rosen ] + + * debian/code2html.manpages: added to install the manpage. (Closes: #808637) + * debian/control: added the ${misc:Depends} and ${perl:Depends} variables to + Depends field. + * debian/install: added to install the final binary. + * debian/rules: convert to dh sequencer. (also Closes: #808637) + + -- Joao Eriberto Mota Filho Mon, 19 Dec 2016 00:58:37 -0200 + +code2html (0.9.1-4) unstable; urgency=low + + * Increase Standards-Version from 3.6.1 to 3.7.2 (no additional changes). + * Change the Build-Depends-Indep on debhelper to a Build-Depends (no -Indep). + * Remove lots of commented-out cruft from debian/rules. + * Remove build-stamp stuff from debian/rules. Since we do not do anything + in the build target it's not really useful to have a build-stamp, is it? + * Change to debhelper compatibility level 4 (from 1): + - Change DH_COMPAT to 4 in debian/rules, + - Change build dependency to a versioned one, + - Install to debian/code2html/ instead of debian/tmp. + * Change the right guillemot character (>>) from an iso8859-1 character + to \[Fc] in the code2html manpage. + + -- Peter Palfrader Sun, 18 Jun 2006 00:47:14 +0200 + +code2html (0.9.1-3) unstable; urgency=low + + * Update standards version to 3.6.1 + * Don't end short desciprtion with a dot. + * Remove emacs cruft from debian/changelog. + + -- Peter Palfrader Sun, 25 Apr 2004 16:33:02 +0200 + +code2html (0.9.1-2) unstable; urgency=low + + * New Standards-Version: 3.5.7 + - Have no /usr/doc link anymore (actually building against the new + debhelper does fix this - I'll not depend on it tho to make + building it on older releases easier) + - Change Build-Depends to Build-Depends-Indep + + -- Peter Palfrader Mon, 11 Nov 2002 13:47:08 +0100 + +code2html (0.9.1-1) unstable; urgency=low + + * New upstream release. + * minor typo fixes in description. + * Update addresses in copyright file. + + -- Peter Palfrader Sun, 13 Jan 2002 01:40:36 +0100 + +code2html (0.9-1) unstable; urgency=low + + * New upstream release. + * Removed dependency on perl5: perl-base is essential and sufficient. + * Changed Standards-Version to 3.5.2. + * Removed INSTALL from docs. + * Changed maintainer email address. + * Added build-depends on debhelper. + + -- Peter Palfrader Sun, 25 Mar 2001 16:13:50 +0200 + +code2html (0.8.12-1) unstable; urgency=low + + * New upstream release (closes: #72935). + + -- Peter Palfrader Wed, 1 Nov 2000 23:04:48 +0100 + +code2html (0.8.11-1) unstable; urgency=low + + * New upstream release. + + -- Peter Palfrader Mon, 24 Apr 2000 15:32:27 +0200 + +code2html (0.8.10-1) unstable; urgency=low + + * New upstream release. + + -- Peter Palfrader Mon, 24 Apr 2000 15:32:18 +0200 + +code2html (0.8.9a-1) unstable; urgency=low + + * Initial Release. + + -- Peter Palfrader Fri, 31 Mar 2000 02:31:58 +0200 --- code2html-0.9.1.orig/debian/code2html.manpages +++ code2html-0.9.1/debian/code2html.manpages @@ -0,0 +1 @@ +code2html.1 --- code2html-0.9.1.orig/debian/compat +++ code2html-0.9.1/debian/compat @@ -0,0 +1 @@ +10 --- code2html-0.9.1.orig/debian/control +++ code2html-0.9.1/debian/control @@ -0,0 +1,20 @@ +Source: code2html +Section: devel +Priority: optional +Maintainer: Peter Palfrader +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 10) +Homepage: https://www.palfrader.org/code/code2html + +Package: code2html +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Syntax highlighter + Code2html is a perl script which converts a program source code to + syntax highlighted HTML, or any other target for which rules are + defined. + . + It may be used as a simple console program, converting a single + source code file to a single output file, it can patch HTML files + including special command sequences to insert syntax highlighted + snippets of code, or it can be used as a CGI script. --- code2html-0.9.1.orig/debian/copyright +++ code2html-0.9.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Peter Palfrader on +Fri, 31 Mar 2000 02:31:58 +0200. + +The upstream version can be found at: +http://www.palfrader.org/code2html/ + +Upstream Author: Peter Palfrader + +Copyright: + +Copyright (c) 1999, 2000 by Peter Palfrader & others. + + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- code2html-0.9.1.orig/debian/dirs +++ code2html-0.9.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- code2html-0.9.1.orig/debian/docs +++ code2html-0.9.1/debian/docs @@ -0,0 +1,2 @@ +CREDITS +README --- code2html-0.9.1.orig/debian/install +++ code2html-0.9.1/debian/install @@ -0,0 +1 @@ +code2html usr/bin --- code2html-0.9.1.orig/debian/rules +++ code2html-0.9.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- code2html-0.9.1.orig/debian/watch +++ code2html-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://www.palfrader.org/code/code2html .*code2html-(\d\S+)\.tar\.(?:bz2|gz|xz)