[boxer] 33/33: Prepare for release: Update changelog, control file, and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 18:28:19 UTC 2017


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

js pushed a commit to annotated tag debian/1.1.5-1
in repository boxer.

commit 9be222f0bd08fc10e685eaa61dcb7bf1a4491de6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Nov 5 15:53:38 2017 +0100

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       | 47 +++++++++++++++++++++++++++++++++++++++
 debian/control         | 16 ++++++--------
 debian/copyright_hints | 60 +++++++++++++++++++++++++++++++++-----------------
 3 files changed, 94 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1a4022..e1898c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,50 @@
+boxer (1.1.5-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
+    Bug Fixes:
+    + Fix chomp tweak lines.
+    Documentation:
+    + Add some TODOs.
+    + Fix usage description for compose subcommand.
+    Packaging:
+    + Run perlcritic with tidyall, and test both (not only perlcritic)
+      in TEST_AUTHOR mode.
+    + Use version with modern assignment. Extend copyright to current
+      year.
+    Other:
+    + Add Boxer::File::WithSkeleton class.
+    + Add World and Part classes, with unit test.
+    + Consistently use namespace::clean in modules. Order use by
+      pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
+    + Drop unusued code in Boxer::CLI.
+    + Modernize to use perl v5.14, utf8, and strictures 2.
+    + Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004).
+    + Stop skip undefined args in Task::Serialize (needed only for
+      Task::Classify).
+    + Stop use MooX::Types::MooseLike::Base.
+
+  [ Jonas Smedegaard ]
+  * Simplify rules: Do copyright-check in maintainer script (not during
+    build).
+  * Update watch file: Use substitution strings.
+  * Modernize Vcs-* fields:
+    + Consistently use git (not cgit) in path.
+    + Consistently include .git suffix in path.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Tighten lintian overrides regarding License-Reference.
+  * Update copyright info:
+    + Use https protocol in file format URL.
+    + Extend coverage for myself.
+  * Update package relations:
+    + Stop (build-)depend on libfile-homedir-perl libjson-perl
+      libmoox-types-mooselike-perl libpath-class-perl.
+    + Tighten to (build-)depend versioned on libstrictures-perl.
+    + Build-depend (not only depend) on reclass.
+    + Build-depend on libtest-exception-perl libtest-file-contents-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 05 Nov 2017 15:53:24 +0100
+
 boxer (1.1.4-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 50afb38..542ef53 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: boxer
 Section: admin
 Priority: optional
 Build-Depends: cdbs,
- licensecheck,
  perl,
  debhelper,
  dh-buildinfo,
@@ -10,16 +9,12 @@ Build-Depends: cdbs,
  libapp-cmd-perl,
  libcapture-tiny-perl,
  libfile-basedir-perl,
- libfile-homedir-perl,
  libtemplate-tiny-perl,
  libfile-sharedir-perl,
  libipc-system-simple-perl,
- libjson-perl,
  liblog-any-adapter-screen-perl,
  libmodule-runtime-perl,
  libmoox-role-logger-perl,
- libmoox-types-mooselike-perl,
- libpath-class-perl,
  libpath-tiny-perl,
  librole-commons-perl,
  libtry-tiny-perl,
@@ -28,18 +23,21 @@ Build-Depends: cdbs,
  libyaml-libyaml-perl,
  libmatch-simple-perl,
  libnamespace-clean-perl,
- libstrictures-perl,
  libmoo-perl (>= 1.001000),
+ libstrictures-perl (>= 2),
+ reclass,
  libtest-compile-perl,
+ libtest-exception-perl,
+ libtest-file-contents-perl,
  libtest-fixme-perl,
  libtest-minimumversion-perl,
  libtest-pod-perl,
  libtest-synopsis-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/boxer
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/boxer.git
+Standards-Version: 4.1.1
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/boxer.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/boxer.git
 Homepage: https://wiki.debian.org/Boxer
 
 Package: boxer
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 074ed62..37a0cdf 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -16,7 +16,6 @@ Files: CREDITS
  debian/control.in
  debian/gbp.conf
  debian/source/format
- debian/source/lintian-overrides
  debian/watch
  dist.ini
  doc/boxer.svg
@@ -207,16 +206,6 @@ Files: CREDITS
  examples/classes/x11/lightdm/init.yml
  examples/nodes/lxp5.yml
  examples/nodes/parl-greens.yml
- lib/Boxer/CLI/Command.pm
- lib/Boxer/CLI/Command/About.pm
- lib/Boxer/CLI/Command/Aliases.pm
- lib/Boxer/CLI/Command/Commands.pm
- lib/Boxer/CLI/Command/Compose.pm
- lib/Boxer/Role/Interact.pm
- lib/Boxer/Task.pm
- lib/Boxer/Task/Classify.pm
- lib/Boxer/Task/Serialize.pm
- lib/Boxer/Types.pm
  share/skel/preseed.cfg.in
  share/skel/script.sh.in
  t/00_compile.t
@@ -225,6 +214,7 @@ Files: CREDITS
  t/fixme.t
  t/minimumversion.t
  t/pod.t
+ t/world.t
 Copyright: NONE
 License: UNKNOWN
  FIXME
@@ -233,15 +223,39 @@ Files: README
  bin/boxer
  lib/Boxer.pm
  lib/Boxer/CLI.pm
-Copyright: 2013-2015, Jonas Smedegaard.
+ lib/Boxer/CLI/Command.pm
+ lib/Boxer/CLI/Command/About.pm
+ lib/Boxer/CLI/Command/Aliases.pm
+ lib/Boxer/CLI/Command/Commands.pm
+ lib/Boxer/CLI/Command/Compose.pm
+ lib/Boxer/File/WithSkeleton.pm
+ lib/Boxer/Part.pm
+ lib/Boxer/Part/Reclass.pm
+ lib/Boxer/Role/Interact.pm
+ lib/Boxer/Task.pm
+ lib/Boxer/Task/Classify.pm
+ lib/Boxer/Task/Serialize.pm
+ lib/Boxer/Types.pm
+ lib/Boxer/World.pm
+ lib/Boxer/World/Flat.pm
+ lib/Boxer/World/Reclass.pm
+Copyright: 2013-2016, Jonas Smedegaard
+  2016, Jonas Smedegaard
 License: Artistic or GPL-1+
  FIXME
 
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2014-2017, Jonas Smedegaard <dr at jones.dk>
+  2016-2017, 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>
-  2016, Jonas Smedegaard.
+  2017, Jonas Smedegaard.
   disclaimer" for the program, if
   ed by the Free
   interest in the
@@ -252,21 +266,27 @@ License: Artistic or GPL-1+
 
 Files: COPYRIGHT
 Copyright: -format/1.0/
-  2016, the copyright holder(s).
+  2017, the copyright holder(s).
   CREDITS
   Copyright 2013 Toby Inkster.
   Copyright 2014 Jonas Smedegaard.
-  Copyright 2015 Jonas Smedegaard.
   Copyright 2016 Jonas Smedegaard.
+  Copyright 2017 Jonas Smedegaard.
+  Copyright © 2013-2016 Jonas Smedegaard.
+  Copyright © 2016 Jonas Smedegaard.
   None
-  This software is copyright (c) 2013-2015 by Jonas Smedegaard.
   Unknown
-License: GPL-1 and/or Artistic-1.0
+License: Artistic-1.0 and/or GPL-1
  FIXME
 
-Files: debian/rules
-Copyright: 2014-2016, Jonas Smedegaard <dr at jones.dk>
-License: GPL-3+
+Files: debian/source/lintian-overrides
+Copyright: Artistic
+  GPL-1+
+  GPL-3+
+  artistic
+  gpl-1+
+  gpl-3+
+License: UNKNOWN
  FIXME
 
 Files: MANIFEST

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



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