File: changelog

package info (click to toggle)
libconfig-augeas-perl 1.000-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 296 kB
  • sloc: perl: 199; makefile: 2
file content (192 lines) | stat: -rw-r--r-- 6,253 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
libconfig-augeas-perl (1.000-3) unstable; urgency=medium

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

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 11 Jun 2022 23:04:47 +0100

libconfig-augeas-perl (1.000-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

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

  [ gregor herrmann ]
  * Add build dependency on libmodule-build-perl. (Closes: #787671)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump required debhelper version to (>= 9.20120312~).
  * Mark package as autopkgtest-able.

 -- gregor herrmann <gregoa@debian.org>  Thu, 04 Jun 2015 11:54:47 +0200

libconfig-augeas-perl (1.000-1) unstable; urgency=low

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

  [ Dominique Dumont ]
  * Imported Upstream version 1.000
  * copyright: updated years
  * control:
    * bumped Standards-Version
    + added BD on libxml2-dev
    * updated dep on augeas >= 1.0.0

 -- Dominique Dumont <dod@debian.org>  Sat, 20 Jul 2013 12:10:07 +0200

libconfig-augeas-perl (0.903-1) unstable; urgency=low

  * new upstream version (Closes: 662852)
  * copyright: updated my e-mail and (c) years
  * control:
    * updated standards-version
    * BD on libaugeas-dev (>= 0.10.0)
  * compat: bunped to 9 to enable hardening flags as suggested by
    lintian and http://wiki.debian.org/Hardening

 -- Dominique Dumont <dod@debian.org>  Wed, 23 May 2012 11:39:18 +0200

libconfig-augeas-perl (0.902-1) unstable; urgency=low

  * Imported Upstream version 0.902
  * control: BD on libaugeas-dev >= 0.9.0

 -- Dominique Dumont <dod@debian.org>  Fri, 25 Nov 2011 13:13:06 +0100

libconfig-augeas-perl (0.802-1) unstable; urgency=low

  [ Dominique Dumont ]
  * Imported Upstream version 0.802
  * control:
    * updated my e-mail address
    * BD on libaugeas-dev 0.801
    * Bumped Standards-Version to 3.9.2 (no other changes)
  * copyright:
    + Added Raphaël Pinson as co-author
  + source/format set to 3.0 (quilt)

  [ gregor herrmann ]
  * Remove alternative (build) dependencies that are already satisfied
    in oldstable.

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

 -- Dominique Dumont <dod@debian.org>  Tue, 11 Oct 2011 21:10:15 +0200

libconfig-augeas-perl (0.701-1) unstable; urgency=medium

  * New upstream release
    + This version fixes a segfault in `get'
  * Standards-Version 3.8.4 (no changes)
  * Update to new DEP5 copyright format

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 20 Feb 2010 12:44:09 -0500

libconfig-augeas-perl (0.601-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Rewrote control description
  * Added myself to Uploaders and Copyright
  * Use new short debhelper rules format
  * Standards-Version 3.8.3 (drop perl version dep)
  * No longer install README

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.
  * debian/control: bump versioned build dependency on libaugeas-dev to
    >= 0.6.0 as per new upstream requirements.

 -- Jonathan Yu <jawnsy@cpan.org>  Mon, 21 Dec 2009 19:42:17 -0500

libconfig-augeas-perl (0.501-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Dominique Dumont ]
  * New upstream release (fixed compiler warnings and improved tests)
  * control: set Standards-Version to 3.8.2

 -- Dominique Dumont <dominique.dumont@hp.com>  Mon, 20 Jul 2009 13:40:10 +0200

libconfig-augeas-perl (0.500-1) unstable; urgency=low

  * New upstream release.
  * Set Standards-Version to 3.8.1 (no changes).
  * Add /me to Uploaders.
  * Make build dependency on libaugeas-dev versioned.

 -- gregor herrmann <gregoa@debian.org>  Sun, 31 May 2009 16:43:18 +0200

libconfig-augeas-perl (0.400-1) unstable; urgency=low

  * New upstream release
    See http://search.cpan.org/src/DDUMONT/Config-Augeas-0.400/ChangeLog

 -- Dominique Dumont <dominique.dumont@hp.com>  Wed, 18 Feb 2009 13:00:34 +0100

libconfig-augeas-perl (0.305-1) unstable; urgency=low

  * New upstream release (should fix FTBS on amd64)
  * debian/copyright: Updated copyright years

 -- Dominique Dumont <dominique.dumont@hp.com>  Sun, 04 Jan 2009 11:57:57 +0100

libconfig-augeas-perl (0.304-1) unstable; urgency=low

  [ Dominique Dumont ]
  * New upstream version. (Closes: #509467)
  * Fix "FTBFS: Failed 1/3 test scripts. 1/32 subtests failed." with
    new upstream version. (Closes: #504214)

  [ gregor herrmann ]
  * New maintainer: Debian Perl Group, taking over with previous maintainer's
    permission, cf. http://lists.debian.org/debian-perl/2008/12/msg00187.html
  * debian/copyright: add year of upstream copyright and information about
    third-party file lib/Config/ppport.h.
  * debian/control: mention module name in long description.
  * debian/control: add a build dependency on libtest-pod-perl to enable an
    additional test.

 -- Dominique Dumont <dominique.dumont@hp.com>  Tue, 30 Dec 2008 18:46:15 +0100

libconfig-augeas-perl (0.301-1) unstable; urgency=low

  * New upstream version. (Closes: #493340)

 -- Jose Parrella <bureado@debian.org>  Wed, 22 Oct 2008 10:24:58 -0430

libconfig-augeas-perl (0.201-1) unstable; urgency=low

  * Initial Release (Closes: #490956)

 -- Jose Parrella <bureado@debian.org>  Tue, 22 Jul 2008 01:08:31 -0430