r21413 - in /trunk/libppi-html-perl/debian: ./ changelog compat control copyright ppi2html.pod rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:57:08 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:57:07 2008
New Revision: 21413

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

Added:
    trunk/libppi-html-perl/debian/
    trunk/libppi-html-perl/debian/changelog
    trunk/libppi-html-perl/debian/compat
    trunk/libppi-html-perl/debian/control
    trunk/libppi-html-perl/debian/copyright
    trunk/libppi-html-perl/debian/ppi2html.pod
    trunk/libppi-html-perl/debian/rules   (with props)
    trunk/libppi-html-perl/debian/watch

Added: trunk/libppi-html-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/changelog?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/changelog (added)
+++ trunk/libppi-html-perl/debian/changelog Sun Jun 15 14:57:07 2008
@@ -1,0 +1,34 @@
+libppi-html-perl (1.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467991
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:09:15 +0100
+
+libppi-html-perl (1.07-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu,  3 Aug 2006 18:38:04 +0200
+
+libppi-html-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release (Closes: #329649).
+  * New Maintainer with acknowledgement from the former one.
+  * Bumped up Standards-Version to 3.6.2 (no changes).
+  * Moved build-deps that aren't needed in the clean target to
+    build-dep-indep.
+  * Cleaned up debian/rules.
+  * Added libparams-util-perl to build-dep-indep and depends.
+  * Updated version numbers for all (build-)dependencies.
+  * Added dependency to libfile-slurp-perl because ppi2html needs it.
+  * Added a manpage for ppi2html and generate it from pod in debian/rules.
+
+ -- Florian Ragwitz <rafl at debian.org>  Sat, 11 Feb 2006 09:41:04 +0100
+
+libppi-html-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chip Salzenberg <chip at debian.org>  Thu,  7 Apr 2005 22:20:42 -0400
+

Added: trunk/libppi-html-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/compat?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/compat (added)
+++ trunk/libppi-html-perl/debian/compat Sun Jun 15 14:57:07 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libppi-html-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/control?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/control (added)
+++ trunk/libppi-html-perl/debian/control Sun Jun 15 14:57:07 2008
@@ -1,0 +1,13 @@
+Source: libppi-html-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libppi-perl (>= 0.990), libcss-tiny-perl (>= 1.10), libparams-util-perl (>= 0.05)
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.7.2
+
+Package: libppi-html-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libppi-perl (>= 0.990), libcss-tiny-perl (>= 1.10), libparams-util-perl (>= 0.05), libfile-slurp-perl
+Description: Generate syntax-hightlighted HTML for Perl using PPI
+ PPI::HTML converts Perl documents into syntax highlighted HTML pages.

Added: trunk/libppi-html-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/copyright?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/copyright (added)
+++ trunk/libppi-html-perl/debian/copyright Sun Jun 15 14:57:07 2008
@@ -1,0 +1,18 @@
+This is the debian package for the PPI-HTML module.
+It was created by Chip Salzenberg <chip at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+The upstream author is Adam Kennedy <cpan at ali.as>.
+Funding provided by The Perl Foundation.
+
+Copyright (c) 2005 Adam Kennedy. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.  The full text of the license
+can be found in the LICENSE file included with this module.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libppi-html-perl/debian/ppi2html.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/ppi2html.pod?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/ppi2html.pod (added)
+++ trunk/libppi-html-perl/debian/ppi2html.pod Sun Jun 15 14:57:07 2008
@@ -1,0 +1,27 @@
+=pod
+
+=head1 NAME
+
+ppi2html - generate syntax-hightlighted HTML for Perl using PPI
+
+=head1 SYNOPSIS
+
+B<ppi2html> I<input-file> [I<output-file>]
+
+=head1 DESCRIPTION
+
+Generate syntax-hightlighted HTML for Perl using PPI.
+
+I<input-file>
+
+Specifies the file to read the perl code from.
+
+I<output-file>
+
+Specifies the output file for the generated HTML. If none is given it appends '.html' to the input-file.
+
+=head1 AUTHOR
+
+This manpage was written by Florian Ragwitz E<lt>rafl at debian.orgE<gt> for the Debian GNU/Linux distribution, but may be used by others under the same terms as perl.
+
+=cut

Added: trunk/libppi-html-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/rules?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/rules (added)
+++ trunk/libppi-html-perl/debian/rules Sun Jun 15 14:57:07 2008
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/ppi2html.pod debian/ppi2html.1
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp debian/ppi2html.1
+	-$(MAKE) distclean
+	dh_clean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_installman debian/ppi2html.1
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libppi-html-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libppi-html-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-html-perl/debian/watch?rev=21413&op=file
==============================================================================
--- trunk/libppi-html-perl/debian/watch (added)
+++ trunk/libppi-html-perl/debian/watch Sun Jun 15 14:57:07 2008
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/PPI/PPI-HTML-(.*)(.tar.gz|.tar|.tgz)




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