macaulay2.git
3 years agoRemove some lines from clean target that seem to be causing more problems than they... archive/raspbian/1.20+ds-6+rpi1 raspbian/1.20+ds-6+rpi1
Peter Michael Green [Wed, 22 Jun 2022 02:14:58 +0000 (02:14 +0000)]
Remove some lines from clean target that seem to be causing more problems than they solve.

3 years agoMerge version 1.20+ds-4+rpi1 and 1.20+ds-6 to produce 1.20+ds-6+rpi1
Raspbian automatic forward porter [Tue, 21 Jun 2022 13:20:46 +0000 (14:20 +0100)]
Merge version 1.20+ds-4+rpi1 and 1.20+ds-6 to produce 1.20+ds-6+rpi1

3 years agoMerge macaulay2 (1.20+ds-6) import into refs/heads/workingbranch
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Merge macaulay2 (1.20+ds-6) import into refs/heads/workingbranch

3 years agoLink against libatomic for TBB check to prevent FTBFS on armel.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Link against libatomic for TBB check to prevent FTBFS on armel.

Forwarded: https://github.com/Macaulay2/M2/pull/2528
Last-Update: 2022-06-14

Gbp-Pq: Name libatomic.patch

3 years agoFixes for building highlight.js.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Fixes for building highlight.js.

Forwarded: not-needed
Last-Update: 2022-05-16

- Backport to highlight.js 9, which is the version still in Debian.

Gbp-Pq: Name highlightjs.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip failing engine tests.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Skip failing engine tests.

Bug: https://github.com/Macaulay2/M2/issues/2349
Last-Update: 2021-12-09

Gbp-Pq: Name skip-failing-engine-tests.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry
 & ComputationsBook/solving)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoCustomize M2 command line for package tests
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Customize M2 command line for package tests

Forwarded: https://github.com/Macaulay2/M2/pull/2500
Last-Update: 2022-05-13

Gbp-Pq: Name customize-argument-mode.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.20+ds-6) unstable; urgency=medium
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
macaulay2 (1.20+ds-6) unstable; urgency=medium

  * debian/patches/libatomic.patch
    - Fix patch; we need to include -latomic in LIBS before we try to link
      against TBB.

[dgit import unpatched macaulay2 1.20+ds-6]

3 years agoImport macaulay2_1.20+ds-6.debian.tar.xz
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Import macaulay2_1.20+ds-6.debian.tar.xz

[dgit import tarball macaulay2 1.20+ds-6 macaulay2_1.20+ds-6.debian.tar.xz]

3 years agoManual merge of version 1.19.1+ds-9+rpi1 and 1.20+ds-4 to produce 1.20+ds-4+rpi1 archive/raspbian/1.20+ds-4+rpi1 raspbian/1.20+ds-4+rpi1
Peter Michael Green [Sun, 29 May 2022 13:30:34 +0000 (13:30 +0000)]
Manual merge of version 1.19.1+ds-9+rpi1 and 1.20+ds-4 to produce 1.20+ds-4+rpi1

3 years agoMerge macaulay2 (1.20+ds-4) import into refs/heads/workingbranch
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Merge macaulay2 (1.20+ds-4) import into refs/heads/workingbranch

3 years agoFixes for building highlight.js.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Fixes for building highlight.js.

Forwarded: not-needed
Last-Update: 2022-05-16

- Backport to highlight.js 9, which is the version still in Debian.

Gbp-Pq: Name highlightjs.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip failing engine tests.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Skip failing engine tests.

Bug: https://github.com/Macaulay2/M2/issues/2349
Last-Update: 2021-12-09

Gbp-Pq: Name skip-failing-engine-tests.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry
 & ComputationsBook/solving)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoCustomize M2 command line for package tests
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Customize M2 command line for package tests

Forwarded: https://github.com/Macaulay2/M2/pull/2500
Last-Update: 2022-05-13

Gbp-Pq: Name customize-argument-mode.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.20+ds-4) unstable; urgency=medium
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
macaulay2 (1.20+ds-4) unstable; urgency=medium

  * debian/control
    - Add node-import-local, node-interpret, and node-rechoir to
      Build-Depends-Indep; needed for webpack 5 to build highlight.js for
      syntax highlighting in the HTML documentation.
  * debian/rules
    - Re-enable syntax highlighting in the HTML documentation; the webpack
      bug that was causing build failures has been fixed.

