[boxer] annotated tag debian/1.1.5-1 created (now 3739891)

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


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

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

        at  3739891   (tag)
   tagging  9be222f0bd08fc10e685eaa61dcb7bf1a4491de6 (commit)
  replaces  debian/1.1.4-1
 tagged by  Jonas Smedegaard
        on  Sun Nov 5 19:28:11 2017 +0100

- Log -----------------------------------------------------------------
boxer Debian release 1.1.5-1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAln/WDsACgkQLHwxRsGg
ASH4fg//fFiH05o9QQb7Lj0NBv0zN0VnJpJcSpxhgI2IreFKdtoH3d2ps6qknrXC
ndQPzIkQ74xky7woQu2eTb6VokPZ0zEE8kgzg5lpBa4XPlJOVYlbLdh4poaIRhX8
T+BNAzkLdRsvkneRHo7abEzqPCHvFOpTLxb38Wa1T2ypOlAFTkAcaV5grxiCxP0J
pX0k0vvgr7o6jqxnHQMfT2LppJDJP6TTbyrQQU8TL9RzqyykcWQ3b1jTxn/wtuVs
FmCV+PksV200Gh/LR9DyyPCT5M899Ngub2EJjuLgsl7z7IvIeaMhL9l0OhLUKVRe
xNKzbwhcbvldKOUR3kZjwHhILGpdsAgo6I7ua2BnGRLLmX7P8HQ9RbZT/Mo3yfVN
RQm9io47WkvuvuZGR+dLRW4Zp442BTV6Q4jW2iO8bcqha0dyPCU3LdDm9bu3eJuJ
AMpCMP2pDu99vOmhm+KMMreLqRwxiUFs8Etfi35T/Olya8UNi74h5wGlCKFJrxLv
uvbI5Ukl08Jp4oJBdOh3AM4IMC1fxx7eApG1c+zPSVPqJvOZQc8jvzYV5vnolyX/
TT6ncgRTHaEf/cmD+QniJZ8B92bySLOX7PHRysH0xB186BJgBSzteOlAnh8oAFjF
K0WZDez4bGHQ2hnDUWjId8ut9uvWc8rIp9hCotu69FUauF0kuAk=
=uDhG
-----END PGP SIGNATURE-----

Jonas Smedegaard (33):
      Fix usage description for compose subcommand.
      Modernize to use perl v5.14, utf8, and strictures 2.
      Use version with modern assignment. Extend copyright to current year.
      Consistently use namespace::clean in modules. Order use by pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
      Tidy Boxer::Task::Classify.
      Drop unusued code in Boxer::CLI.
      Fix chomp tweak lines.
      Run perlcritic with tidyall, and test both (not only perlcritic) in TEST_AUTHOR mode.
      Tidy Path::Tiny usage in B::Task::Serialize.
      Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004.
      Add World and Part classes, with unit test.
      Stop skip undefined args in Task::Serialize (needed only for Task::Classify).
      Add Boxer::File::WithSkeleton class.
      Add some TODOs.
      Stop use MooX::Types::MooseLike::Base.
      Tidy B::Task::Serialize.
      Update changes, and bump version.
      Fix add B::World::Flat.
      New upstream version 1.1.5
      Update upstream source from tag 'upstream/1.1.5'
      Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
      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.
      Update copyright info: Extend coverage for myself.
      Update package relations: Stop (build-)depend on libfile-homedir-perl libjson-perl libmoox-types-mooselike-perl libpath-class-perl.
      Update package relations: Tighten to (build-)depend versioned on libstrictures-perl.
      Update package relations: Build-depend (not only depend) on reclass.
      Update package relations: Build-depend on libtest-exception-perl libtest-file-contents-perl.
      Prepare for release: Update changelog, control file, and copyright hints.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  02d83e2   Fix usage description for compose subcommand.
       new  dade2ba   Modernize to use perl v5.14, utf8, and strictures 2.
       new  0c92909   Use version with modern assignment. Extend copyright to current year.
       new  04ae825   Consistently use namespace::clean in modules. Order use by pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
       new  df3546a   Tidy Boxer::Task::Classify.
       new  d4e2654   Drop unusued code in Boxer::CLI.
       new  125a682   Fix chomp tweak lines.
       new  8adb9af   Run perlcritic with tidyall, and test both (not only perlcritic) in TEST_AUTHOR mode.
       new  e4fb8df   Tidy Path::Tiny usage in B::Task::Serialize.
       new  5083de2   Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004.
       new  393f8da   Add World and Part classes, with unit test.
       new  f5b0ad4   Stop skip undefined args in Task::Serialize (needed only for Task::Classify).
       new  f9d1a20   Add Boxer::File::WithSkeleton class.
       new  f7fe81a   Add some TODOs.
       new  b9baba4   Stop use MooX::Types::MooseLike::Base.
       new  22b832d   Tidy B::Task::Serialize.
       new  9e6cade   Update changes, and bump version.
       new  caa7fcd   Fix add B::World::Flat.
       new  cd980fc   New upstream version 1.1.5
       new  e538049   Update upstream source from tag 'upstream/1.1.5'
       new  a35f4a3   Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
       new  0281cdb   Simplify rules: Do copyright-check in maintainer script (not during build).
       new  cd6db5a   Update watch file: Use substitution strings.
       new  e38cdbf   Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
       new  4b81711   Declare compliance with Debian Policy 4.1.1.
       new  8094f35   Tighten lintian overrides regarding License-Reference.
       new  010f581   Update copyright info: Use https protocol in file format URL.
       new  c27b54d   Update copyright info: Extend coverage for myself.
       new  98389df   Update package relations: Stop (build-)depend on libfile-homedir-perl libjson-perl libmoox-types-mooselike-perl libpath-class-perl.
       new  4cc3d24   Update package relations: Tighten to (build-)depend versioned on libstrictures-perl.
       new  e437894   Update package relations: Build-depend (not only depend) on reclass.
       new  f064183   Update package relations: Build-depend on libtest-exception-perl libtest-file-contents-perl.
       new  9be222f   Prepare for release: Update changelog, control file, and copyright hints.

The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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