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