LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
changelog
Go to the documentation of this file.
1 lapack (3.5.0-4+bsos3) unstable; urgency=medium
2 
3  * Building lapack for project steamos:brewmaster:main repository main
4  arch x86_64 srcmd5 de0401ca98697f0f94d8ef30f1bb90e1
5 
6  -- abuild <abuild@buildd> Fri, 08 May 2015 21:04:19 +0000
7 
8 lapack (3.5.0-4) unstable; urgency=medium
9 
10  [ Alastair McKinstry ]
11  * Add lapack-netlib.pc support with update-alternatives.
12 
13  [ Sébastien Villemot ]
14  * Bump Standards-Version to 3.9.6, no changes needed.
15 
16  -- Sébastien Villemot <sebastien@debian.org> Wed, 15 Oct 2014 21:56:29 +0200
17 
18 lapack (3.5.0-3) unstable; urgency=medium
19 
20  [ Sébastien Villemot ]
21  * New patches from upstream and OpenBLAS to fix bugs:
22  - cgesvd-zgesvd-stack-corruption.patch
23  - zlanhf-clanhf-norm.patch
24  - zstemr-n2.patch
25  * Remove Sylvestre Ledru from Uploaders. Thanks Sylvestre for your work!
26  * ia64_ignore_testfailures.patch: drop patch, ia64 is now gone.
27  * Drop obsolete code in maintainer scripts to deal with the transition
28  liblapack.so.3gf => liblapack.so.3.
29 
30  [ Martin Pitt ]
31  * gcc is not enough for the xerbla-c test as we also need libc6-dev and
32  others. Just upgrade the dependency to build-essential. (Closes: #740174)
33 
34  -- Sébastien Villemot <sebastien@debian.org> Thu, 07 Aug 2014 15:41:29 +0200
35 
36 lapack (3.5.0-2) unstable; urgency=low
37 
38  * Do not compile the testsuite with -frecursive. Otherwise some test
39  binaries allocate too much space on the stack, leading to crashes on
40  mips{,el}.
41 
42  -- Sébastien Villemot <sebastien@debian.org> Sat, 23 Nov 2013 16:08:26 +0100
43 
44 lapack (3.5.0-1) unstable; urgency=low
45 
46  * New upstream release.
47  * Upstream tarball is now DFSG-compatible, adapt the repackaging code.
48  * Remove recursive.patch. Replace it by the -frecursive flag to gfortran, as
49  recommended by upstream for fixing #693269.
50  * debian/copyright: document the license of lapacke.
51  * Bump Standards-Version to 3.9.5, no changes needed.
52  * Ship lapacke PDF in liblapack-doc.
53  * doxygen-exclude-binary-objects.patch: new patch, makes Doxygen skip binary
54  objects.
55  * liblapack-doc: go back to Doxygen-generated jquery.js, instead of the
56  version shipped in the libjs-jquery package. Otherwise the HTML
57  documentation is unusable.
58 
59  -- Sébastien Villemot <sebastien@debian.org> Thu, 21 Nov 2013 22:40:10 +0100
60 
61 lapack (3.4.2+dfsg-4) unstable; urgency=low
62 
63  * ia64_ignore_testfailures.patch: now ignore all test failures on ia64.
64 
65  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 18:00:10 +0200
66 
67 lapack (3.4.2+dfsg-3) unstable; urgency=low
68 
69  * Remove -funroll-all-loops from build flags. It may diminish
70  performance, and creates segfaults on ia64.
71  * ia64_ignore_testfailures.patch: new patch. Ignore two test failures on
72  ia64.
73 
74  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 14:22:36 +0200
75 
76 lapack (3.4.2+dfsg-2) unstable; urgency=low
77 
78  [ Sébastien Villemot ]
79  * Bump to debhelper compat level 9
80  * Simplification and improvement of debian/rules:
81  + use dh
82  + remove hack to workaround timeouts in testsuite
83  + ship testsuite summary generated by LAPACK build system instead of
84  generating our own
85  + do not run testsuite if DEB_BUILD_OPTIONS contains "nocheck"
86  (Closes: #718948)
87  + ensure that flags from dpkg-buildflags are injected everywhere
88  * Install static library in liblapacke-dev
89  * Remove remnants of old system for notifying testsuite errors at
90  installation of the library
91  * Switch VCS to Git
92  * liblapack-dev now alternatively depends on libblas.so (Closes: #695825)
93  * liblapack-dev now provides liblapack.so (instead of liblapack-3.so), for
94  consistency with libblas-dev
95  * Do not ship a copy of jquery.js; instead link to the version from the Debian
96  package
97  * Fix debian/watch
98 
99  [ Julian Taylor ]
100  * strip -Bsymbolic-functions from LDFLAGS. -Bsymbolic-functions breaks
101  xerbla_ error handling overrides as internal calls to it will not go
102  over the plt anymore. With bfd linker --dynamic-list could be used
103  instead but it doesn't seem work with gold linker. (Closes: #722252)
104 
105  -- Sébastien Villemot <sebastien@debian.org> Sat, 14 Sep 2013 21:59:36 +0200
106 
107 lapack (3.4.2+dfsg-1) unstable; urgency=low
108 
109  [ Sébastien Villemot ]
110  * parallel_build.patch: improve patch by marking some Makefiles as not
111  parallelizable; should fix FTBFS on kfreebsd-*
112 
113  [ Sylvestre Ledru ]
114  * Upload to unstable
115  * Some routines produced incorrect results in multithreaded environment
116  Thanks to Michael Banck for the fix (Closes: #693269)
117 
118  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 06 May 2013 11:39:13 +0200
119 
120 lapack (3.4.2+dfsg-1~exp1) experimental; urgency=low
121 
122  * Repackage upstream tarball. Delete non-DFSG-free files:
123  lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)
124  * Use my @debian.org email address
125  * Remove obsolete DM-Upload-Allowed control flag
126  * Fixes and improvements in package build logic
127  + fix build-arch and build-indep rules
128  + use Build-Depends-Indep field
129  + enable parallel build (in particular, new patch parallel_build.patch)
130  + move test failure notice from obsolete liblapack3gf to liblapack3
131  * Bump Standards-Version to 3.9.4
132  * Add lintian overrides in liblapack-doc-man about bad whatis entries in
133  manpages (upstream does not provide the required short descriptions)
134 
135  -- Sébastien Villemot <sebastien@debian.org> Wed, 27 Mar 2013 13:11:24 +0100
136 
137 lapack (3.4.2-1~exp2) experimental; urgency=low
138 
139  * Remove an override of a rule which was failing all builds
140 
141  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 29 Sep 2012 09:56:28 +0200
142 
143 lapack (3.4.2-1~exp1) experimental; urgency=low
144 
145  * New upstream release
146  * Decouple the build process from gcc (use /usr/bin/cc instead of gcc)
147  * Remove the warning no-debconf-templates
148  * Fix package-would-benefit-from-build-arch-targets
149  * Remove some old comments
150  * Introduce some of the hardening flags
151 
152  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Sep 2012 07:22:36 +0200
153 
154 lapack (3.4.1-6) unstable; urgency=low
155 
156  * Ship liblapacke.so* in /usr/lib instead of /usr/lib/lapack. There is
157  no reason to ship that library in a deeper directory since it is not
158  managed by the lapack alternative. (Closes: #685312)
159 
160  -- Sébastien Villemot <sebastien.villemot@ens.fr> Tue, 21 Aug 2012 08:34:48 +0000
161 
162 lapack (3.4.1-5) unstable; urgency=low
163 
164  * liblapack-test: move to devel/extra, to reflect override
165  * liblapacke_no_matgen.patch: new patch; prevents inclusion of wrappers
166  for MATGEN functions in liblapacke (Closes: #680428)
167  * liblapack-doc: add missing "Files" field in doc-base entry
168 
169  -- Sébastien Villemot <sebastien.villemot@ens.fr> Fri, 06 Jul 2012 11:03:55 +0000
170 
171 lapack (3.4.1-4) unstable; urgency=low
172 
173  * liblapack3.prerm, liblapack3gf.prerm: avoid crash if liblapack.so.3gf
174  already deleted
175  * liblapack3gf transitional package:
176  + move to oldlibs section (Closes: #679103)
177  + mark as arch:all
178  * Restore alternatives in shlibs file of liblapack3
179  * Set DM-Upload-Allowed to yes
180 
181  -- Sébastien Villemot <sebastien.villemot@ens.fr> Wed, 20 Jun 2012 12:36:04 +0000
182 
183 lapack (3.4.1-3) unstable; urgency=low
184 
185  [ Sylvestre Ledru ]
186  * Remove debug messages
187 
188  [ Sébastien Villemot ]
189  * Remove lsame(3) from liblapack-doc-man (Closes: #677461)
190  * Add myself to Uploaders
191 
192  -- Sébastien Villemot <sebastien.villemot@ens.fr> Sun, 17 Jun 2012 12:01:30 +0000
193 
194 lapack (3.4.1-2) unstable; urgency=low
195 
196  [ Sylvestre Ledru ]
197  * Update of Vcs-Svn and Vcs-Browser tags (Closes: #676281)
198 
199  [ Sébastien Villemot ]
200  * Do not ship blas manpages in liblapack-doc-man (Closes: #677461)
201  * Fix linking problem of liblapacke (Closes: #676528)
202 
203  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Jun 2012 22:23:50 +0200
204 
205 lapack (3.4.1-1) unstable; urgency=low
206 
207  * Upload in unstable
208 
209  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Jun 2012 17:32:17 +0200
210 
211 lapack (3.4.1-1~exp5) experimental; urgency=low
212 
213  * Fix a bad alternative link to the old library name
214 
215  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 01 Jun 2012 10:27:50 +0200
216 
217 lapack (3.4.1-1~exp4) experimental; urgency=low
218 
219  * Replaces and Breaks updated against the right versions of other impacted
220  packages
221  * Force the right version to build against libblas-dev
222 
223  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 May 2012 17:21:13 +0200
224 
225 lapack (3.4.1-1~exp3) experimental; urgency=low
226 
227  * Moved removal from postinst to preinst
228 
229  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 18 May 2012 16:05:45 +0200
230 
231 lapack (3.4.1-1~exp2) experimental; urgency=low
232 
233  * Remove liblapack.so.3gf references before the install
234 
235  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 14 May 2012 18:44:11 +0200
236 
237 lapack (3.4.1-1~exp1) experimental; urgency=low
238 
239  * New upstream release
240 
241  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 21 Apr 2012 17:45:44 +0200
242 
243 lapack (3.4.0-1~exp3) experimental; urgency=low
244 
245  * Join modifications with blas, lapack, atlas and openblas.
246  Declare the replacements of all *3gf blas & lapack implementation
247  (Closes: #660607)
248  * Standards-Version updated to version 3.9.3
249  * graphviz is also a build dep
250 
251  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 10 Apr 2012 19:35:10 +0200
252 
253 lapack (3.4.0-1~exp2) experimental; urgency=low
254 
255  * Introduce back liblapack3gf as transitionnal package
256  (Closes: #656039)
257 
258  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 19 Feb 2012 11:34:47 +0100
259 
260 lapack (3.4.0-1~exp1) experimental; urgency=low
261 
262  * New upstream release
263  * manpages removed and repack script updated (LP: #764445)
264  * New packages liblapacke & liblapacke-dev (C library) added (LP: #767108)
265  * Update the whole lapack documentation. Now uses the generated documentation
266  produced by doxygen.
267  * Package liblapack-doc-man introduced with the manpages of the function.
268  * Remove the deprecated documentation.
269 
270  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 15 Nov 2011 17:07:42 +0100
271 
272 lapack (3.3.1-2) experimental; urgency=low
273 
274  * Standards-Version updated to version 3.9.2
275  * Get ride of the dependency on libatlas-base-dev
276  * Rename liblapack3gf package => liblapack3
277  * Rename liblapack.so.3gf => liblapack.so.3
278 
279  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Sep 2011 19:55:27 +0200
280 
281 lapack (3.3.1-1) unstable; urgency=low
282 
283  * New upstream release
284  * man fixes removed (applied upstream)
285 
286  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 May 2011 00:03:55 +0200
287 
288 lapack (3.3.0-4) unstable; urgency=low
289 
290  * Fix the manpages issues
291  * Fix some alignement issues (Closes: #593705)
292 
293  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:54 +0100
294 
295 lapack (3.3.0-3) unstable; urgency=low
296 
297  * Upload in unstable.
298  * postrm-has-useless-call-to-ldconfig and
299  postinst-has-useless-call-to-ldconfig removed
300 
301  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:25 +0100
302 
303 lapack (3.3.0-2) experimental; urgency=low
304 
305  * Incorporate the modifications of Laurent's NMU (Closes: #586315)
306  * Fix a minor typo in the manpage of zggev. Thanks to Bastien Roucaries
307  (Closes: #593705)
308  * Remove the old stuff about gfortran in the description
309  * Switch to dpkg-source 3.0 (quilt) format
310 
311  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 20 Dec 2010 00:09:45 +0100
312 
313 lapack (3.3.0-1) experimental; urgency=low
314 
315  * New upstream release
316  * Standards-Version updated to version 3.9.1
317 
318  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 13 Dec 2010 00:31:20 +0100
319 
320 lapack (3.2.2-1.2) unstable; urgency=low
321 
322  * Non-maintainer upload.
323  * Really remove alternatives for all packages during removal (Closes: #586315)
324 
325  -- Laurent Bigonville <bigon@debian.org> Tue, 23 Nov 2010 01:48:20 +0100
326 
327 lapack (3.2.2-1.1) unstable; urgency=low
328 
329  * Non-maintainer upload.
330  * Correctly remove alternative during package removal (Closes: #586315)
331 
332  -- Laurent Bigonville <bigon@debian.org> Sat, 20 Nov 2010 18:42:36 +0100
333 
334 lapack (3.2.2-1) unstable; urgency=low
335 
336  * New upstream release
337  * Change the order of the dependencies (Closes: #588175)
338 
339  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 05 Jul 2010 22:03:43 +0200
340 
341 lapack (3.2.1-8) unstable; urgency=low
342 
343  * Explicit minimal dependency against blas added (Closes: #579463)
344 
345  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 28 Apr 2010 00:32:26 +0200
346 
347 lapack (3.2.1-7) unstable; urgency=low
348 
349  * The path to blas has changed (Closes: #576931)
350 
351  -- Sylvestre Ledru <sylvestre@debian.org> Thu, 08 Apr 2010 13:59:26 +0200
352 
353 lapack (3.2.1-6) unstable; urgency=low
354 
355  * Remove the old alternatives
356 
357  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 07 Apr 2010 23:58:40 +0200
358 
359 lapack (3.2.1-5) unstable; urgency=low
360 
361  * Upload into unstable
362 
363  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Apr 2010 10:22:20 +0200
364 
365 lapack (3.2.1-4) experimental; urgency=low
366 
367  * liblapack_pic.a is now also handle with the update-alternatives system
368 
369  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Mar 2010 18:35:23 +0100
370 
371 lapack (3.2.1-3) experimental; urgency=low
372 
373  * Standards-Version updated to version 3.8.4
374  * Package moved from pkg-scicomp to Debian Science
375  * Libraries are now handled with update-alternatives
376  See: http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
377 
378  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 03 Mar 2010 15:22:32 +0100
379 
380 lapack (3.2.1-2) unstable; urgency=low
381 
382  * Change of my email address since I am now DD
383  * Standards-Version updated to 3.8.3
384  * DM-Upload-Allowed removed
385  * cleanup in the uploader since I am pretty much the last one active
386 
387  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Oct 2009 22:34:32 +0200
388 
389 lapack (3.2.1-1) unstable; urgency=low
390 
391  * New upstream release
392 
393  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Mon, 04 May 2009 10:26:22 +0200
394 
395 lapack (3.2.0-3) unstable; urgency=low
396 
397  * debian/rules, liblapack-doc.manpages: Install man pages of the API
398  functions in /usr/share/man/man3 using .3lapack as extension. This
399  should completely avoid clashes with other packages. Closes: #520460.
400 
401  -- Rafael Laboissiere <rafael@debian.org> Sat, 21 Mar 2009 18:40:03 +0100
402 
403 lapack (3.2.0-2) unstable; urgency=low
404 
405  [ Rafael Laboissiere ]
406  * Upload to unstable
407  * debian/control: Bump Standards-Version to 3.8.1 (no changes needed)
408 
409  * debian/control, debian/compat: Bump build-dependency and compatibility
410  level to debhelper >= 7 (version 4 is now deprecated)
411 
412  * debian/patches/pic.patch: Drop this patch, since it interferes with
413  the way the OPTS variable must be set, on a per-architecture basis
414  * debian/control: As a consequence of the above, drop the
415  build-dependency on cdbs
416  * debian/rules: Fix the building/cleaning of make.inc and
417  testing/Makefile files, which were being left behind after running
418  debian/rules clean
419 
420  [ Sylvestre Ledru ]
421  * typo fixed in debian/rules
422 
423  -- Rafael Laboissiere <rafael@debian.org> Sat, 14 Mar 2009 12:37:59 +0100
424 
425 lapack (3.2.0-1) experimental; urgency=low
426 
427  [ Sylvestre Ledru ]
428  * New upstream version
429  * Repacking script updated (download separately the manpages)
430  * Patch to enable the pic option added
431  * misc depends added (to make lintian happy)
432 
433  [ Rafael Laboissiere ]
434  * debian/watch: Force the use of PASV by ftp
435  * debian/control:
436  + Use DM-DM-Upload-Allowed field instead of XS-DM-Upload-Allowed
437  + Add myself to the list of Uploaders
438  * debian/orig-tar.sh: Include the LUG files into the generated tarball
439  * debian/rules: Call web2png with -d option, such that original GIF, as
440  well as the *.bak files are deleted when adding the LUG files to the
441  tarball
442 
443  -- Rafael Laboissiere <rafael@debian.org> Wed, 07 Jan 2009 12:07:55 +0000
444 
445 lapack (3.1.1-6) unstable; urgency=low
446 
447  * Timing tests removed (advice from upstream)
448  * "set -e" added to liblapack3gf.config to make lintian happy
449  * Many fixes in the man pages (makes lapack lintian free now)
450  * Empty manpage zbcon removed
451 
452  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 30 Oct 2008 10:41:53 +0100
453 
454 lapack (3.1.1-5) unstable; urgency=low
455 
456  * rename manpage lsame & xerbla to lsame-lapack & xerblas-lapack to
457  avoid duplicate man page with libblas-doc (Closes: #500660)
458  * use dh_installman instead of dh_installmanpages
459  * Duplicate on liblapack-test.1 removed
460 
461  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Tue, 30 Sep 2008 23:16:04 +0200
462 
463 lapack (3.1.1-4) unstable; urgency=low
464 
465  * manpages are now installed (Closes: #500225)
466 
467  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Fri, 26 Sep 2008 17:34:05 +0200
468 
469 lapack (3.1.1-3) unstable; urgency=low
470 
471  * Typos fixed in the manpages (Closes: #410309)
472  * Better & easier watch file (use the FTP instead of HTTP)
473 
474  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 14 Aug 2008 10:49:06 +0200
475 
476 lapack (3.1.1-2) unstable; urgency=low
477 
478  [ Sylvestre Ledru ]
479  * Update to Standards-version 3.8.0
480  * Tags Homepage, Vcs-Svn and Vcs-Browser added
481  * watch file added
482  * Update of copyright to make lintian happier
483  * Update of doc-base section
484  * doc-base-file-separator-extra-whitespaces removed
485  * Myself added to uploaders
486 
487  -- Ondrej Certik <ondrej@certik.cz> Tue, 12 Aug 2008 13:17:52 +0200
488 
489 lapack (3.1.1-1) unstable; urgency=low
490 
491  * Maintainer changed to Debian Scientific Computing Team
492  * Camm Maguire and Ondrej Certik added to uploaders
493  * XS-DM-Upload-Allowed: yes field added
494 
495  -- Ondrej Certik <ondrej@certik.cz> Thu, 17 Jul 2008 22:05:19 +0200
496 
497 lapack (3.1.1-0.5) unstable; urgency=low
498 
499  * Non-maintainer upload.
500  * Import changes from ubuntu:
501  * Use system default gcc/gfortran instead of explict gcc-4.3
502  * Don't show confusing and obscure debconf messages about lapack build
503  errors on liblapack install; these errors have not been linked to
504  actual bugs in the library, and the current failures look like a
505  testsuite error only. Closes: 488561
506 
507  -- Riku Voipio <riku.voipio@iki.fi> Thu, 03 Jul 2008 17:30:54 +0300
508 
509 lapack (3.1.1-0.4) unstable; urgency=medium
510 
511  * Upload to unstable.
512  * Move liblapack-dev, liblapack-pic, liblapack-test into section libdevel.
513 
514  -- Matthias Klose <doko@debian.org> Sun, 17 Feb 2008 22:48:17 +0100
515 
516 lapack (3.1.1-0.3) experimental; urgency=low
517 
518  * debian/shlibs.local: s/atlas3gf-base/libatlas3gf-base/.
519  * Don't run zsvdtim on s390.
520  * Link using gfortran instead of gcc.
521  * Don't build with -funroll-all-loops on toy archs (arm, armel, m68k).
522  * debian/rules: Make sure to run the timing tests with the trun wrapper.
523 
524  -- Matthias Klose <doko@debian.org> Mon, 04 Feb 2008 19:09:41 +0100
525 
526 lapack (3.1.1-0.2) experimental; urgency=low
527 
528  * debian/control: s/atlas-base-dev/libatlas-base-dev/.
529 
530  -- Matthias Klose <doko@debian.org> Sun, 03 Feb 2008 01:15:25 +0100
531 
532 lapack (3.1.1-0.1) experimental; urgency=low
533 
534  * Non-maintainer upload.
535  * New upstream release.
536  * debian/rules:
537  + Use INT_ETIME in make.inc.
538  * debian/patches, debian/upstream:
539  + Remove all patches.
540 
541  -- Kumar Appaiah <akumar@ee.iitm.ac.in> Mon, 28 Jan 2008 22:40:25 +0530
542 
543 lapack (3.0.20000531a-1.1) unstable; urgency=low
544 
545  * Explicitely build using gfortran-4.3.
546  * Do not prefer libatlas3gf-base in the lapack shlibs file.
547 
548  -- Matthias Klose <doko@debian.org> Sat, 19 Jan 2008 19:47:32 +0100
549 
550 lapack (3.0.20000531a-1) experimental; urgency=low
551 
552  * Acknowledge NMU
553  * gfortran transition
554 
555  -- Camm Maguire <camm@enhanced.com> Thu, 25 Oct 2007 11:15:23 -0400
556 
557 lapack3 (3.0.20000531a-6.1) unstable; urgency=low
558 
559  * Non-maintainer upload.
560  * cdebconf transition: allow the dependency on debconf to be satisfied with
561  an alternate of debconf-2.0 (Closes: #331883).
562 
563  -- Amaya Rodrigo Sastre <amaya@debian.org> Mon, 20 Aug 2007 19:13:42 +0200
564 
565 lapack3 (3.0.20000531a-6) unstable; urgency=high
566 
567  * Fix lapack3-dev depends typo: libblas3.so -> libblas-3.so
568  * All packages save shared lib package conflict/replace with analog in
569  lapack.
570  * Remove explicit depends on libblas.so.3 now that libs are explicitly
571  linked against these.
572 
573  -- Camm Maguire <camm@enhanced.com> Wed, 23 Mar 2005 14:57:23 +0000
574 
575 lapack3 (3.0.20000531a-5) unstable; urgency=high
576 
577  * Revise again maxwrk/minwrk fir to upstream {s,d}gesdd.f patch, Closes: #276534.
578  * Try linking liblapack against libblas and libg2c. Closes: #261354
579  * Put zgess.f patch back into debian/patches, and out of main package diff
580 
581  -- Camm Maguire <camm@enhanced.com> Fri, 15 Oct 2004 16:58:12 +0000
582 
583 lapack3 (3.0.20000531a-4) unstable; urgency=low
584 
585  * Add slave alternative link to static lib in -dev package
586  * Bug fix: "lapack3-doc: spurious robots.txt file", thanks to Jochen
587  Voss (Closes: #248559). Removed robots.txt from lapack3-doc
588  * Fixed bad section number in manpages for lintian
589  * added testing/tmp to clean target
590 
591  -- Camm Maguire <camm@enhanced.com> Tue, 1 Jun 2004 16:48:25 +0000
592 
593 lapack3 (3.0.20000531a-3) unstable; urgency=low
594 
595  * lapack-doc -> lapack3-doc in doc-base files, Closes: #233069
596 
597  -- Camm Maguire <camm@enhanced.com> Mon, 16 Feb 2004 18:33:40 +0000
598 
599 lapack3 (3.0.20000531a-2) unstable; urgency=low
600 
601  * Fix lintian errors in lapack3-test (manpages had wrong .so links)
602  * Rename templates for lapack3 package naming scheme
603 
604  -- Camm Maguire <camm@enhanced.com> Wed, 21 Jan 2004 19:42:31 +0000
605 
606 lapack3 (3.0.20000531a-1) unstable; urgency=low
607 
608  * Binary incompatible changes in the blas library, against which this
609  library is linked, require an increase in the soname, and a change
610  in package name to allow for support for the old API in both source
611  and binary form to remain in the archives.
612 
613  -- Camm Maguire <camm@enhanced.com> Tue, 23 Dec 2003 15:08:41 +0000
614 
615 lapack (3.0.20000531a-25) unstable; urgency=low
616 
617  * Fix rules to not look for g77-3.2 on ia64 and alpha
618 
619  -- Camm Maguire <camm@enhanced.com> Thu, 31 Jul 2003 21:53:42 +0000
620 
621 lapack (3.0.20000531a-24) unstable; urgency=low
622 
623  * Newer standards
624  * Recompile with latest toolchain to reduce error count, Closes:
625  #202321
626  * default g77 all arches
627  * lintian edits to lapack.3, csrot.3 and zdrot.3 manpages
628  * lintian edits to copyright file
629 
630  -- Camm Maguire <camm@enhanced.com> Wed, 30 Jul 2003 21:46:17 +0000
631 
632 lapack (3.0.20000531a-23) unstable; urgency=low
633 
634  * Fix permissions for building with sudo, Closes: #177105
635 
636  -- Camm Maguire <camm@enhanced.com> Mon, 17 Feb 2003 12:37:45 -0500
637 
638 lapack (3.0.20000531a-22) unstable; urgency=low
639 
640  * prevent completely empty patches
641 
642  -- Camm Maguire <camm@enhanced.com> Thu, 5 Dec 2002 20:11:27 -0500
643 
644 lapack (3.0.20000531a-21) unstable; urgency=low
645 
646  * Patch to fix lwork in dgesdd and sgesdd
647  * Upstream timing and testing updates
648  * fixes to {s,d,g,z} man pages
649  * updated release notes from upstream
650 
651  -- Camm Maguire <camm@enhanced.com> Wed, 4 Dec 2002 16:46:13 -0500
652 
653 lapack (3.0.20000531a-20) unstable; urgency=low
654 
655  * Fix incorrect compiler specification for alpha and ia64
656 
657  -- Camm Maguire <camm@enhanced.com> Tue, 29 Oct 2002 11:20:03 -0500
658 
659 lapack (3.0.20000531a-19) unstable; urgency=low
660 
661  * Added ${g77} to depends for lapack-dev, Closes: #149834
662  * Fixed typo in templates
663 
664  -- Camm Maguire <camm@enhanced.com> Mon, 28 Oct 2002 20:00:20 -0500
665 
666 lapack (3.0.20000531a-18) unstable; urgency=high
667 
668  * Minor change to trun to redirect standard err to log file and to
669  avoid eval wrapper, as killing this is not reliable
670  * Increased timeout on tester output checks
671  * lapack-dev in section devel
672 
673  -- Camm Maguire <camm@enhanced.com> Mon, 8 Apr 2002 15:35:55 -0400
674 
675 lapack (3.0.20000531a-17) unstable; urgency=high
676 
677  * Removed space befoe lone newline in templates, Closes: #141527,
678  Closes: #141529, Closes: #141533
679  * chmod +x debian/rawk
680  * Allow for missing /proc/cpuinfo
681  * Record compiler version in ?_results
682 
683  -- Camm Maguire <camm@enhanced.com> Sat, 6 Apr 2002 23:53:11 -0500
684 
685 lapack (3.0.20000531a-16) unstable; urgency=high
686 
687  * Removed quotes from alpha FOPTS
688  * Made trun timeouts work relative to last output, instead of total
689  job run time, for slow machines
690  * debconf templates warning about library errors
691  * lapack debconf dependency
692 
693  -- Camm Maguire <camm@enhanced.com> Wed, 3 Apr 2002 20:45:46 -0500
694 
695 lapack (3.0.20000531a-15) unstable; urgency=high
696 
697  * Removed alpha workaround -- no longer necessary
698  * Run timings/tests under script capturing exit status and reporting
699  it to enable build on buggy architectures (arm hppa) for now, (since
700  I can't seem to get anyone to remove them from the archive, and they
701  are holding up lapack everywhere else)
702  * Remove -funroll-all-loops for arm
703  * arm just compiles, but is useless -- runs no testers
704  * changed variable structure in make.inc
705  * liblapack2.so alternative
706  * Arch specific patch mechanism
707  * Fixed blas dependencies, Closes: #140661
708  * Patch for hppa to avoid tests of error exists pending fix to the
709  dynamic loader
710 
711  -- Camm Maguire <camm@enhanced.com> Sun, 31 Mar 2002 22:05:42 -0500
712 
713 lapack (3.0.20000531a-14) unstable; urgency=low
714 
715  * Work arounds for alpha compiler problems
716 
717  -- Camm Maguire <camm@enhanced.com> Wed, 20 Mar 2002 17:11:02 -0500
718 
719 lapack (3.0.20000531a-13) unstable; urgency=low
720 
721  * g77-3.0 ->g77 for s390
722 
723  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 14:00:24 -0500
724 
725 lapack (3.0.20000531a-12) unstable; urgency=low
726 
727  * g77-3.0 -O0 for S390
728 
729  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 06:15:56 -0500
730 
731 lapack (3.0.20000531a-11) unstable; urgency=low
732 
733  * Depend on blas2-dev -> blas-dev | blas2-dev, Closes: #138413
734 
735  -- Camm Maguire <camm@enhanced.com> Fri, 15 Mar 2002 16:29:52 -0500
736 
737 lapack (3.0.20000531a-10) unstable; urgency=low
738 
739  * Removed m68k specific Build-depends
740 
741  -- Camm Maguire <camm@enhanced.com> Sun, 10 Mar 2002 07:18:39 -0500
742 
743 lapack (3.0.20000531a-9) unstable; urgency=low
744 
745  * Removed m68k specific compile options, Closes: #137346
746 
747  -- Camm Maguire <camm@enhanced.com> Fri, 8 Mar 2002 13:12:20 -0500
748 
749 lapack (3.0.20000531a-8) unstable; urgency=low
750 
751  * Copy libblas to working directory, elimnate LD_PRELOAD in rules
752 
753  -- Camm Maguire <camm@enhanced.com> Fri, 1 Mar 2002 23:09:23 -0500
754 
755 lapack (3.0.20000531a-7) unstable; urgency=low
756 
757  * Another attempt at fixing permission denied problems on certain
758  autobuilders
759 
760  -- Camm Maguire <camm@enhanced.com> Sat, 23 Feb 2002 14:07:44 -0500
761 
762 lapack (3.0.20000531a-6) unstable; urgency=low
763 
764  * Reworked descriptions, Closes: #135041
765  * chmod go+rw on touched stampt files to clear up permission problems
766  on mips,mipsel, and alpha
767  * Added filenames to timing_results and testing_results
768  * Added semi-real time display of testing/timing results for clearer
769  autobuilder output and job detection
770 
771  -- Camm Maguire <camm@enhanced.com> Thu, 21 Feb 2002 13:26:55 -0500
772 
773 lapack (3.0.20000531a-5) unstable; urgency=low
774 
775  * Fixed arch detection in rules
776  * Added PICOPTS and FOPTS to NOOPT in make.inc
777 
778  -- Camm Maguire <camm@enhanced.com> Mon, 18 Feb 2002 20:44:23 -0500
779 
780 lapack (3.0.20000531a-4) unstable; urgency=low
781 
782  * Prepend instead of cloberring LD_LIBRARY_PATH
783 
784  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 22:15:59 -0500
785 
786 lapack (3.0.20000531a-3) unstable; urgency=low
787 
788  * Removed empty patch files
789 
790  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 13:06:53 -0500
791 
792 lapack (3.0.20000531a-2) unstable; urgency=low
793 
794  * Edited lapack.3 manpage, Closes: #99385
795  * Remove zbcon.3 manpage, Closes: #99386
796  * Copyright elaboration, Closes: #101683
797 
798  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 00:15:36 -0500
799 
800 lapack (3.0.20000531a-1) unstable; urgency=low
801 
802  * Remove html.bak files from lug source
803 
804  -- Camm Maguire <camm@enhanced.com> Sat, 16 Feb 2002 10:55:21 -0500
805 
806 lapack (3.0.20000531-2) unstable; urgency=low
807 
808  * ORed construction in shlibs and shlibs.local: liblapack 2
809  atlas2-base | lapack | lapack2
810 
811  -- Camm Maguire <camm@enhanced.com> Fri, 15 Feb 2002 23:44:30 -0500
812 
813 lapack (3.0.20000531-1) unstable; urgency=low
814 
815  * New upstream release
816  * New maintainer
817  * New release Closes: #111374
818  * New maintainer Closes: #101341
819  * New maintainer Closes: #59302
820  * New maintainer Closes: #115397
821  * Added Lapack User's Guide, Release Notes, and FAQ to documentation
822  * Incorporated manpages into source, obviating lapack-doc source
823  package
824  * web2png on Lapack User's Guide
825 
826  -- Camm Maguire <camm@enhanced.com> Wed, 13 Feb 2002 22:49:09 -0500
827 
828 lapack (3.0-5.4) unstable; urgency=low
829 
830  * NMU
831  * Build with g77-3.0 on ia64. g77 version 2.96 segfaults.
832  Closes: #114341.
833 
834  -- John Daily <jdaily@progeny.com> Wed, 10 Oct 2001 11:21:03 -0500
835 
836 lapack (3.0-5.3) frozen unstable; urgency=low
837 
838  * NMU, with maintainer permission
839  * Put virtual package lapack2 in dependency field of shlibs
840 
841  -- Camm Maguire <camm@enhanced.com> Fri, 20 Jul 2001 16:44:34 -0400
842 
843 lapack (3.0-5.2) frozen unstable; urgency=low
844 
845  * NMU, with permission from maintainer
846  * Added support for lapack2 virtual package
847  * Build-depends
848  * Applied m68k patch using fort77 and -ffloat-store, Closes: #101341
849  * Saved .o files for shared and static builds in temporary directories
850  debian/shared and debian/static, respectively, to allow packages
851  needing access to these object (e.g. atlas) to access them by
852  executing 'debian/rules build', Closes: #59302
853 
854  -- Camm Maguire <camm@enhanced.com> Wed, 18 Jul 2001 13:34:01 -0400
855 
856 lapack (3.0-5.1) frozen unstable; urgency=low
857 
858  * Source NMU to fix alpha build situation (requires -mieee and can now
859  be built without f2c) with maintainer permission.
860 
861  -- Christopher C. Chimelis <chris@classnet.med.miami.edu> Wed, 1 Mar 2000 09:39:52 -0500
862 
863 lapack (3.0-5) frozen unstable; urgency=low
864 
865  * New Maintainer (should have been done a few uploads ago)
866  * use f2c to compile on alpha to avoid bug in gcc. Closes: bug#55253, #48661
867  * Now uses DEB_HOST_GNU_CPU to set the arch
868 
869  -- James A. Treacy <treacy@debian.org> Tue, 18 Jan 2000 13:22:12 -0500
870 
871 lapack (3.0-4) unstable; urgency=low
872 
873  * recompiled with latest blas package. Closes: #52256
874 
875  -- James A. Treacy <treacy@debian.org> Wed, 5 Jan 2000 13:52:56 -0500
876 
877 lapack (3.0-3) unstable; urgency=low
878 
879  * lapack-dev depends on blas-dev. Closes: #48462, #48307
880  * major version number for lib reverted to 2 since interface hasn't
881  changed. Closes: #48081
882 
883  -- James A. Treacy <treacy@debian.org> Thu, 28 Oct 1999 11:28:08 -0400
884 
885 lapack (3.0-2) unstable; urgency=low
886 
887  * Conflicts with previous versions. Fixes Bug #48078
888 
889  -- James A. Treacy <treacy@debian.org> Sat, 23 Oct 1999 03:08:47 -0400
890 
891 lapack (3.0-1) unstable; urgency=low
892 
893  * New Maintainer
894  * New upstream version
895  * blas is now a separate package (with its own source)
896 
897  -- James A. Treacy <treacy@debian.org> Mon, 18 Oct 1999 12:03:03 -0400
898 
899 lapack (2.0.1-2.1) frozen unstable; urgency=low
900 
901  * Non maintainer upload.
902  * Fixed lapack man page to be parseable by whatis (Fixes #12073).
903 
904  -- Matthias Klose <doko@debian.org> Fri, 15 May 1998 13:54:30 +0200
905 
906 lapack (2.0.1-2) frozen unstable; urgency=low
907 
908  * Non maintainer release
909  * Recompiled for libc6 (Fixes #21487). Used g77-2.90.29 (egcs-1.0.3a).
910  * Fixed some open bugs (Fixes #13701, #16538, #16661, #17120).
911  * Already fixed: #8986: #8993.
912  * Updated standards version.
913  * Converted to use debhelper
914 
915  -- Matthias Klose <doko@debian.org> Tue, 12 May 1998 14:21:40 +0200
916 
917 lapack (2.0.1-1) unstable; urgency=low
918 
919  * Initial Release.
920 
921  -- Sue Campbell <sacampbe@mercator.math.uwaterloo.ca> Tue, 7 Jan 1997 15:08:06 -0500
922 
923