[SCM] Packaging of HTML::Auto in Debian branch, master, updated. 6ef99551b806cf52d685ce19e4048893dbdd60fa

Nuno Carvalho smash at cpan.org
Sat Apr 21 17:51:26 UTC 2012


The following commit has been merged in the master branch:
commit 6ef99551b806cf52d685ce19e4048893dbdd60fa
Author: Nuno Carvalho <smash at cpan.org>
Date:   Sat Apr 21 18:51:02 2012 +0100

    Fix TODO (thank you Gregor)

diff --git a/debian/changelog b/debian/changelog
index ef79279..f828f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,5 @@
 libhtml-auto-perl (0.02-1) UNRELEASED; urgency=low
 
-  TODO:
-  - I'd remove debian/libhtml-auto-perl.docs, the README doesn't seem to
-    provide relevant additional info to users.
-  - d/copyright: the upstream license is "Artistic or GPL-1+"
-    (for the packaging license we usually use the same as upstream, or a
-    superset of "$upstream-license or Artistic or GPL-1+"
-  - d/control:
-    + cosmetic: in Depends: double space before libtemplate-perl
-    + build dependencies: libtemplate-perl should be in Build-Depends-Indep
-      and not in Build-Depends
-    + the short description is not a noun phrase. it should work in a sentence
-      like "<package> is a <short description>".
-      easy workaroud: "module for automatically writing ..."
-    + maybe add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I in
-      order to enable the additional tests
-
   * Initial Release. (Closes: #669868)
 
  -- Nuno Carvalho <smash at cpan.org>  Sat, 21 Apr 2012 16:24:39 +0100
diff --git a/debian/control b/debian/control
index d39db0a..ca7fe3e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
-Build-Depends: debhelper (>= 8), libtemplate-perl
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libtemplate-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-auto-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-auto-perl.git
@@ -12,8 +15,8 @@ Homepage: http://search.cpan.org/dist/HTML-Auto/
 
 Package: libhtml-auto-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},  libtemplate-perl
-Description: automatic write HTML for common elements
+Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl
+Description: module for automatically writting HTML for common elements
  HTML::Auto provides easy access to some typical structures
  used in HTML, for example matrixes or horizontal and vertican compostion
  of other elements.
diff --git a/debian/copyright b/debian/copyright
index 1d86c40..e58afcb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,22 +7,9 @@ Files: *
 Copyright: 2012, Nuno Carvalho <smash at cpan.org>
 License: Artistic
 
-Files: debian/*
-Copyright: 2012, Nuno Carvalho <smash at cpan.org>
-License: 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 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 systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.

-- 
Packaging of HTML::Auto in Debian



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