[libmoox-options-perl] 13/13: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Fri May 30 23:06:11 UTC 2014


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

js pushed a commit to branch master
in repository libmoox-options-perl.

commit a814b2e75b780ac617b13d513060c3bee22cec97
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 31 01:02:12 2014 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 23 ++++++++++++++++++++---
 debian/control         | 14 +++++++++-----
 debian/copyright_hints | 24 ++++++++++++++++++++----
 3 files changed, 49 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34f7e77..8f09b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,29 @@
-libmoox-options-perl (3.83-2) UNRELEASED; urgency=medium
+libmoox-options-perl (4.008-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
   * Bump to standards-version 3.9.5.
   * Fix use canonical Vcs-Git URL.
   * Update copyright info:
+    + Bump (yes, not extend) coverage for upstream author.
     + Extend coverage of packaging.
+    + Update preferred upstream contact.
   * Update watch file to use metacpan.org URL.
-
- -- Jonas Smedegaard <dr at jones.dk>  Sun, 18 May 2014 16:57:55 +0200
+  * Update package relations:
+    + (Build-)depend on libmoox-configfromfile-perl,
+      libterm-size-any-perl and libtext-wrapi18n-perl, and on recent
+      libpath-class-perl.
+    + Tighten (build-)dependency on libmodule-metadata-perl.
+    + Fix tighten to (build-)depend versioned on libmoo-perl.
+    + Stop (build-)depending on libmodule-load-conditional-perl.
+    + Build-depend on libcapture-tiny-perl.
+    + Fix build-depend on (recent perl or) recent libtest-simple-perl.
+    + Stop build-depending on libscalar-list-utils-perl.
+  * Update short description, based on upstream info.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 31 May 2014 01:02:08 +0200
 
 libmoox-options-perl (3.83-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9ad87ab..2fa7fb9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,17 +9,21 @@ Build-Depends: cdbs,
  libdata-record-perl,
  libjson-perl,
  libmro-compat-perl,
- libmoo-perl,
+ libmoox-configfromfile-perl,
  libregexp-common-perl,
+ libterm-size-any-perl,
+ libtext-wrapi18n-perl,
  libgetopt-long-descriptive-perl (>= 0.091),
- libmodule-load-conditional-perl (>= 0.52) | perl (>= 5.17.3),
- libmodule-metadata-perl (>= 1.000011) | perl (>= 5.17.3),
+ libmodule-metadata-perl (>= 1.000019) | perl (>= 5.19.5),
+ libmoo-perl (>= 1.003001),
+ libpath-class-perl (>= 0.32),
+ libcapture-tiny-perl,
  librole-tiny-perl,
- libscalar-list-utils-perl,
  libtest-requires-perl,
  libtest-trap-perl,
  libtry-tiny-perl,
  libnamespace-clean-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
  libmoose-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
@@ -35,7 +39,7 @@ Depends: ${cdbs:Depends},
  ${perl:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
-Description: add option keywords to your object (Mo/Moo/Moose)
+Description: explicit options extension for object class
  MooX::Options will add "option" which act as "has" but support
  additional feature for getopt.
  .
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 272a0b2..6439222 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -7,25 +7,38 @@ Disclaimer: Autogenerated by CDBS
 Files: README
  README.mkdn
  lib/MooX/Options.pm
+ lib/MooX/Options/Descriptive.pm
+ lib/MooX/Options/Descriptive/Usage.pm
+ lib/MooX/Options/Manual/Man.pod
+ lib/MooX/Options/Manual/MooXCmd.pod
+ lib/MooX/Options/Manual/NamespaceClean.pod
  lib/MooX/Options/Role.pm
- t/00-compile.t
  t/000-report-versions.t
+ t/around_options_usage.t
  t/author-critic.t
+ t/check_target_methods.t
  t/doc.t
  t/failure.t
  t/flavour.t
+ t/lib/MooXCmdTest.pm
+ t/lib/MooXCmdTest/Cmd/test1.pm
+ t/lib/MooXCmdTest/Cmd/test1/Cmd/test2.pm
+ t/lib/MooXCmdTest/Cmd/test3.pm
  t/lib/TestNamespaceClean.pm
  t/mo.t
  t/moo.t
  t/moose.t
+ t/moox-cmd.t
  t/mouse.t
  t/multi_role.t
  t/no_option.t
  t/order.t
+ t/release-kwalitee.t
  t/release-pod-coverage.t
  t/release-unused-vars.t
  t/role.t
-Copyright: 2011, celogeek <me at celogeek.com>
+ t/with_config.t
+Copyright: 2013, celogeek <me at celogeek.com>
 License: UNKNOWN
  FIXME
 
@@ -34,7 +47,6 @@ Files: Build.PL
  MANIFEST
  META.json
  META.yml
- build.log
  coverage.txt
  debian/README.source
  debian/compat
@@ -44,6 +56,10 @@ Files: Build.PL
  debian/source/format
  debian/watch
  dist.ini
+ etc/with_config.t.json
+ etc/with_config_2.t.json
+ perltidy.LOG
+ t/00-compile.t
  t/base.st
  t/namespace_clean.t
  t/pod.t
@@ -62,7 +78,7 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2011, celogeek <me at celogeek.com>
+  2013, celogeek <me at celogeek.com>
   disclaimer" for the program, if
   interest in the
   the software, and

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



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