r44157 - in /trunk/libhtml-packer-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch t/html/s1-got.html t/html/s2-got.html t/html/s3-got.html

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Sep 16 17:35:33 UTC 2009


Author: emhn-guest
Date: Wed Sep 16 17:35:26 2009
New Revision: 44157

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

Added:
    trunk/libhtml-packer-perl/debian/
    trunk/libhtml-packer-perl/debian/changelog
    trunk/libhtml-packer-perl/debian/compat
    trunk/libhtml-packer-perl/debian/control
    trunk/libhtml-packer-perl/debian/copyright
    trunk/libhtml-packer-perl/debian/rules   (with props)
    trunk/libhtml-packer-perl/debian/watch
    trunk/libhtml-packer-perl/t/html/s1-got.html
    trunk/libhtml-packer-perl/t/html/s2-got.html
    trunk/libhtml-packer-perl/t/html/s3-got.html

Added: trunk/libhtml-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/changelog?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/changelog (added)
+++ trunk/libhtml-packer-perl/debian/changelog Wed Sep 16 17:35:26 2009
@@ -1,0 +1,5 @@
+libhtml-packer-perl (0.4-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #546818)
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 16 Sep 2009 12:55:41 -0430

Added: trunk/libhtml-packer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/compat?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/compat (added)
+++ trunk/libhtml-packer-perl/debian/compat Wed Sep 16 17:35:26 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/control?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/control (added)
+++ trunk/libhtml-packer-perl/debian/control Wed Sep 16 17:35:26 2009
@@ -1,0 +1,20 @@
+Source: libhtml-packer-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/HTML-Packer/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-packer-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-packer-perl/
+
+Package: libhtml-packer-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Recommends: libcss-packer-perl, libjavascript-packer-perl
+Description: Another HTML code cleaner
+ A HTML Compressor.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhtml-packer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/copyright?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/copyright (added)
+++ trunk/libhtml-packer-perl/debian/copyright Wed Sep 16 17:35:26 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Merten Falk <nevesenin at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/HTML-Packer/
+Upstream-Name: HTML-Packer
+
+Files: *
+Copyright: 2009, Merten Falk <nevesenin at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+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-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/rules?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/rules (added)
+++ trunk/libhtml-packer-perl/debian/rules Wed Sep 16 17:35:26 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhtml-packer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/debian/watch?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/debian/watch (added)
+++ trunk/libhtml-packer-perl/debian/watch Wed Sep 16 17:35:26 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Packer/   .*/HTML-Packer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libhtml-packer-perl/t/html/s1-got.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/t/html/s1-got.html?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/t/html/s1-got.html (added)
+++ trunk/libhtml-packer-perl/t/html/s1-got.html Wed Sep 16 17:35:26 2009
@@ -1,0 +1,5 @@
+<a href="/">link
+1 </a>
+<!-- comment -->
+<a href="/"> link 2
+</a>

Added: trunk/libhtml-packer-perl/t/html/s2-got.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/t/html/s2-got.html?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/t/html/s2-got.html (added)
+++ trunk/libhtml-packer-perl/t/html/s2-got.html Wed Sep 16 17:35:26 2009
@@ -1,0 +1,1 @@
+<a href="/">link 1 </a><!-- comment --><a href="/"> link 2 </a>

Added: trunk/libhtml-packer-perl/t/html/s3-got.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-packer-perl/t/html/s3-got.html?rev=44157&op=file
==============================================================================
--- trunk/libhtml-packer-perl/t/html/s3-got.html (added)
+++ trunk/libhtml-packer-perl/t/html/s3-got.html Wed Sep 16 17:35:26 2009
@@ -1,0 +1,4 @@
+<a href="/">link
+1 </a>
+<a href="/"> link 2
+</a>




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