[dgit import unpatched macaulay2 1.20+ds-4]

3 years agoImport macaulay2_1.20+ds-4.debian.tar.xz
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Import macaulay2_1.20+ds-4.debian.tar.xz

[dgit import tarball macaulay2 1.20+ds-4 macaulay2_1.20+ds-4.debian.tar.xz]

3 years agoMerge macaulay2 (1.20+ds-3) import into refs/heads/workingbranch
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Merge macaulay2 (1.20+ds-3) import into refs/heads/workingbranch

3 years agoFixes for building highlight.js.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Fixes for building highlight.js.

Forwarded: not-needed
Last-Update: 2022-05-16

- Backport to highlight.js 9, which is the version still in Debian.

Gbp-Pq: Name highlightjs.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip failing engine tests.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Skip failing engine tests.

Bug: https://github.com/Macaulay2/M2/issues/2349
Last-Update: 2021-12-09

Gbp-Pq: Name skip-failing-engine-tests.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry
 & ComputationsBook/solving)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoCustomize M2 command line for package tests
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Customize M2 command line for package tests

Forwarded: https://github.com/Macaulay2/M2/pull/2500
Last-Update: 2022-05-13

Gbp-Pq: Name customize-argument-mode.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.20+ds-3) unstable; urgency=medium
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
macaulay2 (1.20+ds-3) unstable; urgency=medium

  * debian/rules
    - Temporarily disable syntax highlighting in the HTML documentation.
      Otherwise, a webpack bug will cause the build to fail.

[dgit import unpatched macaulay2 1.20+ds-3]

3 years agoImport macaulay2_1.20+ds-3.debian.tar.xz
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Import macaulay2_1.20+ds-3.debian.tar.xz

[dgit import tarball macaulay2 1.20+ds-3 macaulay2_1.20+ds-3.debian.tar.xz]

3 years agoImport macaulay2_1.20+ds.orig.tar.xz
Doug Torrance [Sun, 15 May 2022 11:04:54 +0000 (12:04 +0100)]
Import macaulay2_1.20+ds.orig.tar.xz

[dgit import orig macaulay2_1.20+ds.orig.tar.xz]

3 years agoMerge version 1.19.1+ds-8+rpi1 and 1.19.1+ds-9 to produce 1.19.1+ds-9+rpi1 archive/raspbian/1.19.1+ds-9+rpi1 raspbian/1.19.1+ds-9+rpi1
Raspbian automatic forward porter [Fri, 6 May 2022 22:45:04 +0000 (23:45 +0100)]
Merge version 1.19.1+ds-8+rpi1 and 1.19.1+ds-9 to produce 1.19.1+ds-9+rpi1

3 years agoMerge macaulay2 (1.19.1+ds-9) import into refs/heads/workingbranch
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Merge macaulay2 (1.19.1+ds-9) import into refs/heads/workingbranch

