r20321 - in /trunk/libhtml-format-perl/debian: changelog compat control copyright rules watch
tincho at users.alioth.debian.org
tincho at users.alioth.debian.org
Fri May 23 07:20:27 UTC 2008
Author: tincho
Date: Fri May 23 07:20:21 2008
New Revision: 20321
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20321
Log:
* debian/copyright: new format, updated info.
* debian/control:
- Updated DH version to 5.
- Bumped Standards-Version to 3.7.3 (no changes).
- Added myself to Uploaders.
- Correctly segregated Build-Depends(|-Indep).
- Improved short description.
* debian/watch: added by-author URL, as there's a nameclash currently.
* debian/rules: updated from templates again :).
Modified:
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
trunk/libhtml-format-perl/debian/watch
Modified: trunk/libhtml-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/changelog?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/changelog (original)
+++ trunk/libhtml-format-perl/debian/changelog Fri May 23 07:20:21 2008
@@ -9,6 +9,17 @@
[ Damyan Ivanov ]
* redo debian/rules from dh-make-perl template
+
+ [ MartÃn Ferrari ]
+ * debian/copyright: new format, updated info.
+ * debian/control:
+ - Updated DH version to 5.
+ - Bumped Standards-Version to 3.7.3 (no changes).
+ - Added myself to Uploaders.
+ - Correctly segregated Build-Depends(|-Indep).
+ - Improved short description.
+ * debian/watch: added by-author URL, as there's a nameclash currently.
+ * debian/rules: updated from templates again :).
-- gregor herrmann <gregor+debian at comodo.priv.at> Sat, 01 Dec 2007 18:54:55 +0100
Modified: trunk/libhtml-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/compat?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/compat (original)
+++ trunk/libhtml-format-perl/debian/compat Fri May 23 07:20:21 2008
@@ -1,1 +1,1 @@
-4
+5
Modified: trunk/libhtml-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/control?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/control (original)
+++ trunk/libhtml-format-perl/debian/control Fri May 23 07:20:21 2008
@@ -1,10 +1,12 @@
Source: libhtml-format-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>, MartÃn Ferrari <tincho 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
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16), libhtml-tree-perl (>= 3.15),
+ libfont-afm-perl (>= 1.17)
+Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/HTML-Format/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-format-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/
@@ -13,12 +15,13 @@
Section: perl
Priority: optional
Architecture: all
-Depends: ${perl:Depends}, libhtml-tree-perl (>= 3.15), libfont-afm-perl (>= 1.17)
-Description: Format HTML syntax trees
+Depends: ${perl:Depends}, libhtml-tree-perl (>= 3.15),
+ libfont-afm-perl (>= 1.17)
+Description: format HTML syntax trees into text, PostScript or RTF
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
+ 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
Modified: trunk/libhtml-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/copyright?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/copyright (original)
+++ trunk/libhtml-format-perl/debian/copyright Fri May 23 07:20:21 2008
@@ -1,29 +1,30 @@
-This is Debian GNU/Linux's prepackaged version of HTML::Format. This
-is a set of perl modules which provide formatted renditions of HTML.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Gisle Aas <gisle at ActiveState.com>,
+ Sean M. Burke <sburke at cpan.org>
+Packaged-By: Michael Alan Dorman <mdorman at debian.org>
+Original-Source-Location: http://search.cpan.org/dist/HTML-Format/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
-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/
+Files: *
+Copyright: © 2002-2004 Sean M. Burke. All rights reserved.
+ © 1995-2002 Gisle Aas
+License: Artistic | GPL-1+
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
-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.
-
+Files: debian/*
+Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
+ © 2004 Jay Bonci <jaybonci at debian.org>
+ © 2003 Hans Freitag <hafre at debian.org>
+ © 2000 Michael Alan Dorman <mdorman at debian.org>
+License: other
+ It is being assumed that all maintainers did choose a license compatible with
+ the license used by upstream
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
+/usr/share/common-licenses/GPL. The full text of the Artistic Licence is
+available on Debian systems in /usr/share/common-licenses/Artistic.
-The full text of the Artistic Licence is available on Debian systems in
-/usr/share/common-licenses/Artistic.
-
Modified: trunk/libhtml-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/rules?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/rules (original)
+++ trunk/libhtml-format-perl/debian/rules Fri May 23 07:20:21 2008
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -11,32 +7,22 @@
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
+PERL ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
dh_testdir
-
- # Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
-
touch $@
clean:
dh_testdir
dh_testroot
-
dh_clean build-stamp install-stamp
-
- # Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) realclean
install: install-stamp
@@ -44,12 +30,10 @@
dh_testdir
dh_testroot
dh_clean -k
-
- # Add commands to install the package into $(TMP) here
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
- [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+ [ ! -d $(TMP)/usr/lib/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/lib/perl5
touch $@
binary-arch:
@@ -58,7 +42,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs
+ dh_installdocs README
dh_installchangelogs Changes
dh_perl
dh_compress
@@ -68,8 +52,5 @@
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 install
Modified: trunk/libhtml-format-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/watch?rev=20321&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/watch (original)
+++ trunk/libhtml-format-perl/debian/watch Fri May 23 07:20:21 2008
@@ -1,2 +1,5 @@
version=3
-http://search.cpan.org/dist/HTML-Format/ .*/HTML-Format-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+http://search.cpan.org/dist/HTML-Format/ .*/HTML-Format-v?(\d[\d_.]+)\.tar\.gz$
+
+# Until RT#36120 is fixed
+http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/HTML-Format-v?(\d.+)\.tar\.gz
More information about the Pkg-perl-cvs-commits
mailing list