[libxml-compacttree-perl] 01/02: lintian and typo fixes

Matanya Moses matanya at foss.co.il
Mon Dec 8 15:01:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

matanya-guest pushed a commit to branch master
in repository libxml-compacttree-perl.

commit c9d06b442e612acb7909786b33e39b0413ada586
Author: Matanya Moses <matanya at foss.co.il>
Date:   Mon Dec 8 16:59:32 2014 +0200

    lintian and typo fixes
---
 debian/changelog |  4 ++--
 debian/control   | 21 ++++++++-------------
 debian/copyright |  2 +-
 3 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e940db9..1039cea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libxml-compacttree-perl (0.03-1) UNRELEASED; urgency=low
+libxml-compacttree-perl (0.03-1) unstable; urgency=low
 
   * Initial Release. (Closes: #772532)
 
- -- matanya <matanya at debian.foss.co.il>  Mon, 8 Dec 2014 15:30:01 +0200
+ -- matanya moses <matanya at foss.co.il>  Mon, 8 Dec 2014 15:30:01 +0200
diff --git a/debian/control b/debian/control
index 16466be..16b7913 100644
--- a/debian/control
+++ b/debian/control
@@ -2,30 +2,25 @@ Source: libxml-compacttree-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: matanya <matanya at foss.co.il>
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
- libxml-libxml-perl,
- libxml-sax-perl,
- libxml-namespacesupport-perl,
- libxml-sax-base-perl
+Uploaders: matanya moses <matanya at foss.co.il>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl,
+ libxml-libxml-perl
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compacttree-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-compacttree-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-compacttree-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-compacttree-perl.git
 Homepage: http://search.cpan.org/dist/XML-CompactTree/
 
 Package: libxml-compacttree-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
  libxml-libxml-perl,
  libxml-sax-perl,
  libxml-namespacesupport-perl,
  libxml-sax-base-perl
-Description: Fast parser of XML document into nested arrays
+Description: fast parser of XML document into nested arrays
  XML::CompactTree provides functions that use XML::LibXML::Reader to parse an
  XML document into a parse tree formed of nested arrays (and hashes).
  It aims to be fast in doing that and to presreve all relevant information
  from the XML (including namespaces, document order, mixed content, etc.). It
  sacrifices user friendliness for speed.
- IMPORTANT: There is an even more efficient XS implementation of this module
- called XML::CompactTree::XS with 100% equivalent functionality.
diff --git a/debian/copyright b/debian/copyright
index b116cdf..4fa9abf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2014, Matanya Moses <matanya at foss.co.il>
-License: unparsable or Artistic or GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compacttree-perl.git



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