r7557 - in /trunk/libxml-dom-xpath-perl/debian: control copyright

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 13 19:34:19 UTC 2007


Author: hanska-guest
Date: Thu Sep 13 19:34:19 2007
New Revision: 7557

URL: http://svn.debian.org/wsvn/?sc=1&rev=7557
Log:
Long description edited; copyright fixed

Modified:
    trunk/libxml-dom-xpath-perl/debian/control
    trunk/libxml-dom-xpath-perl/debian/copyright

Modified: trunk/libxml-dom-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/control?rev=7557&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/control (original)
+++ trunk/libxml-dom-xpath-perl/debian/control Thu Sep 13 19:34:19 2007
@@ -16,5 +16,11 @@
  XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
  This is often much easier than relying only on getElementsByTagName.
  It lets you use all of the XML::DOM methods.
+ . 
+ In truth this should only be used if you have existing code using XML::DOM.
+ If you start a new project and you can install XML::LibXML (and libxml2 on
+ which it is based) then you will get a DOM, XPath support and a lot more
+ power and speed.
+ 
  .
   Homepage: http://search.cpan.org/~mirod/XML-DOM-XPath-0.13

Modified: trunk/libxml-dom-xpath-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/copyright?rev=7557&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/copyright (original)
+++ trunk/libxml-dom-xpath-perl/debian/copyright Thu Sep 13 19:34:19 2007
@@ -14,27 +14,14 @@
 License:
 
     This library is free software; you can redistribute it and/or modify
-    it under the same terms as Perl itself (GNU GPL and Artistic).
+    it under the same terms as Perl itself:
+      a) the GNU General Public License as published by the Free Software
+         Foundation; either version 1, or (at your option) any later
+         version, or
+      b) the "Artistic License" which comes with Perl.
     
-    = GNU General Public License =
-    This package 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 2 of the License, or
-    (at your option) any later version.
- 
-    This package 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.  See the
-    GNU General Public License for more details.
- 
-    You should have received a copy of the GNU General Public License
-    along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-    
-    = Artistic License =
-    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
-    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 
-    OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+    Perl is distributed under your choice of the GNU General Public License or
+    the Artistic License.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL',




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