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
|
linbox (1.5.2-2) unstable; urgency=medium
[ Doug Torrance ]
* debian/compat
- Bump debhelper compatibility level to 11.
* debian/control
- Bump versioned dependency on debhelper to >= 11.
- Bump Standards-Version to 4.1.5.
* debian/patches/gcc8.patch
- New patch from Arch; fixes build with GCC8 by removing unnecessary
double template (Closes: #897801).
* debian/watch
- Use uscan v4 special strings.
[ Tobias Hansen ]
* Update doc-base file after documentation location changed due to compat 11.
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 19 Jul 2018 22:22:30 -0400
linbox (1.5.2-1) unstable; urgency=medium
* Team upload to unstable.
-- Tobias Hansen <thansen@debian.org> Tue, 26 Jun 2018 11:26:16 +0200
linbox (1.5.2-1~exp2) experimental; urgency=medium
* Team upload.
* Disable non-standard instructions sets.
* Depend on latest fflas-ffpack revision.
-- Tobias Hansen <thansen@debian.org> Wed, 06 Jun 2018 14:56:13 +0200
linbox (1.5.2-1~exp1) experimental; urgency=medium
[ Doug Torrance ]
* New upstream release.
* Refresh patches for new upstream version
* Bump version in library sonames.
* Bump version of fflas-ffpack in Build-Depends and Depends.
* Update VCS-* to Salsa
* Bump Standards-Version to 4.1.3.
* New patch replacing probabilistic CRA for charpoly by a deterministic one.
[ Tobias Hansen ]
* Rename *.install files after packages have been renamed for SONAME bump.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 24 Mar 2018 18:41:34 -0400
linbox (1.4.2-5) unstable; urgency=medium
* Team upload.
[ Doug Torrance ]
* debian/control
- Drop libatlas-dev from Build-Depends (Closes: #871713).
[ Sébastien Villemot ]
* d/copyright: use https for Format URL.
* d/control:
- bump Standards-Version to 4.0.1.
- fix URL in Vcs-Browser field.
- fix typo in liblinbox-doc description.
* Bump to debhelper compat level 10.
* Effectively skip test-charpoly on mips and mipsel. Thanks to Radovan
Birdic for the patch. (Closes: #856356)
* d/rules: support the nodoc flag of DEB_BUILD_OPTIONS.
-- Sébastien Villemot <sebastien@debian.org> Sun, 20 Aug 2017 15:39:12 +0200
linbox (1.4.2-4) unstable; urgency=medium
* debian/control
- Switch build dependency on texlive-math-extra to texlive-science
(Closes: #867094).
-- Doug Torrance <dtorrance@piedmont.edu> Mon, 03 Jul 2017 20:51:26 -0400
linbox (1.4.2-3) unstable; urgency=medium
* Team upload.
* Disable test-charpoly on mipsel. (Closes: #797167)
-- Tobias Hansen <thansen@debian.org> Tue, 29 Nov 2016 22:32:45 +0000
linbox (1.4.2-2) unstable; urgency=medium
* Team upload.
* Add versioned Build-Depends and Depends on fflas-ffpack. (Closes: #840457)
* Disable building with fplll.
-- Tobias Hansen <thansen@debian.org> Mon, 07 Nov 2016 13:50:55 +0000
linbox (1.4.2-1) unstable; urgency=medium
[ Doug Torrance ]
* New upstream release.
- Include modular-int32.h from new location, was moved from FFLAS-FFPACK
to Givaro (Closes: #832539).
* Tidy packaging with wrap-and-sort.
* debian/compat
- Bump debhelper compatibility level to 9.
* debian/control
- Add myself to Uploaders.
- Bump versioned dependency on debhelper to >= 9.
- Bump Standards-Version to 3.9.8.
- Add Vcs-* fields (Closes: #723682).
* debian/copyright
- Update copyright information.
* debian/liblinbox-dev.examples
- Install contents of example directory, not examples directory itself.
Avoids nested-examples-directory Lintian error.
* debian/liblinbox-doc.lintian-overrides
- New file; override Lintian warning for jQuery embedded by Doxygen.
* debian/patches/no-install-docs.patch
- New patch; do not include INSTALL in documentation.
* debian/rules
- Use all hardening flags.
* debian/watch
- Bump to version 4 and update download location.
[ Tobias Hansen ]
* Rename lib packages due to new soname.
* Update build-depends for higher givaro version.
* Refresh patches.
* Add -fopenmp to LDFLAGS.
* Install pkgconfig file.
* New patch pkgconfig.patch:
Do not put the CFLAGS used to build linbox into the pkg-config file.
* Remove Lifeng Sun from Uploaders.
* debian/patches/fix-gmp-detect.patch
- Removed obsolete patch.
* debian/patches/linboxsage-link-iml.patch
- Removed obsolete patch.
* Build-Depend on pkg-config.
-- Doug Torrance <dtorrance@piedmont.edu> Sun, 09 Oct 2016 14:54:43 +0100
linbox (1.3.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "FTBFS: build failed on post-compile-test on mips/mipsel"
Add fix-RR-RecCounter.patch
Patch by Dejan Latinovic
Closes: #733917
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 16 Feb 2014 05:27:42 +0000
linbox (1.3.2-1) unstable; urgency=low
[ Lifeng Sun ]
* New maintainer.
* New upstream release. (Closes: #701176)
* New packages: liblinboxsage1, liblinboxsage-dev and liblinbox-doc.
* Use Debian specific SONAME: liblinbox-1.3.2.so.0 and
liblinboxsage-1.3.2.so.0.
* Bump Standards-Version to 3.9.4.
* Support multiarch.
* liblinbox-dev: ship examples files.
* debian/control:
- remove obsolte DM-Upload-Allowed field.
- new build-deps: libm4ri-dev, libfplll-dev, libmpfr-dev, gnuplot,
libgivaro1 (>= 3.7.1 && << 3.8.0), graphviz, texlive-math-extra,
libm4rie-dev, texlive-fonts-recommended.
* debian/patches:
- add fix-gmp-detect.patch: fix GMP detection.
- add multiarch-libntl.patch: fix NTL detection.
- remove long-long-fixes.patch, ffpack.h.patch and build-system.patch:
fixed by upstream.
* debian/copyright: specify format version URI.
* debian/rules: switch to debhelper tiny-style.
* debian/source/format: specify source format to 3.0 (quilt).
* Add debian/watch file.
[ Tobias Hansen ]
* debian/patches:
- add linboxsage-link-iml.patch: Link liblinboxsage against libiml.
-- Lifeng Sun <lifongsun@gmail.com> Wed, 28 Aug 2013 23:02:25 +0800
linbox (1.1.6~rc0-4.1) unstable; urgency=low
* Non-maintainer upload.
* Don't ship .la files (Closes: #622448).
* Switch to doxygen-latex (Closes: #616267).
-- Luk Claes <luk@debian.org> Sat, 25 Jun 2011 16:29:57 +0200
linbox (1.1.6~rc0-4) unstable; urgency=low
* Convert to new CDBS aclocal macros API (Closes: #545588).
-- Tim Abbott <tabbott@mit.edu> Sun, 13 Sep 2009 22:54:30 -0400
linbox (1.1.6~rc0-3) unstable; urgency=low
* Fix DEB_AUTO_UPDATE_LIBTOOL usage (Closes: #507198).
-- Tim Abbott <tabbott@mit.edu> Thu, 04 Dec 2008 21:53:12 -0500
linbox (1.1.6~rc0-2) unstable; urgency=low
* Include missing dependency on liblapack-dev.
* Include patch to workaround a bug in charpoly.
* Disable the commentator functionality (this seems to break the
minpoly, charpoly, and rank functions for dense integer matrices under
some circumstances that include all usage by Sage).
-- Tim Abbott <tabbott@mit.edu> Sat, 26 Jul 2008 01:44:30 -0400
linbox (1.1.6~rc0-1) unstable; urgency=low
* Initial Release (Closes: #480092).
-- Tim Abbott <tabbott@mit.edu> Wed, 18 Jun 2008 13:10:27 -0400
|