File: changelog

package info (click to toggle)
qpxtool 0.7.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,996 kB
  • ctags: 5,318
  • sloc: cpp: 35,356; sh: 786; makefile: 321; sql: 87
file content (287 lines) | stat: -rw-r--r-- 9,868 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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
qpxtool (0.7.2-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch 07-fix-wr-mode-declarations.patch:
    - Fix declaration of char attributes in wr_mode. (Closes: #856231)

 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Mon, 27 Feb 2017 14:04:55 +0100

qpxtool (0.7.2-4) unstable; urgency=medium

  * Update debian/rules: delete option --parallel from dh command because it
    causes FTBFS on buildd hosts where parallel build is realy enabled.

 -- Boris Pek <tehnick@debian.org>  Sun, 13 Apr 2014 00:18:54 +0400

qpxtool (0.7.2-3) unstable; urgency=medium

  * Simplify patch 05-add-hardening-flags-in-compiler-options.patch.
  * Update debian/rules:
    - simplify rules after changes in related patch
    - add options --parallel and --list-missing to dh
  * Update debian/qpxtool.install.

 -- Boris Pek <tehnick@debian.org>  Sat, 12 Apr 2014 20:25:56 +0400

qpxtool (0.7.2-2) unstable; urgency=medium

  * Update debian/control:
    - udate using wrap-and-sort tool
    - delete now useless sections "Breaks: qpxtool (<< 0.7.1.002-1)"
    - add build dependency from hurd-dev on hurd-i386
  * Add patch 06-make-port-for-hurd-i386.patch:
    Make port for Debian GNU/Hurd.
  * Update debian/copyright.

 -- Boris Pek <tehnick@debian.org>  Sat, 12 Apr 2014 16:19:23 +0400

qpxtool (0.7.2-1) unstable; urgency=medium

  * New maintainer. (Closes: #629599)
  * Update to stable release 0.7.2.
  * Bump Standards-Version to 3.9.5 (was 3.9.3).
  * Update patches
    - add 01-do_not_use_lib64_dir.patch
    - rewrite 03-ftbfs_kfreebsd.patch
    - rewrite 02-desktop_file.patch
    - update 04-fix-build-with-libpng15.patch
    - delete 01-makefile.patch (it is unnecessary now)
  * Update debian/rules:
    - add necessary options to configure script for installing files
      in according with Debian Policy
    - add get-orig-source section
    - simplify rules
  * Fix lintian notes vcs-field-not-canonical.
  * Update years in debian/copyright.
  * Update debian/qpxtool.docs.
  * Add debian/qpxtool.doc-base.
  * Fix a lot of lintian notes hyphen-used-as-minus-sign:
    - add fixed debian/man/* files
    - add debian/qpxtool.manpages and debian/pxfw.manpages
    - update debian/qpxtool.install and debian/pxfw.install
  * Update debian/libqpx0.lintian-overrides.

 -- Boris Pek <tehnick@debian.org>  Wed, 26 Feb 2014 16:26:22 +0400

qpxtool (0.7.1.002-6) unstable; urgency=low

  * QA upload.
  * Bumped Standards-Version to 3.9.3 (was 3.9.2).
  * Bumped debhelper version to 9 (was 7.0.50~); updated debian/compat.
  * Added file debian/patches/05-add-hardening-flags-in-compiler-options.patch.
  * Updated debian/rules: added hardening flags in compiler options.
  * Changed build dependency from libpng12-dev to libpng-dev.
    Added file debian/patches/04-fix-build-with-libpng15.patch.
    Added small hack in debian/rules (see LIBPNG_VER variable).
    Build with libpng version 1.5.10 was tested successfully.
    (Closes: #662481, #648127)
  * Used [kfreebsd-any] instead of hardcoded list of kFreeBSD architectures
    [kfreebsd-i386 kfreebsd-amd64] in build dependency. (Closes: #634714)
  * File debian/copyright was updated in according to Copyright format 1.0.
  * Fixed such lintian warnings and notes:
    - out-of-date-copyright-format-uri
    - hardening-no-relro and hardening-no-fortify-functions

 -- Boris Pek <tehnick-8@mail.ru>  Tue, 26 Jun 2012 03:11:10 +0300

qpxtool (0.7.1.002-5) unstable; urgency=low

  * QA upload.
  * Bump Standards.
  * Orphaning this.

 -- Alessio Treglia <alessio@debian.org>  Tue, 21 Jun 2011 13:04:12 +0200

qpxtool (0.7.1.002-4) unstable; urgency=low

  * We need both Breaks and Replaces fields.

 -- Alessio Treglia <alessio@debian.org>  Wed, 06 Oct 2010 12:48:26 +0200

qpxtool (0.7.1.002-3) unstable; urgency=low

  * Link against libcam on kfreebsd to fix FTBFS.
  * debian/control:
    - Properly replace Conflicts/Replaces with Breaks fields.
    - Bump Standards.
  * Update debian/copyright.

 -- Alessio Treglia <alessio@debian.org>  Wed, 06 Oct 2010 09:09:15 +0200

qpxtool (0.7.1.002-2) unstable; urgency=low

  * Correct little typo in the descriptions, thanks to Davide Prina for
    reporting this (Closes: #582445).
  * Change my email address.

 -- Alessio Treglia <alessio@debian.org>  Sun, 06 Jun 2010 19:48:46 +0200

qpxtool (0.7.1.002-1) unstable; urgency=low

  * New maintainer (Closes: #543879).
  * New upstream release.
  * Move packaging to collab-maint's git area.
  * Split libraries:
    - libqpx0 (shared libs)
    - libqpx-dev (development files)
  * debian/control:
    - Drop libqt3-mt-dev, it's no longer needed.
    - Build-depend on qmake-qt4.
    - Bump Standards.
    - Set DM-Upload-Allowed to yes.
    - Build-depend on libqt4-dev.
    - Build-depend on libpng12-dev.
    - Set Conflicts/Replaces proper fields.
  * Switch to 3.0 (quilt) format.
  * Switch to debhelper 7.
  * Drop dpatch support:
    - Drop 02-typos.dpatch patch, no longer needed.
    - Drop 03-0.6.1.1.dpatch, no longer needed.
    - Drop 04-libata.dpatch patch, no longer needed.
    - 01-qtdir.dpatch -> 01-makefile.patch:
      + Drop QTDIR which seems to be not respected.
      + Set QMAKE4 properly.
      + Add DEP-3 compliant tags.
  * debian/patches/02-desktop_file.patch:
    - Fix desktop file as per spec.
  * debian/{libqpx0,qpxtool}.lintian-overrides:
    - "MultiMediaMasters & Machinary" is a manufacturer's name and not a
      spelling error.
  * debian/rules:
    - Cleanup.
    - Fix clean rule by passing the QMAKE4 envar.
  * Add watch file.

 -- Alessio Treglia <quadrispro@ubuntu.com>  Mon, 26 Apr 2010 09:36:21 +0200

qpxtool (0.6.1-5) unstable; urgency=low

  * Updating package to standards version 3.8.3.
  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 10:17:45 +0200

qpxtool (0.6.1-4) unstable; urgency=medium

  * Adding patch from Mirko Parthey <mirko.parthey@informatik.tu-chemnitz.de>
    to make qpxtool work with libata (Closes: #463886).
  * Rediffing 0.6.1.1.dpatch.
  * Completing clean target in rules, thanks to Barry deFreese
    <bddebian@comcast.net> (Closes: #442718).
  * Reordering rules file.
  * Using lintian debhelper to install lintian overrides.
  * Rewriting copyright file in machine-interpretable format.
  * Adding suggests to pxfw in qpxtool.
  * Adding vcs fields to control file.
  * Upgrading package to standards 3.8.0.
  * Upgrading package to debhelper 7.
  * Removing watch file.
  * Reverting Makefile.qmake to upstream.

 -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jul 2008 12:42:00 +0200

qpxtool (0.6.1-3) unstable; urgency=low

  * Bumped to new policy.
  * Using new homepage field in control.
  * Don't hide make errors in clean target of rules.
  * Added manpage for deadreader and pioquiet.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Dec 2007 14:13:00 +0100

qpxtool (0.6.1-2) unstable; urgency=low

  * Applied patch from upstream to fix FTBFS with linux 2.6.23, thanks to
    Thomas Maguin <T.Maguin@web.de>.

 -- Daniel Baumann <daniel@debian.org>  Tue, 23 Oct 2007 14:47:00 +0200

qpxtool (0.6.1-1) unstable; urgency=low

  * New upstream release:
    - Including pxfw.
  * Updated 02-typos.dpatch.

 -- Daniel Baumann <daniel@debian.org>  Sun, 02 Sep 2007 17:50:00 +0200

qpxtool (0.6.0.9-5) unstable; urgency=low

  * Extendet 04-patch.dpatch to also cover install, not just build.
    All build system caused breakages are now fixed (Closes: #413211).

 -- Daniel Baumann <daniel@debian.org>  Thu, 08 Mar 2007 14:40:00 +0100

qpxtool (0.6.0.9-4) unstable; urgency=low

  * Reordered dpatches, thanks Eduard for taking care about it before.
  * Added patch to disable another ldconfig call.
  * Added lintian overrides.

 -- Daniel Baumann <daniel@debian.org>  Thu, 08 Mar 2007 13:06:00 +0100

qpxtool (0.6.0.9-3) unstable; urgency=low

  * 02-libflags.dpatch, 03-typos.dpatch: dpatch'ified upstream relevant
    changes from 0.6.0.9-2.1
  * 04-CWDA.dpatch: fixes typo in ./build, causing failure in a build
    environment with invalid $HOME (closes: #413211)

 -- Eduard Bloch <blade@debian.org>  Tue, 06 Mar 2007 18:30:31 +0100

qpxtool (0.6.0.9-2.1) unstable; urgency=low

  * NMU, blessed by maintainer
  * Added missing -fPIC flags on libraries, work around hidden build failures
    on amd64
  * setting provisional SONAMEs on the supplementary libraries
  * debian/rules: explicit removal of final build files
  * qpxtool/qcheck/test_threads.cpp: minor typo fix

 -- Eduard Bloch <blade@debian.org>  Tue, 06 Mar 2007 17:03:01 +0100

qpxtool (0.6.0.9-2) unstable; urgency=low

  * Replaced 01-libdeps.dpatch with a patch from upstream.

 -- Daniel Baumann <daniel@debian.org>  Sun, 04 Mar 2007 17:42:00 +0100

qpxtool (0.6.0.9-1) unstable; urgency=low

  * New upstream release.
  * Removed 01-kfreebsd.dpatch, went upstream.

 -- Daniel Baumann <daniel@debian.org>  Sat, 03 Mar 2007 10:49:00 +0100

qpxtool (0.5.4-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Tue, 01 Aug 2006 13:13:00 +0200

qpxtool (0.5.3-3) unstable; urgency=low

  * Making sure, the patch gets really applied in the right order this time
    (Closes: #376196).

 -- Daniel Baumann <daniel@debian.org>  Sat, 08 Jul 2006 13:26:00 +0200

qpxtool (0.5.3-2) unstable; urgency=low

  * New email address.
  * Added patch to fix FTBFS on kFreeBSD (Closes: #376196).

 -- Daniel Baumann <daniel@debian.org>  Fri, 07 Jul 2006 08:33:00 +0200

qpxtool (0.5.3-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Mon, 26 Jun 2006 14:03:00 +0200

qpxtool (0.5.0-1) unstable; urgency=low

  * Initial release (Closes: #357847).
  * Added manpage.

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Tue, 21 Mar 2006 11:01:00 +0100