File: changelog

package info (click to toggle)
qhull 2015.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,644 kB
  • ctags: 5,578
  • sloc: ansic: 39,632; cpp: 10,494; sh: 955; makefile: 773; xml: 203
file content (388 lines) | stat: -rw-r--r-- 15,228 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
qhull (2015.2-2) unstable; urgency=medium

  * bump to debhelper 10
  * bump policy version
  * spelling error quilt patch
  * harden

 -- Barak A. Pearlmutter <bap@debian.org>  Wed, 18 Jan 2017 13:33:24 +0000

qhull (2015.2-1) unstable; urgency=medium

  * New upstream release
  * Upstream fixes null stream tail chase (closes: #738339)
  * Swizzle doc pointer in man pages (closes: #784117)

 -- Barak A. Pearlmutter <bap@debian.org>  Mon, 15 Feb 2016 00:46:15 +0000

qhull (2012.1-5) unstable; urgency=medium

  * add symbols file
  * silence lintian binary-file-built-without-LFS-support

 -- Barak A. Pearlmutter <bap@debian.org>  Wed, 30 Apr 2014 13:13:14 +0100

qhull (2012.1-4) unstable; urgency=medium

  * Add convenience link to #include <qhull/qhull.h> to simplify transition.

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 13 Feb 2014 11:09:12 +0000

qhull (2012.1-3) unstable; urgency=medium

  * Simplify man page patch.
  * Support multi-arch.

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 13 Feb 2014 08:54:29 +0000

qhull (2012.1-2) unstable; urgency=medium

  * Build dependency on cmake is needed.
  * Remove ancient install-time scripts related to /usr/doc/ transition.
  * Create backwards-compatibility links in /usr/include/qhull/.

 -- Barak A. Pearlmutter <bap@debian.org>  Sat, 08 Feb 2014 22:45:45 +0000

qhull (2012.1-1) unstable; urgency=low

  * New upstream release (closes: #621909)
    - Port quilt patches to new upstream.
    - Upstream now supports cmake: use it instead of autotools.
      - This should address the binutils-gold issue (closes: #556302)
      - Ditto for undefined reference to pow@@GLIBC_2.2.5 (closes: #713546)
    - Upstream incremented to libqhull.so.6 so switch to libqhull6
      - Remove symbols file
    - Update many paths to account for upstream changes.
      - upstream installs .htm files intermingled with .h file in /usr/include,
        move the .htm to /usr/share/doc with symlinks for the .h files as they
        are referred to from the .htm files.  (These will be missing if the -doc
        package is installed without the -dev package, but it hardly seems worth
        adding a dependency.)
  * Add myself as uploader in debian/control (closes: #571875)
  * Fix wx include __POWERPC__ issue (closes: #640432)
  * Update/modify debian packaging
    - Switch to dh9 in debian/rules; flush cdbs.
    - Bump standards version
    - Various simplifications allowed by modern dh.
    - Move all dev docs to -doc; remove contrary stanza in README.Debian.
    - Activate single-debian-patch source option; see git for patch breakdown.
    - Gentler preinst /usr/share/doc/libqhull-dev symlink excision, and add
      preinst to similarly excise any /usr/share/doc/qhull-bin symlink.
    - Mash installed debian/tmp into shape ourselves.
  * Add quilt patches for minor issues: spelling, man page bug
  * Put Debian TODO file in -doc package

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 06 Feb 2014 13:43:21 +0000

qhull (2009.1-3) unstable; urgency=low

  * Team upload.
  * Add fix-FTBFS-643461-format-security.patch patch.
    Fix format-security compiler warnings.
    Thanks to peter green <plugwash@p10link.net> for the patch (Closes: #643461)
  * Drop quilt framework.
    Explicit dependencies on quilt is not needed as we use '3.0 (quilt)'
    source package format.

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 23 Nov 2011 09:03:46 +0100

qhull (2009.1-2) unstable; urgency=low

  * Team upload
  * Standards-Version updated to 3.9.2
  * Switch to dpkg-source 3.0 (quilt) format
  * Package moved into the debian science team
  * Fix the FTBFS with binutils-gold. Thanks to Iain Lane for providing the
    patch (Closes: #556302)
  * .la file is no longer installed

 -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 03 Aug 2011 09:50:39 +0200

qhull (2009.1-1) unstable; urgency=low

  * New upstream release
  * debian/patches/modern-autotools.patch: Drop patch (this new upstream
    release was generated with modern versions of the Autotools)
  * debian/patches/manpage-macros.patch: Drop patch (applied upstream)
  * debian/source.lintian-overrides: Drop obsolete override for Lintian
    warning ancient-libtool
  * debian/rules:
    + Use DEB_MAKE_CHECK_TARGET to run the unit tests through the check
      rule in debian/rules
    + Avoid running twice the build/qhull-bin rule (via a build-stamp
      file)
  * debian/clean: Remove build-stamp
  * debian/watch: Fix URL and regex for upstream tarball

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 14 Jun 2009 16:46:41 +0200

qhull (2003.1-12) unstable; urgency=low

  * debian/patches/modern-autotools.patch: Jumbo patch for updating the
    autotools-generated files with modern ones
  * debian/source.lintian-overrides:
    + Drop obsolete Lintian overrides outdated-autotools-helper-file
    + Add override for ancient-libtool, since file config/ltmain.sh is
      replaced by a modern one in the patch above
  * debian/control:
    + The Debian packaging files are now maintained through a Git
      repository at alioth.debian.org.  Switch the Vcs-* URLs to Git,
      accordingly.
    + Bump Standards-Version to 3.8.1 (add file README.source explaining
      the quilt patchsys, as mandated by the Policy)
    + Add ${misc:Depends} to all packages
    + Drop Section field of the qhull-bin package, which is redundant with
      the Section of the Source package
    + Build-Depend on autotools-dev, this is necessary for proper
      treatment of files config.{guess,sub} by CDBS
  * Add descriptions to all patches
  * debian/libqhull5.symbols: Add shared library symbols file
  * debian/libqhull-doc.lintian-overrides: Add comment

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 30 Apr 2009 13:08:22 +0200

qhull (2003.1-11) unstable; urgency=low

  * debian/rules: Use debian/clean instead of manually cleaning files
  * debian/compat, debian/control: Bump build-dependency on debhelper to
    >= 7.0.0, otherwise debian/clean is moot
  * debian/clean: New file

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 14 Aug 2008 13:26:11 +0200

qhull (2003.1-9lenny1) testing-proposed-updates; urgency=low

  * debian/rules: Use sed instead of eperl to generate the man pages.
    Eperl is buggy on hppa (see Bug#494191) and the package FTBFS there.
    (Closes: #494461)
  * debian/manpage.in: Adapt for using sed
  * debian.control:
    + Drop build-dependency on eperl
    + Build-depends on docbook-xml.  This avoid timeouts due to the failed
    attempt to load the external entity docbookx.dtd (needed for the
    Debian-provided man pages) when network connection is not available.
    + Bump Standards-Version to 3.8.0 (no changes needed)

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 14 Aug 2008 10:43:24 +0200

qhull (2003.1-10lenny1) unstable; urgency=low

  * debian/control: Build-depends on docbook-xml.  This avoid FTBFS due to
    the failed attempt to load the external entity docbookx.dtd (needed for
    the Debian-provided man pages) when network connection is not available
    (closes: #493456).

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 02 Aug 2008 22:00:22 +0200


qhull (2003.1-10) unstable; urgency=low

  * Create new package libqhull-doc containing the HTML documentation for
    Qhull.  This avoids a Lintian message saying that the arch-dependent
    package libqhull-dev has a big /usr/share directory.
  * debian/copyright: Clarify licensing conditions for the Debian
    packaging files
  * Bump Standards-Version to 3.8.0 (no changes needed)

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 27 Jun 2008 19:30:35 +0200

qhull (2003.1-9) unstable; urgency=low

  * debian/manpage.in:
    + Fix spacing in <ulink> tag
    + Remove brackets from email address
  * debian/README.Debian: Fixed path of documentation and examples files.
    Also, mention that these files are available in the libqhull-dev
    package.  Thanks to Jaap Weel for pointing this bug out.
  * debian/rules: Switch from CDBS' simple-patchsys to quilt
  * debian/control:
    + Build-depend on quilt
    + Fix URL of Vcs-Svn field
    + Add ${shlibs:Depends} to qhull-bin Depends
  * debian/libqhull-dev.doc-base: Changed section of documentation to
    Science/Mathematics
  * debian/patches/manpage-macros.patch: Add patch for fixing several
    syntax, macros, and hyphen problems in man pages qhull.man and rbox.man

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 19 Apr 2008 20:37:42 +0200

qhull (2003.1-8) unstable; urgency=low

  * debian/control:
    + Use the substitution variable ${binary:Version} instead of the
      deprecated ${Source-Version}
    + Added Homepage field
    + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
    + Dropped the Homepage pseudo-header for the extended descriptions
    + Bumped Standards-Version to 3.7.3
  * debian/rules:
    + Include the -fno-strict-aliasing option into CFLAGS, otherwise the
      qhull library does not work correctly.  This has to do with some
      change in the toolchain (gcc 4.1.* series).
    + Call the test suite after building the qhull-bin package
    + Removed bashism in the install/libqhull-dev rule

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 14 Dec 2007 10:48:45 +0100

qhull (2003.1-7) unstable; urgency=low

  * debian/control: Tighten build-dependency on docbook2x >= 0.8.8-3,
    since the previous version (0.8.8-2) was not installable and some
    autobuilders failed to build the package

 -- Rafael Laboissiere <rafael@debian.org>  Thu,  7 Jun 2007 14:21:06 +0200

qhull (2003.1-6) unstable; urgency=low

  * debian/control: Build-Depends on xsltproc (really closes: #419568)
  * debian/rules: Echo progression when building the man pages

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 17 Apr 2007 09:46:22 +0200

qhull (2003.1-5) unstable; urgency=low

  * debian/control: Build-depends on docbook2x >= 0.8.8-2 because previous
    versions cause the package to FTBFS (closes: #419568)

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 16 Apr 2007 22:43:30 +0200

qhull (2003.1-4) unstable; urgency=low

  * debian/libqhull-dev.doc-base: Put the HTML document in Apps/Math
    section
  * debian/libqhull-dev.lintian: Added Lintian override file
  * debian/control: Lowercase first word in the package descriptions

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 15 Apr 2007 14:54:33 +0200

qhull (2003.1-3) unstable; urgency=low

  * debian/control:
    + Changed maintainer to Debian Scientific Computing Team
    + Added my name to the Uploaders list
    + Added XS-Vcs-Svn and XS-Vcs-Browser fields
    + Upgraded build-dependency on debhelper to >= 5
    + Added build-dependency to cdbs and dropped dpatch
  * debian/compat: New file
  * debian/manpage.in: Fixed directory for URL links
  * debian/source.lintian-overrides:  Add a lintian override for
    outdated-autotools-helper-file, since we patch this via CDBS'
    autotools.mk
  * debian/libqhull-dev.preinst: Remove symlink /usr/share/doc/libqhull-dev
    which may cause problem in upgrading the package
  * debian/libqhull-dev.examples: Install examples
  * debian/rules:
    + Switched to CDBS
    + Install source.lintian-overrides

 -- Rafael Laboissiere <rafael@debian.org>  Mon,  2 Apr 2007 00:45:20 +0200

qhull (2003.1-2) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version to 3.7.2 (no chnages needed)
    - Fixed typo in the libqhull5 long description
    - Build-Depends on docbook2x instead of docbook-utils
  * debian/watch: Added file
  * debian/rules: Use docbook2x-man instead of docbook2man to produce the
    man pages
  * debian/manpage.in:
    - Converted to XML
    - Added "See Also" section (added the name of the HTML file contianing
      the full documentation)
    - Improved "Authors" section (added the names of the upstream authors)

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 27 Jun 2006 10:28:17 +0200

qhull (2003.1-1) unstable; urgency=low

  * New upstream release.  There are backward incompatibilities in the code
    and the soversion was bumped to libqhull5.
  * debian/rules:
    - Major rewrite of build and install rules, since we are using now the
      upstream tarball generated with "make dist".
    - Added config rule.
    - Use dpatch to patch src/user.h (enable qh_QHpointer).
  * debian/control:
    - Removed build-dependencies on autoconf, automake, and libtool.
    - Build-depends on dpatch.
    - Changed section of libqhull-dev package to libdevel.
  * debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
    directory.

 -- Rafael Laboissiere <rafael@debian.org>  Sun,  1 Feb 2004 01:14:13 +0100

qhull (2002.1-4) unstable; urgency=low

  * src/Make-config.sh: Patched upstream file for proper initialization of
    the Autotools.
  * debian/install-src-html.sh: Added script for including src/*.htm
    source documentation files into html doc dir.
  * debian/control:
    - Bumped Standards-Version to 3.6.1 (no changes needed).
    - Changed build-dependencies to autoconf and automake1.7 (instead of
      autoconf2.13 and automake1.6).  Added eperl.
  * debian/libqhull-dev.files: Added dir usr/share/doc/libqhull4/src.
  * debian/manpage.in: Added template for missing man pages.
  * debian/rules:
    - Call debian/install-src-html.sh.
    - Generate manpages for qconvex, qdelaunay, qhalf, and qvoronoi
      commands. Lintian is happy now.

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 18 Dec 2003 21:20:14 +0100

qhull (2002.1-3) unstable; urgency=low

  * New maintainer (as per http://lists.debian.org/debian-devel/1999
    /debian-devel-199911/msg01061.html).
  * debian/rules: Use the upstream script Make-config.sh, which sets up
    the autoconf/automake/libtool files.  Also, clean up all the generated
    files in the clean rule.
  * debian/control: Bumped Standards-Version to 3.5.7.  Added
    Build-Dependencies to autoconf/automake/libtool.

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 25 Sep 2002 10:39:30 +0200

qhull (2002.1-2) unstable; urgency=low

  * use shared char* qh_version in library

 -- Barak Pearlmutter <bap@cs.unm.edu>  Sat,  7 Sep 2002 10:34:13 -0600

qhull (2002.1-1) unstable; urgency=low

  * new upstream source

 -- Barak Pearlmutter <bap@cs.unm.edu>  Thu,  5 Sep 2002 20:51:10 -0600

qhull (3.1-5) unstable; urgency=low

  * rephrase descriptions (closes: #141027)

 -- Barak Pearlmutter <bap@cs.unm.edu>  Thu, 11 Apr 2002 22:12:33 -0600

qhull (3.1-4) unstable; urgency=low

  * include executables qconvex, qhalf, qvoronoi, qdelaunay
  * break executables out into separate package qhull-bin

 -- Barak Pearlmutter <bap@cs.unm.edu>  Wed, 27 Mar 2002 20:26:44 -0700

qhull (3.1-3) unstable; urgency=low

  * rename executable qhull-rbox back to rbox

 -- Barak Pearlmutter <bap@cs.unm.edu>  Mon, 25 Mar 2002 09:13:57 -0700

qhull (3.1-2) unstable; urgency=low

  * src/qconvex.c did not belong in the library
  * qh_version was multiply defined, now defined only in qhull.c

 -- Barak Pearlmutter <bap@cs.unm.edu>  Mon, 25 Mar 2002 08:55:45 -0700

qhull (3.1-1) unstable; urgency=low

  * Initial Release.  (closes: #108115)

 -- Barak Pearlmutter <bap@cs.unm.edu>  Sun, 24 Mar 2002 21:53:13 -0700