File: changelog

package info (click to toggle)
oneko 1.2.sakura.6-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,952 kB
  • sloc: ansic: 1,283; perl: 25; makefile: 23
file content (263 lines) | stat: -rw-r--r-- 8,366 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
oneko (1.2.sakura.6-15) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing colon in closes line.

  [ Ricardo Mones ]
  * Bump compat level to 13
  * Update Standards-Version to 4.5.0 (no other changes)
  * Add Rules-Requires-Root field

 -- Ricardo Mones <mones@debian.org>  Mon, 07 Sep 2020 16:19:29 +0200

oneko (1.2.sakura.6-14) unstable; urgency=medium

  * debian/control
  - Update Vcs-* to current infrastructure
  - Update Standards-Version to 4.2.1
  * debian/control, debian/compat
  - Bump debhelper compat level to 11
  * debian/copyright
  - Update Format URL protocol and years
  * debian/patches/fix_typo.patch, debian/patches/series
  - Add patch to fix typo (thanks lintian!)

 -- Ricardo Mones <mones@debian.org>  Tue, 30 Oct 2018 00:10:03 +0100

oneko (1.2.sakura.6-13) unstable; urgency=medium

  * debian/rules
  - Fix FTCBFS: Use a triplet-prefixed CC (Closes: #872082)
    Thanks to Helmut Grohne for the patch!
  * debian/patches/warning*.patch
  - Add a couple of patches to remove warnings
  * debian/control
  - Update Standards-Version to 4.0.1 (no other changes)

 -- Ricardo Mones <mones@debian.org>  Sun, 27 Aug 2017 22:19:58 +0200

oneko (1.2.sakura.6-12) unstable; urgency=medium

  * debian/menu, debian/install, debian/icons/*.xpm
  - Removed menu to implement tech-ctte resolution on #741573
  * debian/control
  - Update Standards-Version to 3.9.8 (no other changes)
  - Use https in Vcs-* fields (thanks lintian!)
  * debian/rules
  - Enable hardening=all
  - Remove (now unnecessary) lintian override

 -- Ricardo Mones <mones@debian.org>  Sat, 05 Nov 2016 12:31:54 +0100

oneko (1.2.sakura.6-11) unstable; urgency=medium

  * debian/install
  - Really install desktop file (Closes: #748837)

 -- Ricardo Mones <mones@debian.org>  Sun, 01 Jun 2014 23:53:31 +0200

oneko (1.2.sakura.6-10) unstable; urgency=medium

  * debian/copyright
  - Update to copyright format 1.0
  - debian/control
  - Update Standards-Version to 3.9.5 (no other changes)
  * debian/install, debian/menu, debian/oneko.desktop,
    debian/source/include-binaries, debian/icons/*
  - Add desktop file and icons, update menu (Closes: #737982)
    Many thanks to Markus Koschany for the initial patch.

 -- Ricardo Mones <mones@debian.org>  Wed, 21 May 2014 00:35:33 +0200

oneko (1.2.sakura.6-9) unstable; urgency=low

  * debian/control, debian/compat, debian/rules
  - Bump debhelper compat level to 9
  - Inject hardening flags in build command
  * debian/control
  - Update Vcs-* headers to use the canonical hostname
  - Bump Standards-Version to 3.9.4 (no other changes)

 -- Ricardo Mones <mones@debian.org>  Wed, 18 Sep 2013 00:40:22 +0200

oneko (1.2.sakura.6-8) unstable; urgency=low

  * debian/source/format, debian/README.source
  - Switch to dpkg-source 3.0 (quilt) format
  * debian/rules, debian/control
  - Removed quilt from Build-Depends, not needed anymore
  * debian/control
  - Bump Standards-Version to 3.9.2 (no other changes)
  - Fixed short description to make lintian happy
  - Expanded long description with some interesting details
  - Development moved to git.debian.org: added Vcs-* headers

 -- Ricardo Mones <mones@debian.org>  Sat, 20 Aug 2011 12:26:35 +0200

oneko (1.2.sakura.6-7) unstable; urgency=low

  * debian/rules, debian/control
  - Link to X11 and build with -Wl,--no-add-needed (Closes: #555786)
  - Add lintian override because killall is provided by depends
  - Require debhelper version because of using dh overrides in rules
  * debian/control
  - Bump Standards-Version to latest (no other changes required)
  - Ensure we have a killall by adding psmisc to the dependencies
  * debian/patches/*.patch
  - Add comment headers to existing patches
  * debian/README.source
  - Added file pointing out that packaging uses quilt
  * debian/watch
  - Added (has not changed since 1999, but who knows...)

 -- Ricardo Mones <mones@debian.org>  Thu, 31 Dec 2009 16:01:07 +0100

oneko (1.2.sakura.6-6) unstable; urgency=low

  * debian/control
  - Added Homepage, newer Standards-Version (no other changes required),
    removed Vcs-Git pointer, new maintainer (Closes: #487477)
  * patches/bsd_daemon_removal.patch, patches/series,
    debian/control, debian/rules
  - Added source modifications as a separate patch, handled with quilt

 -- Ricardo Mones <mones@debian.org>  Fri, 27 Jun 2008 00:50:00 +0200

oneko (1.2.sakura.6-5) unstable; urgency=low

  * debhelper 7, rules file minimisation
  * Orphaned the package (again).

 -- Joey Hess <joeyh@debian.org>  Sat, 21 Jun 2008 22:06:05 -0400

oneko (1.2.sakura.6-4) unstable; urgency=low

  * Patch from Jörgen Tegnér, adding a -cursor option to specify a cursor
    to set when quitting. Closes: #159885 (or rather, allows working around
    it)

 -- Joey Hess <joeyh@debian.org>  Thu,  8 Feb 2007 18:40:44 -0500

oneko (1.2.sakura.6-3) unstable; urgency=low

  * New (old) maintainer. Thanks to Steve for carrying the ball for the past
    ten years.
  * debhelper v5.
  * Current policy.
  * Stop using Imake, move stuff out of /usr/X11R6.
    Closes: #221267
  * Dehardcode paths in menu file.
  * Improve copyright file; the (Japanese) README apparently says that
    it's public domain, which is better than some LSM file on sunsite.

 -- Joey Hess <joeyh@debian.org>  Mon, 23 Jan 2006 17:41:48 -0500

oneko (1.2.sakura.6-2) unstable; urgency=low

  * QA upload to help with xlibs-dev transition.
  * Orphan package, as requested in #348199.
  * debian/control: Replace xlibs-dev build-dep (Closes: #347132)
  * oneko.c: Apply patch from Steve Kemp to handle long command line
    arguments. Thanks, dude. (Closes: #221270)

 -- Marc 'HE' Brockschmidt <he@debian.org>  Fri, 20 Jan 2006 09:49:27 +0100

oneko (1.2.sakura.6-1) unstable; urgency=low

  * Removed BSD Daemon because of copyright issues

 -- Steve Dunham <dunham@cse.msu.edu>  Sun, 22 Sep 2002 07:13:43 -0700

oneko (1.2.sakura.5-1) unstable; urgency=low

  * New upstream version
  * This version adds: sakura, tomoyo, and bsd daemon graphics.
  * Closes: #55153

 -- Steve Dunham <dunham@debian.org>  Sat, 21 Sep 2002 10:20:41 -0700

oneko (1.1b-11.1) unstable; urgency=low

  * NMU
  * This upload goes only to unstable. (closes: #88594)
  * Added build dependencies. (closes: #86969)
  * Removed the obsolete call to dh_testversion from debian/rules.

 -- Adrian Bunk <bunk@fs.tum.de>  Sat, 14 Apr 2001 23:31:52 +0200

oneko (1.1b-11) woody unstable; urgency=low

  * New standards version
  * Tweak man page. Closes: #56433, #51717

 -- Steve Dunham <dunham@debian.org>  Wed, 14 Feb 2001 16:45:39 -0800

oneko (1.1b-10) unstable; urgency=low

  * Fix man page
  * Closes: #54164

 -- Steve Dunham <dunham@cps.msu.edu>  Sat,  8 Jan 2000 23:26:54 -0800

oneko (1.1b-9) unstable; urgency=low

  * Rebuild for FSSTND

 -- Steve Dunham <dunham@cps.msu.edu>  Tue, 28 Sep 1999 16:35:08 -0400

oneko (1.1b-8) unstable; urgency=low

  * Fix menu file
  * Switch to debhelper

 -- Steve Dunham <dunham@cps.msu.edu>  Wed, 16 Jun 1999 16:57:35 -0400

oneko (1.1b-7) unstable; urgency=low

  * Properly link with libc6

 -- Steve Dunham <dunham@cps.msu.edu>  Mon,  3 Nov 1997 13:33:34 -0500

oneko (1.1b-6) unstable; urgency=low

  * Make source package compatible with autobuild

 -- Steve Dunham <dunham@cps.msu.edu>  Mon, 21 Jul 1997 18:57:19 -0400

oneko (1.1b-5) unstable; urgency=low

  * New maintainer

 -- Steve Dunham <dunham@cps.msu.edu>  Fri, 7 Mar 1997 23:33:24 -0500

oneko (1.1b-4) unstable; urgency=low

  * Stop oneko process with -TERM instead of -KILL, so it can restore the
    mouse cursor to normal before exiting.

 -- Joey Hess <joeyh@master.debian.org>  Thu, 26 Dec 1996 11:12:35 -0500

oneko (1.1b-3) unstable; urgency=low

  * Use debmake.
  * Added a menu file.
  * Routine update of debian/rules:
    New email address.

 -- Joey Hess <joeyh@master.debian.org>  Tue, 24 Dec 1996 16:17:38 -0500

oneko (1.1b-2) unstable; urgency=low

  * Updated man page to document -dog option.
  * Spiffed up spelling, grammar used on man page.

 -- Joey Hess <joeyh@master.debian.org>  Wed, 25 Sep 1996 00:00:36 -0400

oneko (1.1b-1) unstable; urgency=low

  * First release.

 -- Joey Hess <joeyh@master.debian.org>  Tue, 17 Sep 1996 14:34:29 -0400