File: changelog

package info (click to toggle)
cookietool 2.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 328 kB
  • sloc: ansic: 1,179; makefile: 39
file content (184 lines) | stat: -rw-r--r-- 6,885 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
cookietool (2.5-6) unstable; urgency=medium

  * Team upload.
  * Use compat level 10.
  * Declare compliance with Debian Policy 3.9.8.
  * Remove obsolete DM-Upload-Allowed field.
  * Use canonical Vcs-URI and https.
  * Remove hardening-includes build-dependency. (Closes: #836752)
  * Remove manual handling of hardening build flags. Just use the default
    values.
  * Remove build-dependency on dpkg-dev. Trivially satisfied now.

 -- Markus Koschany <apo@debian.org>  Thu, 15 Sep 2016 20:49:01 +0200

cookietool (2.5-5) unstable; urgency=low

  [ Peter Pentchev ]
  * Switch to the 3.0 (quilt) source format:
    - drop the quilt build dependency
    - drop the use of the quilt debhelper plugin in the rules file
    - remove the README.source file
  * Bump Standards-Version to 3.9.1 with no changes.
  * Update the copyright file to the latest DEP 5 candidate format and
    bump the year on my packaging copyright notice.
  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain the default values
    for CFLAGS, CPPFLAGS, and LDFLAGS.
  * Use hardening-includes instead of hardening-wrapper so that
    the hardened flags (if requested) are visible in CFLAGS and LDFLAGS.
  * Move the packaging to Git and update the Vcs-* control fields.
  * Enable build hardening by default unless the "nohardening" build
    option is specified.
  * Bump the debhelper compatibility level to 8 with no changes.

  [ Ansgar Burchardt ]
  * debian/control: Add DM-Upload-Allowed: yes.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 11 Feb 2011 16:54:53 +0200

cookietool (2.5-4) unstable; urgency=low

  * Using override targets calls for debhelper >= 7.0.50; among other
    things, this fixes the build on Lenny.
  * Simplify the rules file even further by using the quilt plugin
    for debhelper; specify a >= 0.46-7 version to the quilt dependency.
  * Extract the history section of the README file into a changelog.
  * Bump Standards-Version to 3.8.3 with no changes.
  * Add the Vcs-Svn and Vcs-Browser control fields.
  * Switch the copyright file to the rev. 59 of DEP 5 and shorten it by
    breaking out the repeated GPL-2+ license text into a separate section.
  * Only enable the hardening wrapper if "hardening" is specified in
    DEB_BUILD_OPTIONS.
  * Fix a couple of minor grammatical errors and typos in the control,
    rules, and README.Debian files.
  * Convert the patch headers to the DEP 3 format.
  * Reword the short description to make it a noun phrase and avoid
    the second person singular.

 -- Peter Pentchev <roam@ringlet.net>  Mon, 07 Sep 2009 02:03:15 +0300

cookietool (2.5-3) unstable; urgency=low

  * New maintainer.  Closes: #503560
  * Use quilt for patch management.
  * Add a placeholder watchfile explaining why we can't use uscan.
  * Fix a hyphen used as a minus sign in cookietool.6.
  * Update the copyright file:
    - convert it to the machine-parseable format
    - add my copyright notice
    - change the common-licenses reference to GPL-2, not the GPL symlink
    - unfortunately, the original source files do not have a defensible
      copyright statement - they all have only a "(c)" string in
      the comments - but there's nothing we can do about it for the present
  * Add misc:Depends to the binary package.
  * Bump the debhelper compatibility level to 7:
    - minimize the rules file using override targets
  * Bump Standards-Version to 3.8.1:
    - allow the compiler program and flags to be overridden so that
      the "noopt" build option may be honored
    - add a README.source file mentioning the use of quilt
    - add a Homepage field pointing to cookietool.readme on the FTP site
  * Build with -Werror if the "werror" build option is specified.
  * Add the 04-compiler-warnings patch to fix some compiler warnings.
  * Use the build hardening wrapper unless "nohardening" is specified
    in DEB_BUILD_OPTIONS.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 04 Apr 2009 16:35:25 +0300

cookietool (2.5-2) unstable; urgency=low

  * Acknowledged NMU. (Closes: #327472).
  * The Description field is now more clear (changed 'cookies' to
    'fortunes'). (Closes: #186888).
  * Updated policy version.
  * Minor corrections in manpages.

 -- Miros/law L. Baran <baran@debian.org>  Sun, 18 Sep 2005 14:11:33 +0200

cookietool (2.5-1.1) unstable; urgency=low

  * BSP NMU
  * Fix FTBFS with gcc-4.0 due to label at end of case statement
    (compress.c). (Closes: #258582). Thanks to Andreas Jochens for the patch.
  * Fix missing copyright statement and reference to GPL in /usr/share
    in debian/copyright (closes: #302954)

 -- Hamish Moffatt <hamish@debian.org>  Sat, 10 Sep 2005 11:32:04 +0000

cookietool (2.5-1) unstable; urgency=low

  * New upstream version.
  * New utility 'cdbdiff' added.
  * Manpage for 'cdbdiff' added.
  * Cleaned manpages.
  * Revised packaging.

 -- Miros/law L. Baran <baran@debian.org>  Sat, 19 May 2001 17:14:38 +0200

cookietool (2.4-2) unstable; urgency=low

  * Uploaded to Debian (Closes: #92139).
  * Changed maintainer field (from <baran@knm.org.pl> to
    <baran@debian.org>).

 -- Miros/law L. Baran <baran@debian.org>  Wed,  9 May 2001 13:51:18 +0200

cookietool (2.4-1) unstable; urgency=low

  * New upstream release.
  * Updated manpages.

 -- Miros/law L. Baran <baran@knm.org.pl>  Fri, 23 Mar 2001 13:15:53 +0100

cookietool (2.3-2) unstable; urgency=low

  * changed priority from 'extra' to 'optional'.
  * new policy version in debian/control, this should make the package
    lintian-clean.
  * minor corrections of manpages.

 -- Miros/law L. Baran <baran@knm.org.pl>  Fri, 23 Mar 2001 00:22:38 +0100

cookietool (2.3-1) unstable; urgency=low

  * new upstream release (Debian changes merged with upstream).
  * new GPG key.

 -- Miros/law L. Baran <baran@knm.org.pl>  Wed,  6 Dec 2000 19:57:54 +0100

cookietool (2.2-5) unstable; urgency=low

  * tweaks in Makefile, some notes in README.

 -- Miros/law L. Baran <baran@knm.org.pl>  Sat, 17 Jun 2000 08:48:38 +0200

cookietool (2.2-4) unstable; urgency=low

  * cdbsplit(6) manpage added, minor tweaks in cookietool(6) manpage.
  * resolved copyright questions, cookietool is now GPLed.

 -- Miros/law L. Baran <baran@knm.org.pl>  Sun, 11 Jun 2000 20:44:00 +0200

cookietool (2.2-3) unstable; urgency=low

  * Switch to cvs-buildpackage.
  * README.Debian added.
  * Minor changes in cookietool(6)
  * Tweaks in debian/*

 -- Miros/law L. Baran <baran@knm.org.pl>  Thu, 17 Feb 2000 13:54:18 +0100

cookietool (2.2-2) unstable; urgency=low

  * Renamed `makefile' to Makefile, many changes in it
  * Renamed `cookietool.doc' to README (as it is)
  * Cookie-delimiter changed from `%%' to `%'

 -- Miros/law L. Baran <baran@knm.org.pl>  Sun, 30 Jan 2000 15:58:30 +0100

cookietool (2.2-1) unstable; urgency=low

  * Initial Release.

 -- Miros/law L. Baran <baran@knm.org.pl>  Sun, 30 Jan 2000 15:24:45 +0100