r12098 - in /trunk/libhtml-tiny-perl/debian: ./ changelog compat control copyright rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun Jan 6 03:01:40 UTC 2008


Author: mogaal-guest
Date: Sun Jan  6 03:01:40 2008
New Revision: 12098

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

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

Added: trunk/libhtml-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-tiny-perl/debian/changelog?rev=12098&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/changelog (added)
+++ trunk/libhtml-tiny-perl/debian/changelog Sun Jan  6 03:01:40 2008
@@ -1,0 +1,12 @@
+libhtml-tiny-perl (1.01) unstable; urgency=low
+
+  * New upstream version
+  * Move package for pkg-perl project
+  
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 05 Jan 2008 22:12:16 -0430
+
+libhtml-tiny-perl (0.6-1) unstable; urgency=low
+
+  * Initial Release (Closes: #427240).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 02 Jun 2007 11:59:10 -0400

Added: trunk/libhtml-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-tiny-perl/debian/compat?rev=12098&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/compat (added)
+++ trunk/libhtml-tiny-perl/debian/compat Sun Jan  6 03:01:40 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libhtml-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-tiny-perl/debian/control?rev=12098&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/control (added)
+++ trunk/libhtml-tiny-perl/debian/control Sun Jan  6 03:01:40 2008
@@ -1,0 +1,22 @@
+Source: libhtml-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5.0.0),libversion-perl
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Homepage: http://search.cpan.org/dist/HTML-Tiny/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tiny-perl/
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/
+Standards-Version: 3.7.3
+
+Package: libhtml-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: HTML::Tiny - Lightweight, dependency free HTML/XML generation
+ HTML::Tiny is a simple, dependency free module for
+ generating HTML (and XML). It concentrates on generating
+ syntactically correct XHTML using a simple Perl notation.
+ In addition to the HTML generation functions utility functions are
+ provided to

Added: trunk/libhtml-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-tiny-perl/debian/copyright?rev=12098&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/copyright (added)
+++ trunk/libhtml-tiny-perl/debian/copyright Sun Jan  6 03:01:40 2008
@@ -1,0 +1,26 @@
+This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com> 
+on Sun, 13 May 2007 20:42:15 -0400
+
+It was downloaded from: http://search.cpan.org/dist/HTML-Tiny/
+
+Copyright (c) 2007, Andy Armstrong <andy at hexten.net>. All rights reserved.
+
+Licence:
+
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty;
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Andy Armstrong <andy at hexten.net>
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com> 
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libhtml-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-tiny-perl/debian/rules?rev=12098&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/rules (added)
+++ trunk/libhtml-tiny-perl/debian/rules Sun Jan  6 03:01:40 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libhtml-tiny-perl::
+	rm -rfv debian/libhtml-tiny-perl/usr/share/perl5

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




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