File: changelog

package info (click to toggle)
nlkt 0.3.2.6-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 372 kB
  • sloc: cpp: 3,000; makefile: 4; sh: 1
file content (197 lines) | stat: -rw-r--r-- 6,536 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
nlkt (0.3.2.6-2) unstable; urgency=medium

  * debian/control:
    - Build-depend on qttools5-dev instead of qttools5-dev-tools. Fixes FTBFS.
      Thanks to Adrian Bunk for the report. (Closes: #881087)
    - Bumped Standards-Version to 4.1.1, no changes needed.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 19 Nov 2017 16:07:04 +0100

nlkt (0.3.2.6-1) unstable; urgency=medium

  * New upstream release.
    - Added .desktop-file, provided by Julian Gilbey. (Closes: #735285)
  * debian/install:
    - Install .desktop-files.
  * debian/control:
    - Depend on 'fonts-dejavu-core' instead of 'ttf-dejavu-core' (which
      became a transitional package). (Closes: #864430)
    - Changed priority from 'extra' to 'optional'.
    - Bumped Standards-Version to 4.1.0.
    - Depend on debhelper (>= 9) for newer compat behavior.
  * debian/menu:
    - Removed.
  * debian/post{inst,rm}:
    - Removed as not needed anymore.
  * debian/compat:
    - Bumped to 9.
  * debian/rules:
    - Do not include dpkg/buildflags.mk manually.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 10 Sep 2017 14:27:05 +0200

nlkt (0.3.2.5-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - Bumped Standards-Version to 3.9.6, no changes needed.
    - Replaced Qt and Qwt build dependencies with Qt5 variations.
    - Added a build-dependency on cmake.
  * debian/rules:
    - Removed most of dh overrides, upstream CMake rules should now suffice.
    - Use compile flags provided by dpkg-buildflags.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 07 Feb 2016 19:01:58 +0100

nlkt (0.3.2.2-1) unstable; urgency=low

  * New upstream release.
    - Fixes building with g++ 4.7. (Closes: #667297)
  * debian/control:
    - Bumped Standards-Version to 3.9.3, no changes needed.
    - Build-depend on libqwt-dev instead of libqwt5-qt4-dev for qwt6
      transition. Patch by Scott Kitterman. (Closes: #639507)
  * debian/rules:
    - Use debhelper overrides to simplify the rules.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Fri, 06 Apr 2012 21:01:06 +0300

nlkt (0.3.2.1-4) unstable; urgency=low

  * debian/control:
    - Updated my mail address.
    - Removed 'DM-Upload-Allowed', not needed anymore.
    - Bumped Standards-Version to 3.9.1, no changes needed.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sat, 12 Feb 2011 10:29:00 +0200

nlkt (0.3.2.1-3) unstable; urgency=medium

  * debian/rules:
    - Fix a typo. Fixes FTBFS. Urgency set to medium thus. (Closes: #533948)
  * debian/control:
    - Bumped Standards-Version to 3.8.2, no changes needed.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sun, 21 Jun 2009 18:33:35 +0300

nlkt (0.3.2.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sun, 15 Feb 2009 14:22:24 +0200

nlkt (0.3.2.1-1) experimental; urgency=low

  * New upstream version.
    - Fixed a segfault when user profile is not yet created and user exits the
      profile dialog. (Closes: #509264)
    - Added needed #include to build with g++ 4.4. (Closes: #505337)
  * debian/rules:
    - Various cleanups and improvements (patch by Sune Vuorela).
    - Converted to debhelper v7.
  * debian/control:
    - Build-depend on debhelper (>= 7).
    - Depend on '${misc:Depends}', fixes lintian warning.
    - Set DM-Upload-Allowed flag.
  * debian/compat:
    - Set to 7.
  * debian/post{inst,rm}:
    - Added 'set -e' to not ignore errors, fixes lintian warnings.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Mon, 29 Dec 2008 22:27:36 +0200

nlkt (0.3.2.0-2) unstable; urgency=low

  * debian/rules:
    - Added proper cleaning of build directories in 'clean' rule to fix FTBFS
      on mips and mipsel architectures.
  * debian/copyright:
    - Rewrapped, now any line doesn't exceed 80 chars (suggested by lintian).
  * debian/control:
    - Added build dependency on dpkg-dev (>= 1.14.17) for using '--warnings'
      option in dpkg-shlibdeps.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Thu, 17 Jul 2008 19:37:38 +0300

nlkt (0.3.2.0-1) unstable; urgency=low

  * New upstream release.
    + Added British layout. (Closes: 487971)
  * debian/control:
    - Added dependency on ttf-dejavu-core to ensure that there is scalable
      fixed-width font. This change has to avoid incorrect visibility of the
      exercise window. (Closes: 487958)
  * debian/rules:
    - Added support for 'parallel=n' and 'noopt' in DEB_BUILD_OPTIONS.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Thu, 03 Jul 2008 22:57:04 +0300

nlkt (0.3.1.2-6) unstable; urgency=low

  * debian/control:
    - Bump 'Standards-Version' to 3.8.0, no changes needed.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sun, 08 Jun 2008 14:15:18 +0300

nlkt (0.3.1.2-5) unstable; urgency=low

  * debian/control:
    - Fixed English description. Thanks to Joey Hess. (Closes: #483876).

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 31 May 2008 23:04:16 +0300

nlkt (0.3.1.2-4) unstable; urgency=low

  * debian/watch:
    - Corrected to exclude "src" from version.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 30 May 2008 03:48:30 +0300

nlkt (0.3.1.2-3) unstable; urgency=low

  * debian/rules:
    - Fixed building of package when default 'qmake' is 'qmake-qt3'.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 30 May 2008 00:12:08 +0300

nlkt (0.3.1.2-2) unstable; urgency=low

  * debian/copyright:
    - Added reference to GPLv3 license.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Wed, 28 May 2008 22:07:09 +0300

nlkt (0.3.1.2-1) unstable; urgency=low

  * New upstream release.
    - Relicensed all sources to GPLv3.
  * debian/copyright:
    - Changed to reflect license changes.
    - Removed unneeded second license copyright.
  * debian/rules:
  	- Moved the stuff from 'binary-indep' rule to 'binary-arch'.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Wed, 28 May 2008 08:53:14 +0300

nlkt (0.3.1.1-5) experimental; urgency=low

  * debian/control:
    - Removed tags.
    - Added 'fortunes-de' to 'Suggests:' field.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 17 May 2008 21:55:09 +0300

nlkt (0.3.1.1-4) experimental; urgency=low

  * debian/control:
    - Moved 'Homepage:' field to source section.
  * debian/watch:
    - Added it.

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 17 May 2008 19:51:26 +0300

nlkt (0.3.1.1-3) experimental; urgency=low

  * Initial release. (Closes: #475834)

 -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Tue, 13 May 2008 00:08:58 +0300