code2html (0.9.1-4) debian-dir only changes

Summary

 debian/changelog |   76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/control   |   18 +++++++++++++
 debian/copyright |   31 ++++++++++++++++++++++
 debian/dirs      |    1 
 debian/docs      |    2 +
 debian/rules     |   39 ++++++++++++++++++++++++++++
 6 files changed, 167 insertions(+)

    
download this patch

Patch contents

--- code2html-0.9.1.orig/debian/control
+++ code2html-0.9.1/debian/control
@@ -0,0 +1,18 @@
+Source: code2html
+Section: devel
+Priority: optional
+Maintainer: Peter Palfrader <weasel@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4)
+
+Package: code2html
+Architecture: all
+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/dirs
+++ code2html-0.9.1/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- code2html-0.9.1.orig/debian/changelog
+++ code2html-0.9.1/debian/changelog
@@ -0,0 +1,76 @@
+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 <weasel@debian.org>  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 <weasel@debian.org>  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 <weasel@debian.org>  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 <weasel@debian.org>  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 <weasel@debian.org>  Sun, 25 Mar 2001 16:13:50 +0200
+
+code2html (0.8.12-1) unstable; urgency=low
+
+  * New upstream release (closes: #72935).
+
+ -- Peter Palfrader <ppalfrad@cosy.sbg.ac.at>  Wed,  1 Nov 2000 23:04:48 +0100
+
+code2html (0.8.11-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Peter Palfrader <ppalfrad@cosy.sbg.ac.at>  Mon, 24 Apr 2000 15:32:27 +0200
+
+code2html (0.8.10-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Peter Palfrader <ppalfrad@cosy.sbg.ac.at>  Mon, 24 Apr 2000 15:32:18 +0200
+
+code2html (0.8.9a-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Peter Palfrader <ppalfrad@cosy.sbg.ac.at>  Fri, 31 Mar 2000 02:31:58 +0200
--- code2html-0.9.1.orig/debian/copyright
+++ code2html-0.9.1/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Peter Palfrader <weasel@debian.org> 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 <code2html@palfrader.org>
+
+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/docs
+++ code2html-0.9.1/debian/docs
@@ -0,0 +1,2 @@
+CREDITS
+README
--- code2html-0.9.1.orig/debian/rules
+++ code2html-0.9.1/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export DH_COMPAT=4
+
+build:
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	install -m 755 code2html `pwd`/debian/code2html/usr/bin/code2html
+
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installmanpages
+	dh_installchangelogs ChangeLog
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install