[libmoox-cmd-perl] 08/08: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Sun Feb 15 14:59:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmoox-cmd-perl.
commit 72cee10d4360436bfd8c5cb8a4a7060432eddd97
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Feb 15 15:56:36 2015 +0100
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 28 ++++++++++++++++++++++++++++
debian/control | 20 +++++++++-----------
debian/copyright_hints | 18 +++---------------
3 files changed, 40 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a1ba0a0..ee84de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+libmoox-cmd-perl (0.011-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release(s):
+ + Apply clean Perl::Tidy rules to avoid mixed spaces/tabs and other
+ settings.
+ + Add version number to MooX::Cmd::Tester.
+ + Allow overriding protected constructor when renaming public one.
+ + switch distribution tooling from Dist::Zilla to
+ ExtUtils::MakeMaker.
+ + Added Changes file with content based on git log according to
+ CPAN::Changes::Spec.
+ + Apply typo fixes for documentation.
+ + Heavily improved description.
+
+ [ Jonas Smedegaard ]
+ * Update copyright info:
+ + Update coverage for main upstream authors.
+ + Use both cpan.org and Github issue trackers as primary contact.
+ * Update package relations:
+ + Only build-depend (not depend at runtime) on
+ libio-tiecombine-perl: Needed only for testsuite.
+ + (Build)-depend on libmodule-runtime-perl.
+ * Rewrite long description, based on upstream hints.
+ * Declare compliance with Debian Policy 3.9.6.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sun, 15 Feb 2015 15:50:54 +0100
+
libmoox-cmd-perl (0.009-1) unstable; urgency=low
* Initial packaging release.
diff --git a/debian/control b/debian/control
index dc46d28..b3bca4e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,16 @@ Build-Depends: cdbs,
perl,
debhelper,
dh-buildinfo,
- libio-tiecombine-perl,
+ libmodule-runtime-perl,
libmoo-perl,
libpackage-stash-perl,
libparams-util-perl,
libregexp-common-perl,
- libmoox-options-perl
+ libmoox-options-perl,
+ libio-tiecombine-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-cmd-perl
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-cmd-perl.git
Homepage: https://metacpan.org/pod/MooX::Cmd
@@ -27,11 +28,8 @@ Depends: ${cdbs:Depends},
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: easy Moo style way to make command organized CLI apps
- MooX::Cmd gives you an easy Moo style way to make command organized CLI
- apps.
- .
- Works together with MooX::Options for every command on its own, so
- options are parsed for the specific context and used for the
- instantiation:
- .
- myapp --argformyapp command --argformyappcmdcommand ...
+ MooX::Cmd eases the writing of command line utilities, accepting
+ commands and subcommands and so on. These commands can form a tree,
+ which is mirrored in the package structure. On invocation each command
+ along the path through the tree (starting from the toplevel command
+ through to the most specific one) is instanciated.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 375e5bd..e54fd59 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -6,6 +6,7 @@ Disclaimer: Autogenerated by CDBS
Files: Changes
MANIFEST
+ MANIFEST.SKIP
META.json
META.yml
Makefile.PL
@@ -16,7 +17,6 @@ Files: Changes
debian/gbp.conf
debian/source/format
debian/watch
- dist.ini
t/00-load.t
t/01-simple.t
t/02-moox-options.t
@@ -37,16 +37,15 @@ Files: Changes
t/lib/SecondTestApp/Cmd/ifc.pm
t/lib/ThirdTestApp.pm
t/lib/ThirdTestApp/Cmd/Foo.pm
- t/release-pod-syntax.t
Copyright: *No copyright*
License: UNKNOWN
FIXME
-Files: README
+Files: README.md
lib/MooX/Cmd.pm
lib/MooX/Cmd/Role.pm
lib/MooX/Cmd/Tester.pm
-Copyright: 2013, Torsten Raudssus
+Copyright: 2012-2013, Torsten Raudssus, 2013-2014, Jens Rehsack
License: UNKNOWN
FIXME
@@ -55,14 +54,3 @@ Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
License: GPL-3+
FIXME
-Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
- 19xx name of author
- 19yy <name of author>
- 2013, Torsten Raudssus
- disclaimer" for the program, if
- interest in the
- the software, and
-License: GPL-ever
- FIXME
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-cmd-perl.git
More information about the Pkg-perl-cvs-commits
mailing list