r30388 - in /trunk/libdata-format-html-perl/debian: ./ changelog compat control copyright patches/ patches/fix-pod-errors patches/series rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sun Feb 1 14:59:41 UTC 2009


Author: antonio-guest
Date: Sun Feb  1 14:59:36 2009
New Revision: 30388

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

Added:
    trunk/libdata-format-html-perl/debian/
    trunk/libdata-format-html-perl/debian/changelog
    trunk/libdata-format-html-perl/debian/compat
    trunk/libdata-format-html-perl/debian/control
    trunk/libdata-format-html-perl/debian/copyright
    trunk/libdata-format-html-perl/debian/patches/
    trunk/libdata-format-html-perl/debian/patches/fix-pod-errors
    trunk/libdata-format-html-perl/debian/patches/series
    trunk/libdata-format-html-perl/debian/rules   (with props)
    trunk/libdata-format-html-perl/debian/watch

Added: trunk/libdata-format-html-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/changelog?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/changelog (added)
+++ trunk/libdata-format-html-perl/debian/changelog Sun Feb  1 14:59:36 2009
@@ -1,0 +1,5 @@
+libdata-format-html-perl (0.3-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #508732)
+
+ -- Antonio Radici <antonio at dyne.org>  Sun, 01 Feb 2009 14:45:22 +0000

Added: trunk/libdata-format-html-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/compat?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/compat (added)
+++ trunk/libdata-format-html-perl/debian/compat Sun Feb  1 14:59:36 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-format-html-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/control?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/control (added)
+++ trunk/libdata-format-html-perl/debian/control Sun Feb  1 14:59:36 2009
@@ -1,0 +1,19 @@
+Source: libdata-format-html-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Data-Format-HTML/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-format-html-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-format-html-perl/
+
+Package: libdata-format-html-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: format Perl data structures into simple HTML
+ Data::Format::HTML perl takes perl data structures as input
+ and returns an HTML output which can be used as part of an
+ HTML page.

Added: trunk/libdata-format-html-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/copyright?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/copyright (added)
+++ trunk/libdata-format-html-perl/debian/copyright Sun Feb  1 14:59:36 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Moreno Garza, <david at axiombox.com> - http://damog.net/
+Upstream-Source: http://search.cpan.org/dist/Data-Format-HTML/
+Upstream-Name: Data-Format-HTML
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: 2008, David Moreno Garza, <david at axiombox.com> 
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.org>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libdata-format-html-perl/debian/patches/fix-pod-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/patches/fix-pod-errors?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/patches/fix-pod-errors (added)
+++ trunk/libdata-format-html-perl/debian/patches/fix-pod-errors Sun Feb  1 14:59:36 2009
@@ -1,0 +1,30 @@
+fix some pod errors to make lintian happy
+--- libdata-format-html-perl-0.3/lib/Data/Format/HTML.pm	2008-10-23 17:22:32.000000000 +0100
++++ a/lib/Data/Format/HTML.pm	2009-02-01 14:54:44.000000000 +0000
+@@ -16,9 +16,9 @@
+  use Data::Format::HTML;
+  
+  my $f = Data::Format::HTML->new;
+- 
++
+  my %hash = (simple => 'hash');
+- 
++
+  # Of course it's very unlikely that you won't deal ever with this
+  # kind of structure, but HTML is able to hand it all anyway :)
+  my $struct = {
+@@ -34,11 +34,11 @@
+  		},					
+  	},
+  };
+- 
++
+  $struct->{'Data::Format::HTML handles it all'} = $f;
+- 
++
+  print $f->format();
+- 
++
+ And that will output the following insane, but possible, for the sake
+ of showing, HTML:
+ 

Added: trunk/libdata-format-html-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/patches/series?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/patches/series (added)
+++ trunk/libdata-format-html-perl/debian/patches/series Sun Feb  1 14:59:36 2009
@@ -1,0 +1,1 @@
+fix-pod-errors

Added: trunk/libdata-format-html-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/rules?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/rules (added)
+++ trunk/libdata-format-html-perl/debian/rules Sun Feb  1 14:59:36 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libdata-format-html-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-format-html-perl/debian/watch?rev=30388&op=file
==============================================================================
--- trunk/libdata-format-html-perl/debian/watch (added)
+++ trunk/libdata-format-html-perl/debian/watch Sun Feb  1 14:59:36 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Data-Format-HTML/   .*/Data-Format-HTML-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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