File: changelog

package info (click to toggle)
libmoox-cmd-perl 0.017-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 320 kB
  • sloc: perl: 1,110; sh: 6; makefile: 2
file content (146 lines) | stat: -rw-r--r-- 5,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
libmoox-cmd-perl (0.017-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update lintian override info to new format on line 5-7.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 19 Nov 2022 16:38:29 +0000

libmoox-cmd-perl (0.017-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org.

  [ gregor herrmann ]
  * Update URLs from {search,www}.cpan.org to MetaCPAN.
  * Update GitHub URLs to use HTTPS.

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description warning

  [ Jonas Smedegaard ]
  * Simplify rules. Stop build-depend on devscripts cdbs.
  * Stop build-depend on dh-buildinfo.
  * Mark build-dependencies needed only for testsuite as such.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Update copyright info:
    + Extend coverage of packaging.
    + Use https protocol in Format and Upstream-Contact URLs.
    + Extend coverage for main upstream author.
  * Update watch file:
    + Bump to file format 4.
    + Track only MetaCPAN URL.
    + Rewrite usage comment.
    + Use substitution strings.
  * Update git-buildpackage config: Filter any .git* file.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.
  * Build-depend on and recommend libmoox-configfromfile-perl.
    Recommend libhash-merge-perl.
    Suggest libtext-abbrev-perl.
    Add TODO about tightening of libtext-abbrev-perl
    when available in Debian.
  * Wrap and sort control file.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 20 Feb 2019 19:11:32 +0100

libmoox-cmd-perl (0.015-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Switch from IO::TieCombine to stacked Capture::Tiny in
      MooX::Cmd::Tester to avoid breaking commands in test (only) when
      relying on fileno of STD{OUT,ERR}.
    + Fix tests on Win32 due stacked Capture::Tiny::_capture_tee.

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Jonas Smedegaard ]
  * Fix suppress 006xxx versions in watch file.
  * Modernize git-buildpackage config: Avoid git- prefix.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Update package relations:
    + Build-depend on libcapture-tiny-perl (not libio-tiecombine-perl).

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 Oct 2015 15:33:48 +0100

libmoox-cmd-perl (0.013-2) unstable; urgency=medium

  * Team upload.
  * Make the package autopkgtestable. (Closes: #785021)

 -- Niko Tyni <ntyni@debian.org>  Sun, 14 Jun 2015 19:01:23 +0300

libmoox-cmd-perl (0.013-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Add support for MooX::ConfigFromFile.
    + Improve initialization by using List::MoreUtils combo-functions
      instead of puzzling with List::Util.
    + Improve test coverage.
    + Fix repository paths.

  [ Jonas Smedegaard ]
  * Update package relations:
    + (Build-)depend on recent liblist-moreutils-perl.
    + Suggest libmoox-configfromfile-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 02 May 2015 09:15:56 +0200

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@jones.dk>  Sun, 15 Feb 2015 15:50:54 +0100

libmoox-cmd-perl (0.009-1) unstable; urgency=low

  * Initial packaging release.
    Closes: bug#758636.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Aug 2014 16:21:47 +0200