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 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555
|
normaliz (3.10.4+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches/skip-failing-tests.patch
- Refresh for new upstream release.
- Stop skipping bracket_4_comm test; issue fixed upstream.
-- Doug Torrance <dtorrance@debian.org> Mon, 07 Oct 2024 14:20:13 -0400
normaliz (3.10.3+ds-2) unstable; urgency=medium
* debian/patches/skip-failing-tests.patch
- Skip test-fus/bracket_4_comm; failing on i386 after transitioning to
nauty 2.8.9.
-- Doug Torrance <dtorrance@debian.org> Fri, 13 Sep 2024 12:50:19 -0400
normaliz (3.10.3+ds-1) unstable; urgency=medium
* New upstream release.
* debian/adhoc/Makefile
- Also build Normaliz Short Reference.
* debian/control
- Bump Standards-Version to 4.7.0.
* debian/gbp.conf
- Remove file; only purpose was to set debian-branch to experimental,
which is no longer the case.
* debian/copyright
- Add the unused PyNormaliz files to Files-Excluded
- Add generated NmzShortRef.pdf to Files-Excluded.
* debian/normaliz-doc.docs
- Install Normaliz Short Reference.
* debian/normaliz-doc.examples
- Don't install Python examples; they have been moved to the pynormaliz
package.
-- Doug Torrance <dtorrance@debian.org> Wed, 29 May 2024 21:34:22 -0400
normaliz (3.10.2+ds-2) unstable; urgency=medium
* Upload to unstable.
-- Doug Torrance <dtorrance@debian.org> Tue, 02 Apr 2024 21:34:15 -0400
normaliz (3.10.2+ds-2~exp1) experimental; urgency=medium
* FTBFS fix release due to #1067226 which was fixed
in experimental (Closes: #1067274).
-- Jerome Benoit <calculus@rezozer.net> Mon, 01 Apr 2024 11:47:26 +0000
normaliz (3.10.2+ds-1) unstable; urgency=medium
* New upstream release.
* debian/copyright
- Update my copyright years.
* debian/patches
- Remove flint3.patch; applied upstream.
- Refresh remaining patches for new upstream release.
-- Doug Torrance <dtorrance@debian.org> Fri, 01 Mar 2024 23:19:46 -0500
normaliz (3.10.1+ds-5) unstable; urgency=medium
* debian/control
- Switch from libnauty2-dev -> libnauty-dev in Build-Depends and
Depends.
* debian/patches/ax-check-library.patch
- New patch; use AX_CHECK_LIBRARY from autoconf-archive.
-- Doug Torrance <dtorrance@debian.org> Mon, 15 Jan 2024 23:30:55 -0500
normaliz (3.10.1+ds-4) unstable; urgency=medium
* debian/patches/flint3.patch
- New patch; add FLINT 3 support.
-- Doug Torrance <dtorrance@debian.org> Mon, 18 Dec 2023 23:00:20 -0500
normaliz (3.10.1+ds-3) unstable; urgency=medium
* Rebuild against nauty 2.8.8.
-- Doug Torrance <dtorrance@debian.org> Sat, 09 Dec 2023 13:14:20 -0500
normaliz (3.10.1+ds-2) unstable; urgency=medium
* debian/clean
- Add Normaliz.idx and all .aux files.
- Sort lines.
* debian/patches/skip-failing-tests.patch
- Skip Kwak10-mrk; failing on arm64, ppc64el, and s390x.
- Skip ChF_8_1024, ChF_8_1024Nr, lowrankPF, smallPF, and ThierryPF;
failing on s390x.
-- Doug Torrance <dtorrance@debian.org> Thu, 29 Jun 2023 23:46:42 -0400
normaliz (3.10.1+ds-1) unstable; urgency=medium
* New upstream release.
* Upload to unstable now that bookworm has been released.
* debian/patches/skip-failing-tests.patch
- New patch; skip tests that fail on 32-bit architectures.
-- Doug Torrance <dtorrance@debian.org> Wed, 28 Jun 2023 20:26:35 -0400
normaliz (3.10.0+ds-1~exp1) experimental; urgency=medium
* New upstream release.
* Upload to experimental because of bookworm freeze.
* debian/control
- Add myself to Uploaders.
- Bump Standards-Version to 4.6.2.
* debian/copyright
- Add myself to debian/* stanza.
* debian/patches/upstream-source-lintian-spelling.patch
- Remove patch; applied upstream.
* debian/salsa-ci.yml
- Add Salsa pipeline config file.
* debian/watch
- Update regular expression so that 'v' before version number is
optional.
-- Doug Torrance <dtorrance@debian.org> Wed, 15 Feb 2023 11:52:40 -0500
normaliz (3.9.4+ds-2) unstable; urgency=medium
* Debianization:
- d/watch, now use GitHub API to avoid breaking change from GitHub web UI
(see https://lists.debian.org/debian-devel/2022/09/msg00229.html);
- d/copyright:
- Format, fix URI.
-- Jerome Benoit <calculus@rezozer.net> Sun, 20 Nov 2022 15:44:53 +0000
normaliz (3.9.4+ds-1) unstable; urgency=medium
* New upstream nano version.
* Debianization:
- d/control:
- Standards Version, bump to 4.6.1 (no change);
- d/patches/*:
- d/p/upstream-source-lintian-spelling.patch, introduce.
-- Jerome Benoit <calculus@rezozer.net> Sat, 10 Sep 2022 14:30:00 +0000
normaliz (3.9.3+ds-1) unstable; urgency=medium
* Upstream new nano version.
* Debianization:
- d/patches/*:
- d/p/upstream-fix-tests-floating_point-embbed.patch, obsoleted;
- d/tests/*:
- d/t/control, fix typo.
-- Jerome Benoit <calculus@rezozer.net> Sat, 23 Apr 2022 15:24:47 +0000
normaliz (3.9.2+ds-2) unstable; urgency=medium
* FTBFS release.
* Debianization:
- d/paches/*:
- d/p/upstream-fix-tests-floating_point-embbed.patch, introduce.
-- Jerome Benoit <calculus@rezozer.net> Mon, 28 Feb 2022 20:49:03 +0000
normaliz (3.9.2+ds-1) unstable; urgency=medium
* Upstream new minor version.
* Debianization:
- d/copyright:
- Files-Excluded field, refresh;
- d/control:
- Standards Version, bump to 4.6.0 (no change);
- Build-Depends field, update;
- libnormaliz-dev Depends list, update.
- d/rules, harden.
-- Jerome Benoit <calculus@rezozer.net> Mon, 28 Feb 2022 09:13:52 +0000
normaliz (3.8.9+ds-1) unstable; urgency=medium
* Technical upload.
* Debianization:
- d/copyright:
- copyright year tuples, update;
- d/control:
- Maintenance, migrate to Debian Math Team.
-- Jerome Benoit <calculus@rezozer.net> Tue, 22 Feb 2022 10:12:20 +0000
normaliz (3.8.9+ds-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix team mailing list address (Closes: #970759).
* Add patch to fix numerical noise issues (Closes: #969794, #971188).
* Made deps on flint, flint-arb and e-antic unconditional.
* Bump dh compat to 13.
* New upstream version.
* Refresh patches, and drop the numerical noise one (now unneeded).
* Drop all lintian overrides: keeping warnings is harmless, hiding them
might turn harmful.
* Ship the PyNormaliz examples too.
-- Julien Puydt <jpuydt@debian.org> Mon, 12 Oct 2020 12:17:34 +0200
normaliz (3.8.5+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- debian/control:
- Maintainer address, update;
- Rules-Requires-Root, introduce and set to no;
- Standards Version, bump to 4.5.0 (no change);
- Architecture field:
- normaliz, convert to all (Multiarch hinter);
- debian/normaliz-bin.lintian-overrides, introduce.
-- Jerome Benoit <calculus@rezozer.net> Sat, 06 Jun 2020 12:16:21 +0000
normaliz (3.8.4+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- copyright year tuples, update;
- Files-Excluded field, refresh.
-- Jerome Benoit <calculus@rezozer.net> Fri, 05 Jun 2020 16:44:17 +0000
normaliz (3.8.3+ds-2) unstable; urgency=medium
* Debianization:
- debian/rules:
- OpenMP support, disabled for alpha architecture.
-- Jerome Benoit <calculus@rezozer.net> Mon, 30 Dec 2019 06:16:03 +0000
normaliz (3.8.3+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- Files-Excluded list, refersh;
- debian/patches/*:
- d/p/debianization.patch, refresh;
- debian/control:
- {Build-,}Depends fields, remove libboost-dev;
- Build-Depends-Indep, add texlive-latex-extra.
-- Jerome Benoit <calculus@rezozer.net> Sat, 28 Dec 2019 10:22:54 +0000
normaliz (3.8.1+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- Files-Excluded list, refersh;
- debian/control:
- Depends field, libnormaliz-dev, update (Closes: #941933);
- Standards Version, bump to 4.4.1 (no change),
- debian/{control,rules}, permit alpha port;
- debian/patches/*:
- d/p/upstream-fix-spelling_error.patch , integrated.
-- Jerome Benoit <calculus@rezozer.net> Sat, 26 Oct 2019 07:49:41 +0000
normaliz (3.7.1+ds-3) unstable; urgency=medium
* Upload to unstable.
* Debianization:
- debian/control:
- Standards Version, bump to 4.4.0 (no change).
-- Jerome Benoit <calculus@rezozer.net> Fri, 19 Jul 2019 12:26:01 +0000
normaliz (3.7.1+ds-2) experimental; urgency=medium
* Debianization:
- debian/{control,rules}, e-antic support;
- debian/patches/*:
- d/p/upstream-fix-spelling_error.patch, introduce;
- debian/libnormaliz3.lintian-overrides:
- hardening-no-fortify-functions entry, discard.
-- Jerome Benoit <calculus@rezozer.net> Fri, 07 Jun 2019 06:47:30 +0000
normaliz (3.7.1+ds-1) experimental; urgency=medium
* New upstream minor release.
* Debianization:
- debian/copyright:
- Copyright field, year tuples, update;
- Files-Excluded field, refresh;
- debian/control:
- Standards Version, bump to 4.3.0 (no change);
- debhelper, bump to 12;
- debian/compat, discard;
- debian/tests/*:
- d/t/control, introduce.
-- Jerome Benoit <calculus@rezozer.net> Tue, 30 Apr 2019 15:10:41 +0000
normaliz (3.6.3+ds-1) unstable; urgency=medium
* New upstream release.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh.
-- Jerome Benoit <calculus@rezozer.net> Tue, 21 Aug 2018 17:00:09 +0000
normaliz (3.6.2+ds-1) unstable; urgency=medium
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- debian/control:
- Standards Version, bump to 4.2.0 (no change);
- debian/patches/*:
- d/p/upstream-fix-autotoolization-external_build.patch , integrated.
-- Jerome Benoit <calculus@rezozer.net> Sat, 18 Aug 2018 11:00:46 +0000
normaliz (3.6.0+ds-1) unstable; urgency=medium
* New upstream minor version.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- debian/control:
- Standards Version, bump to 4.1.4 (no change);
- Vcs-* fields, migration to Salsa;
- debian/rules:
- get-orig-source target, discard;
- debian/source:
- d/s/lintian-overrides , update;
- debian/patches/*:
- d/p/upstream-fix-autotoolization-external_build.patch , integrated;
- d/p/upstream-fix-autotoolization-external_build.patch , introduce;
-- Jerome Benoit <calculus@rezozer.net> Fri, 08 Jun 2018 07:50:30 +0000
normaliz (3.5.1+ds-4) unstable; urgency=medium
* FTBFS fix release: Closes: #881870), disable OMP support on alpha arch.
* Debianization:
- debian/rules, see above;
- debian/patches/*:
- d/p/upstream-reproducible-doc.patch , introduce (Closes: #886703;
- debian/copyright, format URI, secure.
-- Jerome Benoit <calculus@rezozer.net> Fri, 26 Jan 2018 05:45:25 +0000
normaliz (3.5.1+ds-3) unstable; urgency=medium
* Debianization:
- debian/control:
- Build-Depends field, libflint-dev, filter out m68k support.
-- Jerome Benoit <calculus@rezozer.net> Mon, 08 Jan 2018 14:30:04 +0000
normaliz (3.5.1+ds-2) unstable; urgency=medium
* Debianization:
- debian/rules, filter out m68k triplet for libflint-dev support.
-- Jerome Benoit <calculus@rezozer.net> Mon, 08 Jan 2018 10:16:09 +0000
normaliz (3.5.1+ds-1) unstable; urgency=medium
* New upstream micro version.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- update;
- debian/control:
- debhelper, reverse to 11;
- Standards Version, bump to 4.1.3 (no change);
- Build-Depends-Indep field, reintroduce;
- debian/rules:
- doc composition, reintroduce;
- harden;
- debian/adhoc/Makefile, add doc target;
- debian/clean, refresh;
- debian/source/lintian-overrides, refresh.
-- Jerome Benoit <calculus@rezozer.net> Sun, 07 Jan 2018 16:09:07 +0000
normaliz (3.5.0+ds-3) unstable; urgency=medium
* Debianization:
- debian/rules, correct x32 triplet;
- debian/control:
- debhelper, reverse to 10 (see #885745).
-- Jerome Benoit <calculus@rezozer.net> Fri, 29 Dec 2017 17:01:44 +0000
normaliz (3.5.0+ds-2) unstable; urgency=medium
* Debianization:
- debian/control:
- debhelper, bump to 11 (refresh doc-base);
- Build-Depends field, libflint-dev, refine arch support;
- debian/rules, libflint-dev, refine arch support.
-- Jerome Benoit <calculus@rezozer.net> Fri, 29 Dec 2017 11:51:57 +0000
normaliz (3.5.0+ds-1) unstable; urgency=medium
* New upstream minor version.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- debian/control:
- Standards Version, bump to 4.1.2 (no change);
- Build-Depends field, add libflint-dev;
- debian/patches/*:
- d/p/upstream-test-extremely_sensitive_tests-neutralize.patch,
integrated;
- debian/rules:
- autotool chain, build against flint.
- debian/README.Debian, introduce.
-- Jerome Benoit <calculus@rezozer.net> Thu, 21 Dec 2017 18:55:49 +0000
normaliz (3.4.1+ds-2) unstable; urgency=medium
* Debianization:
- debian/control:
- Breaks+Replaces field, add (Closes: #881883);
- debian/patches/*:
- d/p/upstream-test-extremely_sensitive_tests-neutralize.patch,
introduce and submit (Closes: #881869);
- d/p/debianization.patch, refresh.
-- Jerome Benoit <calculus@rezozer.net> Fri, 17 Nov 2017 15:07:15 +0000
normaliz (3.4.1+ds-1) unstable; urgency=medium
* New upstream minor version (Closes: #877210).
* Debianization:
- debian/copyright, refresh;
- debian/control:
- debhelper, bump to 10 (see d/rules);
- Standards Version, bump to 4.1.1 (no change);
- discard the debug symbols package libnormaliz0-dbg;
- Build-Depends-Indep field, neutralize;
- debian/watch:
- version, bump to 4;
- path, refresh to upstream GitHUB site path;
- debian/rules:
- debhelper, bump to 10;
- doc composition, neutralize.
-- Jerome Benoit <calculus@rezozer.net> Wed, 15 Nov 2017 06:15:30 +0000
normaliz (3.1.1+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- Files-Excluded field, improve;
- debian/control:
- Standards Version, bump to 3.9.7;
- debian/rules:
- dpkg-buildflags, add hardening=+all.
-- Jerome Benoit <calculus@rezozer.net> Mon, 11 Apr 2016 23:22:29 +0000
normaliz (3.1.0+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright:
- Source field, update;
- X-Upstream-Vcs, clean up;
- copyright, refresh;
- debian/control:
- Homepage field, update;
- Vcs-*, secure;
- debian/watch, update;
- debian/patches, drop off upstream patches which were integrated.
-- Jerome Benoit <calculus@rezozer.net> Thu, 18 Feb 2016 05:24:37 +0000
normaliz (3.0.0+ds-3) unstable; urgency=medium
* FTBFS fix release (Closes: #806769), disable OMP support on mipsel arch.
* Debianization:
- debian/rules, see above.
-- Jerome Benoit <calculus@rezozer.net> Tue, 01 Dec 2015 04:15:03 +0000
normaliz (3.0.0+ds-2) unstable; urgency=medium
* FTBFS fix release (Closes: #804742).
* Debianization:
- debian/control, Vcs-Browser field correction;
- debian/rules, refresh;
- debian/patches/upstream-fix-gmp-ambiguous_call.patch, C++ ambiguity fix.
-- Jerome Benoit <calculus@rezozer.net> Thu, 19 Nov 2015 05:14:41 +0000
normaliz (3.0.0+ds-1) unstable; urgency=medium
* New upstream version:
- thanks for the upstream maintainer team for rendering further the
upstream source more suitable for distribution packaging;
- and for integrating the last upstream debian patches.
* Upload to unstable.
* Debianization:
- debian/copyright:
- Files-Excluded field, refresh;
- debian/watch:
- update;
- debian/rules:
- refresh;
- debian/patches/*:
- refresh.
-- Jerome Benoit <calculus@rezozer.net> Sun, 11 Oct 2015 05:27:10 +0000
normaliz (2.99.4+ds-1) experimental; urgency=medium
* New upstream version:
- thanks for the upstream maintainer team for rendering the upstream
source more suitable for distribution packaging;
- and for integrating most of the upstream debian patches.
* Debianization:
- debian/control:
- refresh;
- debian/copyright:
- repack by using the Files-Excluded machinery instead of the ad-hoc
script debian/repack;
- refresh;
- debian/repack, discard (see above);
- debian/watch:
- revisit (see above);
- debian/rules:
- software test suite, ad-hoc check;
- refresh;
- debian/patches/*:
- refresh.
-- Jerome Benoit <calculus@rezozer.net> Wed, 02 Sep 2015 02:42:52 +0000
normaliz (2.12.2+ds-1) unstable; urgency=medium
* Initial release. (Closes: #776019)
-- Jerome Benoit <calculus@rezozer.net> Sun, 03 May 2015 00:56:24 +0000
|