r7408 - in /trunk/libhtml-treebuilder-xpath-perl/debian: control copyright

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Tue Sep 11 12:29:22 UTC 2007


Author: jeremiah-guest
Date: Tue Sep 11 12:29:21 2007
New Revision: 7408

URL: http://svn.debian.org/wsvn/?sc=1&rev=7408
Log:
fixed copyright so that it is complete and accurate
added the libxml-xpathengine dependency to linhtml-treebuilder-xpath

Modified:
    trunk/libhtml-treebuilder-xpath-perl/debian/control
    trunk/libhtml-treebuilder-xpath-perl/debian/copyright

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/control?rev=7408&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/control (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/control Tue Sep 11 12:29:21 2007
@@ -10,7 +10,7 @@
 
 Package: libhtml-treebuilder-xpath-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl, libxml-xmlpathengine-perl
 Description: add XPath support to HTML::TreeBuilder
  This module adds typical XPath methods to HTML::TreeBuilder, to make it
  easy to query a document.

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/copyright?rev=7408&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/copyright (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/copyright Tue Sep 11 12:29:21 2007
@@ -2,13 +2,16 @@
 It was created by Jeremiah C. Foster <jeremiah at jeremiahfoster.com> using dh-make-perl.
 
 It was downloaded from http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-0.08.tar.gz
+he upstream author is: Michel Rodriguez <mirod at cpan.org>.
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if don't want to get into legal troubles.
+Copyright (c) 2007, Michel Roriguez. All Rights Reserved.
+    This module is free software. It may be used, redistributed
+        and/or modified under the same terms as Perl itself.
 
-The upstream author is: Michel Rodriguez <mrodrigu at localdomain>.
-
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
 The Debian packaging is (C) 2007, Jeremiah C. Foster <jeremiah at jeremiahfoster.com> and
 is licensed under the same terms as the software itself (see above).




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