File: changelog

package info (click to toggle)
libcgi-session-expiresessions-perl 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 274; makefile: 8
file content (181 lines) | stat: -rw-r--r-- 6,111 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
libcgi-session-expiresessions-perl (1.14-1) unstable; urgency=medium

  * Team upload

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 1.08-3.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libmodule-build-perl.

  [ Florian Schlichting ]
  * Import upstream version 1.14.
  * Update upstream license to "same as perl"
  * Use EU::MM instead of Module::Build
  * Add upstream metadata
  * Annotate test-only build dependencies with <!nocheck>
  * Add Rules-Requires-Root: no
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <fsfs@debian.org>  Sat, 25 Sep 2021 22:03:47 +0800

libcgi-session-expiresessions-perl (1.13-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Fri, 08 Jan 2021 14:11:06 +0100

libcgi-session-expiresessions-perl (1.13-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

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

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <gregoa@debian.org>  Mon, 01 Jun 2015 21:06:59 +0200

libcgi-session-expiresessions-perl (1.13-1) unstable; urgency=low

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

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

  [ gregor herrmann ]
  * New upstream release.
    Fixes "FTBFS with perl 5.18: POD"
    (Closes: #711433)
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Change upstream license to Artistic-2.0.
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 8.
  * Build-depend on Module::Build 0.3800.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <gregoa@debian.org>  Fri, 07 Jun 2013 22:37:36 +0200

libcgi-session-expiresessions-perl (1.12-1) unstable; urgency=low

  [ Jonathan Yu]
  * Removed Alexis Sukrieh from Uploaders (Closes: #536126)

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

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

  [ Nicholas Bamber ]
  * New upstream release
  * Upped compat to 7; standards to 3.9.1, added myself to uploaders
  * Created debian/source/format
  * Updated rules to modern format
  * Refreshed copyright
  * Rewrote descriptions
  * Removed redundant changelog rule
  * Removed unnecessary dependence
  * Added override rules for examples

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Mon, 06 Sep 2010 21:37:05 +0100

libcgi-session-expiresessions-perl (1.09-1) unstable; urgency=low

  [ Alexis Sukrieh ]
  * Added a debian/watch file for uscan.

  [ Joey Hess ]
  * Minor tweak to short description.

  [ 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/watch: use dist-based URL.
  * New upstream release.
  * debian/watch: extended regexp for matching upstream releases.
  * debian/copyright: add actual copyright statement, point to specific
    upstream source location instead of CPAN at large, add references to the
    licenses on Debian systems.
  * Refresh debian/rules, no functional changes except: don't install README
    any more (installation instruction), install examples.
  * debian/control:
    - move libmodule-build-perl to Build-Depends
    - add libtestpod-perl to Build-Depends-Indep (enables tests)
    - set Standards-Version to 3.7.3 (no changes)
    - add me to Uploaders

 -- gregor herrmann <gregoa@debian.org>  Fri, 16 May 2008 18:01:13 +0200

libcgi-session-expiresessions-perl (1.08-3) unstable; urgency=low

  * Adopting the package for the Debian Perl Group (the package has been
    previously orphaned by Steve Kemp).
    (closes: #390220)
    + Changed Maintainer: Debian Perl Group
      <pkg-perl-maintainers@lists.alioth.debian.org>
    + Changed Uploaders: Alexis Sukrieh <sukria@debian.org>
  * Used debhelper level 5
    + debian/compat set to 5
    + Build-Depends to debhelper (>= 5)

 -- Alexis Sukrieh <sukria@debian.org>  Wed, 11 Oct 2006 11:52:58 +0200

libcgi-session-expiresessions-perl (1.08-2) unstable; urgency=high

  * Urgency set to high because of grave bug.
  * Build-Depend upon libcgi-session-perl in addition to just depending upon
    it in the built package.
    (Closes: #384732)

 -- Steve Kemp <skx@debian.org>  Sat, 26 Aug 2006 16:15:10 +0000

libcgi-session-expiresessions-perl (1.08-1) unstable; urgency=low

  * New upstream release.

 -- Steve Kemp <skx@debian.org>  Wed, 23 Aug 2006 21:36:28 +0000

libcgi-session-expiresessions-perl (1.04-2) unstable; urgency=low

  * Maintainence upload to change Debian Standards Version to 3.7.2
  * Changed Build-Depends-Indep into Build-Depends

 -- Steve Kemp <skx@debian.org>  Fri, 2 Jun 2006 09:48:27 +0000

libcgi-session-expiresessions-perl (1.04-1) unstable; urgency=low

  * Initial package of this module.
    (Closes: #324201)

 -- Steve Kemp <skx@debian.org>  Sat, 20 Aug 2005 22:14:30 +0100