File: changelog

package info (click to toggle)
libmodule-depends-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 240 kB
  • ctags: 29
  • sloc: perl: 286; makefile: 2
file content (159 lines) | stat: -rw-r--r-- 5,439 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
libmodule-depends-perl (0.16-3) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Niko Tyni ]
  * Patch the test suite to escape braces in a regexp, fixing deprecation
    warnings. (Closes: #826484)
  * Patch the test suite to work without cwd in @INC. (Closes: #837142)

 -- Niko Tyni <ntyni@debian.org>  Sat, 17 Sep 2016 16:40:18 +0300

libmodule-depends-perl (0.16-2) unstable; urgency=medium

  * 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 ]
  * Strip trailing slash from metacpan URLs.

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

  [ Niko Tyni ]
  * Declare the package autopkgtestable
  * Add alternative dependencies on perl for dual-lived libcpan-meta-perl
  * Update to Standards-Version 3.9.6
  * Add explicit build dependency on libmodule-build-perl

 -- Niko Tyni <ntyni@debian.org>  Mon, 08 Jun 2015 21:17:06 +0300

libmodule-depends-perl (0.16-1) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ intrigeri ]
  * Refresh set-environment-variables.patch.
  * Get refreshed cpan_meta.patch back.
  * Bump Standards-Version to 3.9.3 (no change required).
  * Update debian/copyright to nowadays standards, thanks to cme.

 -- intrigeri <intrigeri@debian.org>  Sun, 10 Jun 2012 22:14:24 +0200

libmodule-depends-perl (0.15-2) unstable; urgency=low

  [ gregor herrmann ]
  * Clean up the additional features added by our patches:
    - Combine patches yaml_xs.patch, meta_json.patch, and
      configure_test_requires.patch into new patch cpan_meta.patch. Update
      META.json test case. Use CPAN::META for parsing META.yml and META.json.
    - Drop support for test_requires for old META.yml syntax; test_requires
      never existed in the CPAN metadata specification.
    - Change (build) dependency from libyaml-libyaml-perl to
      libcpan-meta-perl.
    - Adjust long description (referred only to META.yml).
    - Closes: #609351.
  * Bump debhelper compatibility level to 8.

  [ Maximilian Gass ]
  * Bump Standards-Version to 3.9.2 (no changes necessary)

 -- gregor herrmann <gregoa@debian.org>  Fri, 03 Jun 2011 13:39:14 +0200

libmodule-depends-perl (0.15-1) unstable; urgency=low

  [ Ryan Niebur ]
  * Take over for the Debian Perl Group
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza);
    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
    Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> (was:
    James Bromberger <jeb@debian.org>).
  * debian/watch: use dist-based URL.
  * Switch to YAML::XS to support JSON META.ymls (Closes: #541159)
  * Look at META.json too (Closes: #541164)
  * look at configure_requires and test_requires as well
    (Closes: #541165)
  * use dh7
  * set Standards-Version to 3.8.3
  * fixup descriptions
  * machine readable copyright format
  * use Env::Sanctify to set some env variables in Intrusive

  [ gregor herrmann ]
  * debian/watch: remove call to uupdate.
  * New upstream release: fixes "Dies when Makefile.PL doesn't return a true
    value" (closes: #317061)
  * Switch to source format 3.0 (quilt).
  * debian/copyright: update years of upstream copyright and formatting.
  * Add /me to Uploaders.
  * Set Standards-Version to 3.9.1; remove ancient version from perl build
    dependency.
  * Refresh patches and add tests for two of them.

 -- gregor herrmann <gregoa@debian.org>  Fri, 17 Dec 2010 21:45:14 +0100

libmodule-depends-perl (0.14-3) unstable; urgency=low

  * Fix watch file (again???!). 

 -- James Bromberger <jeb@debian.org>  Mon, 04 May 2009 21:21:20 +0100

libmodule-depends-perl (0.14-2) unstable; urgency=low

  * Remove dh-make-perl boilerplait (just the last lines). Closes: #507469.

 -- James Bromberger <jeb@debian.org>  Sat, 10 Jan 2009 13:34:36 +0000

libmodule-depends-perl (0.14-1) unstable; urgency=low

  * New upstream release
  * Correct watch file to not get the wrong module (was matching
    Module::Tree)
  * Standards updated to 3.8.0; no changes required

 -- James Bromberger <jeb@debian.org>  Sat, 26 Jul 2008 16:27:09 +0100

libmodule-depends-perl (0.10-1) unstable; urgency=low

  * New upstream release

 -- James Bromberger <jeb@debian.org>  Tue, 26 Jul 2005 23:19:51 +0100

libmodule-depends-perl (0.07-1) unstable; urgency=low

  * New upstream release.
  * Moved ${misc:Depends} from control file.

 -- James Bromberger <jeb@debian.org>  Fri, 25 Feb 2005 00:49:20 +0000

libmodule-depends-perl (0.05-2) unstable; urgency=low

  * Fixed dependency on libclass-accessor-chained-perl. Closes: #258743.

 -- James Bromberger <jeb@debian.org>  Tue, 13 Jul 2004 13:32:02 +0100

libmodule-depends-perl (0.05-1) unstable; urgency=low

  * Initial Release. Closes: #256016.

 -- James Bromberger <jeb@debian.org>  Sat, 26 Jun 2004 01:38:31 +0100