3 years agoAdd support for TBB 2021.
Jay Yang [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Add support for TBB 2021.

Forwarded: https://github.com/Macaulay2/M2/pull/2367

Gbp-Pq: Name tbb-2021.patch

3 years agoFix "'givaro_bool_constant' does not name a type" error.
Debian Math Team [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Fix "'givaro_bool_constant' does not name a type" error.

Origin: https://github.com/Macaulay2/M2/commit/ff0f0cb (reversed)
Bug: https://github.com/Macaulay2/M2/issues/2347
Last-Update: 2021-12-18

Gbp-Pq: Name givaro-bool-constant.patch

3 years agoLink against mathicgb and friends as shared libraries again.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Link against mathicgb and friends as shared libraries again.

Forwarded: TODO
Last-Update: 2021-07-13

Gbp-Pq: Name use-shared-mathicgb-and-friends.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1064
Bug: https://github.com/Macaulay2/M2/issues/1392
Bug: https://github.com/Macaulay2/M2/issues/1456
Bug: https://github.com/Macaulay2/M2/issues/1463
Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1697
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1728
Bug: https://github.com/Macaulay2/M2/issues/1742
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1747
Bug: https://github.com/Macaulay2/M2/issues/1903
Bug: https://github.com/Macaulay2/M2/issues/1968
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2119
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2206
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/241 (plethysms)
Bug: https://github.com/Macaulay2/M2/issues/1304 (ComputationsBook/varieties)
Bug: https://github.com/Macaulay2/M2/issues/1578 (isSubset)
Bug: https://github.com/Macaulay2/M2/issues/1580 (smith)
Bug: https://github.com/Macaulay2/M2/issues/1663 (schur-2)
Bug: https://github.com/Macaulay2/M2/issues/1742 (ComputationsBook/
 monomialIdeals)
Bug: https://github.com/Macaulay2/M2/issues/2014 (timing-quotient)
Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2184 (000-core)
Bug: https://github.com/Macaulay2/M2/issues/2206 (CSM.test, methods)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry)
Origin: https://github.com/Macaulay2/M2/pull/2358 (ComputationsBook/varieties)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.19.1+ds-9) unstable; urgency=medium
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
macaulay2 (1.19.1+ds-9) unstable; urgency=medium

  * debian/tests/control
    - Mark package-tests as flaky since it regularly times out on armhf
      (Closes: #1010453).

[dgit import unpatched macaulay2 1.19.1+ds-9]

3 years agoImport macaulay2_1.19.1+ds-9.debian.tar.xz
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Import macaulay2_1.19.1+ds-9.debian.tar.xz

[dgit import tarball macaulay2 1.19.1+ds-9 macaulay2_1.19.1+ds-9.debian.tar.xz]

3 years agoMerge macaulay2 (1.19.1+ds-8+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Merge macaulay2 (1.19.1+ds-8+rpi1) import into refs/heads/workingbranch

3 years agoAdd support for TBB 2021.
Jay Yang [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Add support for TBB 2021.

Forwarded: https://github.com/Macaulay2/M2/pull/2367

Gbp-Pq: Name tbb-2021.patch

3 years agoFix "'givaro_bool_constant' does not name a type" error.
Debian Math Team [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Fix "'givaro_bool_constant' does not name a type" error.

Origin: https://github.com/Macaulay2/M2/commit/ff0f0cb (reversed)
Bug: https://github.com/Macaulay2/M2/issues/2347
Last-Update: 2021-12-18

Gbp-Pq: Name givaro-bool-constant.patch

3 years agoLink against mathicgb and friends as shared libraries again.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Link against mathicgb and friends as shared libraries again.

Forwarded: TODO
Last-Update: 2021-07-13

Gbp-Pq: Name use-shared-mathicgb-and-friends.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1064
Bug: https://github.com/Macaulay2/M2/issues/1392
Bug: https://github.com/Macaulay2/M2/issues/1456
Bug: https://github.com/Macaulay2/M2/issues/1463
Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1697
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1728
Bug: https://github.com/Macaulay2/M2/issues/1742
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1747
Bug: https://github.com/Macaulay2/M2/issues/1903
Bug: https://github.com/Macaulay2/M2/issues/1968
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2119
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2206
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/241 (plethysms)
Bug: https://github.com/Macaulay2/M2/issues/1304 (ComputationsBook/varieties)
Bug: https://github.com/Macaulay2/M2/issues/1578 (isSubset)
Bug: https://github.com/Macaulay2/M2/issues/1580 (smith)
Bug: https://github.com/Macaulay2/M2/issues/1663 (schur-2)
Bug: https://github.com/Macaulay2/M2/issues/1742 (ComputationsBook/
 monomialIdeals)
Bug: https://github.com/Macaulay2/M2/issues/2014 (timing-quotient)
Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2184 (000-core)
Bug: https://github.com/Macaulay2/M2/issues/2206 (CSM.test, methods)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry)
Origin: https://github.com/Macaulay2/M2/pull/2358 (ComputationsBook/varieties)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.19.1+ds-8+rpi1) bookworm-staging; urgency=medium
Peter Michael Green [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
macaulay2 (1.19.1+ds-8+rpi1) bookworm-staging; urgency=medium

  [Changes introduced in 1.18+ds-1+rpi1 by Peter Michael Green]
  * Disable testsuite.
  * Link individual font files rather than whole directory to avoid errors
    on ".uuid" file.
  * Disable upstream clean target, it's worse than useless
  * Start writing manual cleanup (far from complete at this point)

  [changes introduced in 1.19.1+ds-8+rpi1 by Peter Michael Green]
  * Disable documentation build.
  * Extend manual cleaning (still not complete).

[dgit import unpatched macaulay2 1.19.1+ds-8+rpi1]

3 years agoImport macaulay2_1.19.1+ds-8+rpi1.debian.tar.xz
Peter Michael Green [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Import macaulay2_1.19.1+ds-8+rpi1.debian.tar.xz

[dgit import tarball macaulay2 1.19.1+ds-8+rpi1 macaulay2_1.19.1+ds-8+rpi1.debian.tar.xz]

3 years agoMerge macaulay2 (1.19.1+ds-8) import into refs/heads/workingbranch
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Merge macaulay2 (1.19.1+ds-8) import into refs/heads/workingbranch

3 years agoAdd support for TBB 2021.
Jay Yang [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Add support for TBB 2021.

Forwarded: https://github.com/Macaulay2/M2/pull/2367

Gbp-Pq: Name tbb-2021.patch

3 years agoFix "'givaro_bool_constant' does not name a type" error.
Debian Math Team [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Fix "'givaro_bool_constant' does not name a type" error.

Origin: https://github.com/Macaulay2/M2/commit/ff0f0cb (reversed)
Bug: https://github.com/Macaulay2/M2/issues/2347
Last-Update: 2021-12-18

Gbp-Pq: Name givaro-bool-constant.patch

3 years agoLink against mathicgb and friends as shared libraries again.
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Link against mathicgb and friends as shared libraries again.

Forwarded: TODO
Last-Update: 2021-07-13

Gbp-Pq: Name use-shared-mathicgb-and-friends.patch

3 years agoModifications to work with dh_elpa.
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2022-02-08

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.

Gbp-Pq: Name use-dh-elpa.patch

3 years agoSkip package tests that have been known to fail on
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/1064
Bug: https://github.com/Macaulay2/M2/issues/1392
Bug: https://github.com/Macaulay2/M2/issues/1456
Bug: https://github.com/Macaulay2/M2/issues/1463
Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1697
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1728
Bug: https://github.com/Macaulay2/M2/issues/1742
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1747
Bug: https://github.com/Macaulay2/M2/issues/1903
Bug: https://github.com/Macaulay2/M2/issues/1968
Bug: https://github.com/Macaulay2/M2/issues/1984
Bug: https://github.com/Macaulay2/M2/issues/2119
Bug: https://github.com/Macaulay2/M2/issues/2162
Bug: https://github.com/Macaulay2/M2/issues/2183
Bug: https://github.com/Macaulay2/M2/issues/2205
Bug: https://github.com/Macaulay2/M2/issues/2206
Bug: https://github.com/Macaulay2/M2/issues/2319
Last-Update: 2022-04-28

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

3 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/241 (plethysms)
Bug: https://github.com/Macaulay2/M2/issues/1304 (ComputationsBook/varieties)
Bug: https://github.com/Macaulay2/M2/issues/1578 (isSubset)
Bug: https://github.com/Macaulay2/M2/issues/1580 (smith)
Bug: https://github.com/Macaulay2/M2/issues/1663 (schur-2)
Bug: https://github.com/Macaulay2/M2/issues/1742 (ComputationsBook/
 monomialIdeals)
Bug: https://github.com/Macaulay2/M2/issues/2014 (timing-quotient)
Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2184 (000-core)
Bug: https://github.com/Macaulay2/M2/issues/2206 (CSM.test, methods)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry)
Origin: https://github.com/Macaulay2/M2/pull/2358 (ComputationsBook/varieties)
Last-Update: 2021-12-13

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

3 years agoSet AuxiliaryFiles and UseCachedExampleOutput options to
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to

Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

3 years agoReproducible version hash table.
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Reproducible version hash table.

Forwarded: not-needed
Last-Update: 2021-09-23

- For version#"configure arguments", we replace the build directory
  with "/build/path" in all the instances of the -fdebug-prefix-map
  flag.
- For version#"compile-node-name" and version#"operating system release", we
  use dummy values.

Gbp-Pq: Name reproducible-version.patch

3 years agoProvide version#"git description".
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

3 years agomacaulay2 (1.19.1+ds-8) unstable; urgency=medium
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
macaulay2 (1.19.1+ds-8) unstable; urgency=medium

  * debian/tests/control
    - Add 4ti2, gfan, and normaliz to Depends for core-tests
      (Closes: #1010172).

[dgit import unpatched macaulay2 1.19.1+ds-8]

3 years agoImport macaulay2_1.19.1+ds-8.debian.tar.xz
Doug Torrance [Mon, 25 Apr 2022 18:14:15 +0000 (19:14 +0100)]
Import macaulay2_1.19.1+ds-8.debian.tar.xz

[dgit import tarball macaulay2 1.19.1+ds-8 macaulay2_1.19.1+ds-8.debian.tar.xz]

4 years agoImport macaulay2_1.19.1+ds.orig.tar.xz
Doug Torrance [Mon, 29 Nov 2021 15:56:36 +0000 (15:56 +0000)]
Import macaulay2_1.19.1+ds.orig.tar.xz

[dgit import orig macaulay2_1.19.1+ds.orig.tar.xz]

4 years agoDon't use capture when running Core and Cremona tests on
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Don't use capture when running Core and Cremona tests on

Bug: https://github.com/Macaulay2/M2/issues/1834
Origin: https://github.com/Macaulay2/M2/pull/1866
Last-Update: 2021-01-24

32-bit architectures.  Otherwise, we run out of memory.

Gbp-Pq: Name dont-capture-check-core-32-bit.patch

4 years agoRemove examples showing less efficient algorithms from Points docs.
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Remove examples showing less efficient algorithms from Points docs.

Bug: https://github.com/Macaulay2/M2/issues/1833
Applied-Upstream: 1.18, https://github.com/Macaulay2/M2/pull/1838
Last-Update: 2021-01-24

They were causing build failures on mipsel and riscv64.

Gbp-Pq: Name smaller-points-examples.patch

4 years agoDon't use "capture" for DiffAlg package tests.
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Don't use "capture" for DiffAlg package tests.

Bug: https://github.com/Macaulay2/M2/issues/1728
Applied-Upstream: 1.18, https://github.com/Macaulay2/M2/pull/1829
Last-Update: 2021-01-18

Gbp-Pq: Name dont-capture-diffalg-tests.patch

4 years agoModifications to work with dh_elpa.
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Modifications to work with dh_elpa.

Forwarded: not-needed
Last-Update: 2021-01-01

* Strip down setupEmacs() function.  We only set f12 as a global key
  to start Macaulay2 inside Emacs.  This also strips (load "M2-init")
  from a user's existing .emacs-Macaulay2 file, which would cause
  errors if they haven't installed elpa-macaulay2.  We also warn the
  user if elpa-macaulay2 isn't installed.
* Set the correct installation directory for the Emacs files in the
  configure script.

Gbp-Pq: Name use-dh-elpa.patch

4 years agoUse applications provided by Debian packages.
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Use applications provided by Debian packages.

Forwarded: not-needed
Last-Update: 2021-01-01

In particular:
* gfanInterface - fig2dev
* Posets - xdg-open for default pdf viewer

Gbp-Pq: Name use-debian-applications.patch

4 years agoSkip package tests that have been known to fail on
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Skip package tests that have been known to fail on

Bug: https://github.com/Macaulay2/M2/issues/190
Bug: https://github.com/Macaulay2/M2/issues/334
Bug: https://github.com/Macaulay2/M2/issues/1392
Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1563
Bug: https://github.com/Macaulay2/M2/issues/1564
Bug: https://github.com/Macaulay2/M2/issues/1579
Bug: https://github.com/Macaulay2/M2/issues/1581
Bug: https://github.com/Macaulay2/M2/issues/1697
Bug: https://github.com/Macaulay2/M2/issues/1707
Bug: https://github.com/Macaulay2/M2/issues/1742
Bug: https://github.com/Macaulay2/M2/issues/1745
Bug: https://github.com/Macaulay2/M2/issues/1746
Bug: https://github.com/Macaulay2/M2/issues/1747
Bug: https://github.com/Macaulay2/M2/issues/1773
Last-Update: 2021-01-01

various architectures.

Gbp-Pq: Name skip-failing-package-tests.patch

4 years agoSkip Core tests that have been known to fail on various
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Skip Core tests that have been known to fail on various

Bug: https://github.com/Macaulay2/M2/issues/1304
Bug: https://github.com/Macaulay2/M2/issues/1577
Bug: https://github.com/Macaulay2/M2/issues/1578
Bug: https://github.com/Macaulay2/M2/issues/1580
Bug: https://github.com/Macaulay2/M2/issues/1663
Bug: https://github.com/Macaulay2/M2/issues/1742
Bug: https://github.com/Macaulay2/M2/issues/1804
Last-Update: 2020-11-03

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

4 years agoUsed canned versions of examples that have been known to
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Used canned versions of examples that have been known to

Bug: https://github.com/Macaulay2/M2/issues/1429
Bug: https://github.com/Macaulay2/M2/issues/1463
Bug: https://github.com/Macaulay2/M2/issues/1539
Bug: https://github.com/Macaulay2/M2/issues/1557
Bug: https://github.com/Macaulay2/M2/issues/1676
Bug: https://github.com/Macaulay2/M2/issues/1707
Last-Update: 2020-12-27

fail on various architectures.

Gbp-Pq: Name use-canned-examples.patch

4 years agoIncrease the default printWidth for examples from 77 to 129
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Increase the default printWidth for examples from 77 to 129

Forwarded: not-needed
Last-Update: 2020-12-03

This decreases the probability of examples escaping the "reproduciblePaths"
function due to line wrapping.

Gbp-Pq: Name remove-build-paths-from-docs.patch

4 years agoReproducible version#"configure arguments"
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Reproducible version#"configure arguments"

Forwarded: not-needed
Last-Update: 2020-09-18

We replace the build directory with "/build/path" in all the instances
of the -fdebug-prefix-map flag.

Gbp-Pq: Name reproducible-config-args.patch

4 years agoProvide version#"git description".
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Provide version#"git description".

Forwarded: not-needed
Last-Update: 2020-12-21

Since we may not be building the package from a git repository, we
hardcode the git description ahead of time.  This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.

Gbp-Pq: Name git-description.patch

4 years agomacaulay2 (1.17.1+ds-2) unstable; urgency=medium
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
macaulay2 (1.17.1+ds-2) unstable; urgency=medium

  * debian/patches/dont-capture-check-core-32-bit.patch
    - New patch; don't use capture when running Core and Cremona tests
      on 32-bit architectures. Otherwise, we run out of memory.
  * debian/patches/dont-capture-diffalg-tests.patch
    - New patch; don't use "capture" for DiffAlg package tests.
  * debian/patches/skip-failing-package-tests.patch
    - Add core-tests.m2; contains a test with an alarm that isn't
      caught when running "check".
    - Skip another segfaulting MinimalPrimes test.
  * debian/patches/smaller-points-examples.patch
    - New patch; Remove examples showing less efficient algorithms
      from Points docs.
  * debian/patches/use-canned-examples.patch
    - Add example from TestIdeals package that has been known to
      segfault.
  * debian/rules
    - Exclude .m2 files from being gzipped by dh_compress. Otherwise,
      package tests may be compressed and won't be found by "check".
    - Only set VERBOSE variable if DEB_BUILD_OPTIONS doesn't include
      "terse".

[dgit import unpatched macaulay2 1.17.1+ds-2]

4 years agoImport macaulay2_1.17.1+ds-2.debian.tar.xz
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Import macaulay2_1.17.1+ds-2.debian.tar.xz

[dgit import tarball macaulay2 1.17.1+ds-2 macaulay2_1.17.1+ds-2.debian.tar.xz]

4 years agoImport macaulay2_1.17.1+ds.orig.tar.xz
Doug Torrance [Sat, 16 Jan 2021 23:14:58 +0000 (23:14 +0000)]
Import macaulay2_1.17.1+ds.orig.tar.xz

[dgit import orig macaulay2_1.17.1+ds.orig.tar.xz]