r36759 - in /trunk/libhtml-tidy-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 08:36:58 UTC 2009


Author: ryan52-guest
Date: Sat May 30 08:36:54 2009
New Revision: 36759

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

Added:
    trunk/libhtml-tidy-perl/debian/
    trunk/libhtml-tidy-perl/debian/changelog
    trunk/libhtml-tidy-perl/debian/compat
    trunk/libhtml-tidy-perl/debian/control
    trunk/libhtml-tidy-perl/debian/copyright
    trunk/libhtml-tidy-perl/debian/rules   (with props)
    trunk/libhtml-tidy-perl/debian/watch

Added: trunk/libhtml-tidy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/changelog?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/changelog (added)
+++ trunk/libhtml-tidy-perl/debian/changelog Sat May 30 08:36:54 2009
@@ -1,0 +1,5 @@
+libhtml-tidy-perl (1.08-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 21:38:26 -0700

Added: trunk/libhtml-tidy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/compat?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/compat (added)
+++ trunk/libhtml-tidy-perl/debian/compat Sat May 30 08:36:54 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-tidy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/control?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/control (added)
+++ trunk/libhtml-tidy-perl/debian/control Sat May 30 08:36:54 2009
@@ -1,0 +1,19 @@
+Source: libhtml-tidy-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libtidy-dev
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/HTML-Tidy/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tidy-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-tidy-perl/
+
+Package: libhtml-tidy-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Perl module for (X)HTML validation
+ HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
+ a replacement for HTML::Lint. If you're currently an HTML::Lint user
+ looking to migrate, see the section /Converting from HTML::Lint from
+ the POD.

Added: trunk/libhtml-tidy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/copyright?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/copyright (added)
+++ trunk/libhtml-tidy-perl/debian/copyright Sat May 30 08:36:54 2009
@@ -1,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Andy Lester, <andy at petdance.com>
+Upstream-Source: http://search.cpan.org/dist/HTML-Tidy/
+Upstream-Name: HTML-Tidy
+
+Files: *
+Copyright: Copyright (C) 2004 by Andy Lester
+License: Artistic | GPL-1+
+
+Files: ppport.h
+Copyright: Version 2.x, Copyright (C) 2001, Paul Marquess.
+ Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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/libhtml-tidy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/rules?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/rules (added)
+++ trunk/libhtml-tidy-perl/debian/rules Sat May 30 08:36:54 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhtml-tidy-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-tidy-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/watch?rev=36759&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/watch (added)
+++ trunk/libhtml-tidy-perl/debian/watch Sat May 30 08:36:54 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Tidy/   .*/HTML-Tidy-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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