r44912 - in /trunk/libconfig-model-approx-perl: debian/changelog debian/control debian/copyright debian/libconfig-model-approx-perl.docs t/pod.t

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Sun Sep 27 14:42:17 UTC 2009


Author: ddumont-guest
Date: Sun Sep 27 14:42:11 2009
New Revision: 44912

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44912
Log:
- implemented gregos'a suggestion (license cleanup, control cleanup, 
  removed MANIFEST.SKIP and README_
- added test.pod 
- added libtest-pod-perl in Build-Depends-Indep


Added:
    trunk/libconfig-model-approx-perl/t/pod.t
Removed:
    trunk/libconfig-model-approx-perl/debian/libconfig-model-approx-perl.docs
Modified:
    trunk/libconfig-model-approx-perl/debian/changelog
    trunk/libconfig-model-approx-perl/debian/control
    trunk/libconfig-model-approx-perl/debian/copyright

Modified: trunk/libconfig-model-approx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-approx-perl/debian/changelog?rev=44912&op=diff
==============================================================================
--- trunk/libconfig-model-approx-perl/debian/changelog (original)
+++ trunk/libconfig-model-approx-perl/debian/changelog Sun Sep 27 14:42:11 2009
@@ -1,25 +1,5 @@
-libconfig-model-approx-perl (1.001-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: there's a mix of LGPL2 and LGPL2.1 both in d/copyright and in
-    the upstream files (README vs. lib/Config/Model/Approx.pm)
-  - I'd rather not install the README, it doesn't bring much information for
-    users
-  - d/control:
-    + "perl-modules (>= 5.10) | libmodule-build-perl"
-    + oh, I'm in Uploaders :) (not that I mind, just surprised)
-    + drop "(>= 5.8.0)" from perl in B-D-I and Depends (allowed since policy
-      3.8.3, and even oldstable has 5.8.8)
-    + short description: maybe s/Approx/approx/. or is "Approx" a proper noun
-      that's usually spelled with a capital letter?
-  - lintian:
-    "P: libconfig-model-approx-perl source: direct-changes-in-diff-but-no-patch-system MANIFEST.SKIP"
-    MANIFEST.skip doesn't seem to be in the tarball at the CPAN
-  - general question: do we need new separate package for each software that
-    Config::Model handles? would it be possible to add the specifics to the
-    software packages themselves, or to a libconfig-model-FOO-perl collection
-    package?
+libconfig-model-approx-perl (1.002-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #548193)
 
- -- Dominique Dumont <dominique.dumont at hp.com>  Thu, 24 Sep 2009 15:54:09 +0200
+ -- Dominique Dumont <dominique.dumont at hp.com>  Sun, 27 Sep 2009 16:36:04 +0200

Modified: trunk/libconfig-model-approx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-approx-perl/debian/control?rev=44912&op=diff
==============================================================================
--- trunk/libconfig-model-approx-perl/debian/control (original)
+++ trunk/libconfig-model-approx-perl/debian/control Sun Sep 27 14:42:11 2009
@@ -1,9 +1,9 @@
 Source: libconfig-model-approx-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0), libconfig-model-perl (>= 0.637),
-  liblog-log4perl-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl, libconfig-model-perl (>= 0.637),
+  liblog-log4perl-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dominique.dumont at hp.com>,
            gregor herrmann <gregoa at debian.org>
@@ -14,11 +14,11 @@
 
 Package: libconfig-model-approx-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0),
+Depends: ${perl:Depends}, ${misc:Depends}, perl,
   libconfig-model-perl (>= 0.637), liblog-log4perl-perl
 Recommends: libconfig-model-tkui-perl
 Suggests: libconfig-model-cursesui-perl
-Description: Approx configuration files editor
+Description: Approx proxy server configuration editor
  Config::Model::Approx and config-edit-approx provide a configuration
  model and a configuration editor for /etc/approx/approx.conf.
  .

Modified: trunk/libconfig-model-approx-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-approx-perl/debian/copyright?rev=44912&op=diff
==============================================================================
--- trunk/libconfig-model-approx-perl/debian/copyright (original)
+++ trunk/libconfig-model-approx-perl/debian/copyright Sun Sep 27 14:42:11 2009
@@ -6,16 +6,16 @@
 
 Files: *
 Copyright: 2009, Dominique Dumont (ddumont at cpan.org)
-License: LGPL-2+
+License: LGPL-2.1+
 
 Files: debian/*
 Copyright: 2009, Dominique Dumont <dominique.dumont at hp.com>
-License: LGPL-2+
+License: LGPL-2.1+
 
-License: LGPL-2+
+License: LGPL-2.1+
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser Public License as
     published by the Free Software Foundation; either version 2.1 of
     the License, or (at your option) any later version.
-    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
-    Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2'
+    On Debian GNU/Linux systems, the complete text of version 2.1 of the GNU
+    Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2.1'

Added: trunk/libconfig-model-approx-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-approx-perl/t/pod.t?rev=44912&op=file
==============================================================================
--- trunk/libconfig-model-approx-perl/t/pod.t (added)
+++ trunk/libconfig-model-approx-perl/t/pod.t Sun Sep 27 14:42:11 2009
@@ -1,0 +1,8 @@
+# -*- cperl -*-
+
+use strict;
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+my @poddirs = qw( lib config-model-edit );
+all_pod_files_ok( all_pod_files( @poddirs ) );




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