File: changelog

package info (click to toggle)
license-reconcile 0.14
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 65
  • sloc: perl: 2,379; ansic: 17; sh: 12; makefile: 2
file content (172 lines) | stat: -rw-r--r-- 6,137 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
license-reconcile (0.14) unstable; urgency=medium

  * Update t/08-licensecheck.t to changed output of licensecheck.
    Additionally bump versioned build dependency on licensecheck.
    Thanks to Lucas Nussbaum for the bug report. (Closes: #852879)

 -- gregor herrmann <gregoa@debian.org>  Sat, 28 Jan 2017 15:51:20 +0100

license-reconcile (0.13) unstable; urgency=medium

  * Update tests to changed licensecheck output.
    Thanks to LocutusOfBorg for the pointer.

 -- gregor herrmann <gregoa@debian.org>  Mon, 28 Nov 2016 17:09:08 +0100

license-reconcile (0.12) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Remove Nicholas Bamber from Uploaders. Thanks for your work!

  [ gustavo panizzo ]
  * Update test cases to match licensecheck output. Thanks Petter Reinholdtsen
    for the patches, Fix FTBFS (Closes: #832840).
  * Fix typo in lib/Debian/LicenseReconcile/CopyrightDatum.pm.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sun, 18 Sep 2016 10:40:39 +0800

license-reconcile (0.11) unstable; urgency=medium

  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Replace devscripts dependencies with licensecheck.
    Thanks to Jeremy Bicha for the bug report and Adam Conrad for the patch.
    (Closes: #829633)
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <gregoa@debian.org>  Tue, 05 Jul 2016 14:20:28 +0200

license-reconcile (0.10) unstable; urgency=medium

  [ Nicholas Bamber ]
  * Consolidated TODO list
  * Started adding new tests
  * Took account of latest licensecheck version and bumped dependency

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Add support for HTTPS in Format URL.
    Thanks to Petter Reinholdtsen for the bug report. (Closes: #815542)
  * Fix exclusion of .git, .pc, and now also .svn directories.
    Thanks to Michael Prokop for the bug report. (Closes: #703498)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.7.

 -- gregor herrmann <gregoa@debian.org>  Wed, 02 Mar 2016 17:15:49 +0100

license-reconcile (0.9) unstable; urgency=low

  * Code reviewed: bin/license-reconcile
  * Allow file aguments to restrict activity to stated files
  * Added bash completion file
  * Added support for Artistic-2.0, GPL-3 and GPL-3+ and others
  * Added --suggest-stanzas option
  * Added tweak to Copyright text when list of years is
    not Set::IntSpan compatible

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Tue, 17 Nov 2015 11:56:15 +0000

license-reconcile (0.8) unstable; urgency=medium

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

  [ Nicholas Bamber ]
  * Added myself as Uploader
  * Fixed spelling errors
  * Updated version number and copyright
  * Added TODO list of issues that came up in code review
  * Changes in how licensecheck is handled (Closes: #801609)
    - Ignore warnings from licensecheck
    - Add --text argument to licensecheck invocation
    - Increased dependency on devscripts to 2.15.9~
    - For now hacked tests to succeed
  * Corrected sequence of filters and commented
  * Replaced examples directory with list of projects in the documentation
  * Updated debian/license-reconcile.yml

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Thu, 05 Nov 2015 15:44:47 +0000

license-reconcile (0.7) unstable; urgency=medium

  * Team upload.
  * Fix test to cope with devscript 2.15.6 (Closes: #795559)
  * control: BD-I in devscript >= 2.15.6

 -- Dominique Dumont <dod@debian.org>  Thu, 20 Aug 2015 19:20:07 +0200

license-reconcile (0.6) unstable; urgency=medium

  * Team upload

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Damyan Ivanov ]
  * Mark package as autopkgtest-able
  * Declare compliance with Debian Policy 3.9.6
  * Add explicit build dependency on libmodule-build-perl

 -- Damyan Ivanov <dmn@debian.org>  Sun, 07 Jun 2015 19:00:20 +0000

license-reconcile (0.5) unstable; urgency=medium

  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Make (build) dependency on libreadonly-perl versioned to avoid test
    failures with broken versions. (Closes: #753214)
  * Add new libreadonly-perl as alterative to libreadonly-xs-perl.
  * Add /me to Uploaders.
  * debian/copyright: add section for debian/*.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Sun, 29 Jun 2014 23:54:19 +0200

license-reconcile (0.4) unstable; urgency=low

  * Team upload.
  * Fix test suite to fix FTBFS (Closes: #724304)
    + Fix random order issues in t/17-copyright.t, t/18-app.t, and
      t/20-copyright_extract.t.
    + Fix t/17-copyright.t for usage with recent libset-intspan-perl, add
      version to build-dependency.
    + Adapt t/lib/TestData.pm to Perl 5.18's error messages.
  * Add test to ensure that all version numbers in the modules are the
    same as in debian/changelog.
  * Summarize build-dependencies on Perl as >= 5.18
  * Make Changes a pointer to debian/changelog as nobody updated it anyway

 -- Axel Beckert <abe@debian.org>  Mon, 30 Sep 2013 20:55:09 +0200

license-reconcile (0.3) unstable; urgency=low

  * Team upload.
  * Debian::LicenseReconcile::Utils: sort returned files. Thanks to Oleg
    Gashev for the patch. (Closes: #713409)

 -- gregor herrmann <gregoa@debian.org>  Sat, 10 Aug 2013 15:53:33 +0200

license-reconcile (0.2) unstable; urgency=low

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Add explicit (build) dependency on libuniversal-require-perl. It got
    pulled in during build but not at runtime. Thanks to Michael Prokop
    for the bug report. (Closes: #703496)

 -- gregor herrmann <gregoa@debian.org>  Wed, 20 Mar 2013 18:21:27 +0100

license-reconcile (0.1) unstable; urgency=low

  * Initial Release (Closes: #686485).

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sun, 30 Dec 2012 19:18:52 +0000