[libxml-compacttree-perl] 02/03: fixing dh-make-perl

Matanya Moses matanya at foss.co.il
Mon Dec 8 13:50:16 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 cb2c702f7b0f89da4f6f59ceb4116884145d1467
Author: Matanya Moses <matanya at foss.co.il>
Date:   Mon Dec 8 15:38:41 2014 +0200

    fixing dh-make-perl
---
 debian/compat    |  2 +-
 debian/control   | 16 ++++++++++------
 debian/copyright | 26 ++++++--------------------
 3 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index af514e6..16466be 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,14 @@ Source: libxml-compacttree-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: matanya <matanya at debian.foss.co.il>
+Uploaders: matanya <matanya at foss.co.il>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.2
+ libxml-libxml-perl,
+ libxml-sax-perl,
+ libxml-namespacesupport-perl,
+ libxml-sax-base-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
 Homepage: http://search.cpan.org/dist/XML-CompactTree/
@@ -13,15 +17,15 @@ Homepage: http://search.cpan.org/dist/XML-CompactTree/
 Package: libxml-compacttree-perl
 Architecture: all
 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
  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.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 46d7545..b116cdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,30 +1,16 @@
-Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
-Maintainer: Petr Pajas <pajas at matfyz.cz>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: XML-CompactTree
+Upstream-Contact: Petr Pajas <pajas at matfyz.cz>
 Source: http://search.cpan.org/dist/XML-CompactTree/
-Name: XML-CompactTree
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Petr Pajas <pajas at matfyz.cz>
-License: unparsable
+Copyright: 2008-2009, Petr Pajas <pajas at matfyz.cz>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, matanya <matanya at debian.foss.co.il>
+Copyright: 2014, Matanya Moses <matanya at foss.co.il>
 License: unparsable or Artistic or GPL-1+
 
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
-
 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.

-- 
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