File: changelog

package info (click to toggle)
libuser-simple-perl 1.45-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 200 kB
  • ctags: 64
  • sloc: perl: 710; makefile: 2
file content (196 lines) | stat: -rw-r--r-- 6,230 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
193
194
195
196
libuser-simple-perl (1.45-2) unstable; urgency=medium

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

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

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Declare compliance with Debian Policy 3.9.6.
  * Add patch to fix UNIVERSAL->import warning (5.20) / error (5.22).
    (Closes: #614873)
  * Mark package as autopkgtest-able.

 -- gregor herrmann <gregoa@debian.org>  Fri, 29 May 2015 19:02:04 +0200

libuser-simple-perl (1.45-1) unstable; urgency=low

  * New upstream release.
  * Build-Depend on Module::Build 0.38.
  * Drop pod-encoding.patch, applied upstream.

 -- gregor herrmann <gregoa@debian.org>  Tue, 18 Jun 2013 23:44:57 +0200

libuser-simple-perl (1.44-1) unstable; urgency=low

  * New upstream release.
  * Drop qw-list.patch, merged upstream.
  * Refresh pod-encoding.patch; the encoding changed but is still not
    declared.

 -- gregor herrmann <gregoa@debian.org>  Tue, 18 Jun 2013 20:45:58 +0200

libuser-simple-perl (1.43-2) unstable; urgency=low

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

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

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * debian/watch: remove obsolete comment.
  * Switch to "3.0 (quilt)" source format.
  * Add 2 patches to fix build failure under Perl 5.18:
    - using qw() in list context results in an error
    - missing =encoding in POD
    (Closes: #711394)
  * Use dh(1) in debian/rules and debhelper compatibility level 8.
  * Set Standards-Version to 3.9.4 (no further changes).
  * Update short description.

 -- gregor herrmann <gregoa@debian.org>  Sun, 16 Jun 2013 18:48:24 +0200

libuser-simple-perl (1.43-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 20 Jan 2009 14:07:57 -0600

libuser-simple-perl (1.42-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
    
  [ Gunnar Wolf ]
  * New upstream release (Closes: #508312)

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 10 Dec 2008 17:52:09 -0600

libuser-simple-perl (1.40-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: update years of copyright.
  * debian/control: add libtest-pod-perl to Build-Depends-Indep for the new
    POD test.
  * Update debian/rules to the new dh version 7 format; adjust
    debian/{control,compat}.
  * Tweak build-stamp target in debian/rules; otherwise we get /usr/usr.

 -- gregor herrmann <gregoa@debian.org>  Sat, 28 Jun 2008 19:12:23 +0200

libuser-simple-perl (1.37-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 24 Jun 2008 07:24:04 -0500

libuser-simple-perl (1.36-1) unstable; urgency=low

  * New upstream release.
  * debian/control: change my email address.
  * debian/copyright: change upstream source location.
  * Refresh debian/rules, no functional changes. Don't install README any
    more.
  * Set Standards-Version to 3.8.0 (no changes).
  * Add libdbd-sqlite3-perl to Build-Depends-Indep to enable tests.
  * Remove unneeded libdbd-xbase-perl from Build-Depends-Indep.

 -- gregor herrmann <gregoa@debian.org>  Fri, 20 Jun 2008 13:42:32 +0200

libuser-simple-perl (1.35-3) unstable; urgency=low

  [ Damyan Ivanov ]
  * [debian/watch] Stop capturing file extension

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467775)
    - update with dh-make-perl's help
    - install examples/* with dh_installexamples instead of doing it manually
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).
  * debian/copyright: convert to UTF-8.
  * Revert unannounced changes in lib/User/Simple{,/Admin}.pm: two innocent
    "รณ"s had been bereft of their accents; convert debian/changelog to UTF-8
    for _this_ entry.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Thu, 06 Mar 2008 17:25:24 +0100

libuser-simple-perl (1.35-2) unstable; urgency=low

  [ gregor herrmann ]
  * Set Maintainer to Debian Perl Group with permission of Gunnar Wolf.
  * Set Standards-Version to 3.7.2 (no changes).
  * Set debhelper compatibility level to 5.

  [ Joey Hess ]
  * Add self to uploaders.
  * Don't ignore errors from make clean.

 -- Joey Hess <joeyh@debian.org>  Sat, 11 Aug 2007 22:36:54 -0400

libuser-simple-perl (1.35-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 12 Oct 2005 18:41:00 -0500

libuser-simple-perl (1.30-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Thu,  6 Oct 2005 14:04:07 -0500

libuser-simple-perl (1.23-1) unstable; urgency=low

  * New upstream release - Small bugfix

 -- Gunnar Wolf <gwolf@debian.org>  Sun,  2 Oct 2005 11:59:44 -0500

libuser-simple-perl (1.22-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Sun,  2 Oct 2005 10:23:35 -0500

libuser-simple-perl (1.0-2) unstable; urgency=low

  * Fixed debian/watch - It was including the trailing dot as part of
    the version number

 -- Gunnar Wolf <gwolf@debian.org>  Tue,  6 Sep 2005 16:33:14 -0500

libuser-simple-perl (1.0-1) unstable; urgency=low

  * New upstream release
  * Added dependency on libdbi, build-dependency on libdbd-xbase

 -- Gunnar Wolf <gwolf@debian.org>  Tue,  6 Sep 2005 16:32:46 -0500

libuser-simple-perl (0.9-1) unstable; urgency=low

  * Bumped up standards-version to 3.6.2
  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 16 Aug 2005 12:33:40 -0500

libuser-simple-perl (0.8-1) unstable; urgency=low

  * Initial Release. (Closes: #314329)

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 15 Jun 2005 18:59:16 -0500