r52788 - in /trunk/libhtml-toc-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 14:48:23 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 14:48:05 2010
New Revision: 52788

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

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

Added: trunk/libhtml-toc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/changelog?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/changelog (added)
+++ trunk/libhtml-toc-perl/debian/changelog Mon Feb 15 14:48:05 2010
@@ -1,0 +1,5 @@
+libhtml-toc-perl (1.12-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 10:03:31 -0500

Added: trunk/libhtml-toc-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/compat?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/compat (added)
+++ trunk/libhtml-toc-perl/debian/compat Mon Feb 15 14:48:05 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-toc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/control?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/control (added)
+++ trunk/libhtml-toc-perl/debian/control Mon Feb 15 14:48:05 2010
@@ -1,0 +1,20 @@
+Source: libhtml-toc-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-differences-perl, libhtml-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/HTML-Toc/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-toc-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-toc-perl/
+
+Package: libhtml-toc-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-differences-perl,
+  libhtml-parser-perl
+Description: Generate, insert and update HTML Table of Contents.
+ Generate, insert and update HTML Table of Contents (ToC).
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhtml-toc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/copyright?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/copyright (added)
+++ trunk/libhtml-toc-perl/debian/copyright Mon Feb 15 14:48:05 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Freddy Vulto <"fvulto at gmail.com">
+Source: http://search.cpan.org/dist/HTML-Toc/
+Name: HTML-Toc
+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.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Freddy Vulto <"fvulto at gmail.com">
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic or 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-toc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/rules?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/rules (added)
+++ trunk/libhtml-toc-perl/debian/rules Mon Feb 15 14:48:05 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhtml-toc-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-toc-perl/debian/watch?rev=52788&op=file
==============================================================================
--- trunk/libhtml-toc-perl/debian/watch (added)
+++ trunk/libhtml-toc-perl/debian/watch Mon Feb 15 14:48:05 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Toc/   .*/HTML-Toc-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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