dune-common.git
14 months agoMerge dune-common (2.9.0-7) import into refs/heads/workingbranch
Markus Blatt [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
Merge dune-common (2.9.0-7) import into refs/heads/workingbranch

14 months ago[PATCH] fix: use values that are representable as double in test
Ansgar Burchardt [Tue, 26 Dec 2023 16:27:20 +0000 (17:27 +0100)]
[PATCH] fix: use values that are representable as double in test

From cb09f8545ce48f5f2f0843110bb814ce33c08688 Mon Sep 17 00:00:00 2001
Origin: vendor, https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1329

This should fix a [test failure on i386][1]:

```
lrutest: ./dune/common/test/lrutest.cc:29: void lru_test(): Assertion `lru.front() == 1.3 && lru.back() == 2.0' failed.
```

  [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-5&stamp=1703605683&raw=0

Gbp-Pq: Name 0002-fix-use-values-that-are-representable-as-double-in-t.patch

14 months ago[PATCH] fix: use values that are representable as double in test
Ansgar Burchardt [Mon, 25 Dec 2023 22:40:36 +0000 (23:40 +0100)]
[PATCH] fix: use values that are representable as double in test

From f61fb0dbc9b41b2661a3b481a056fd006a238495 Mon Sep 17 00:00:00 2001
Origin: vendor, https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1327

Values like 0.1 are not representable as a double which can result in
problems, for example:

```
[...]/dune/common/test/hybridutilitiestest.cc:114:43: error: static assertion failed: Wrong compile time sum!
  114 |   static_assert(sum(numberTupleConstexpr) == 5.1, "Wrong compile time sum!");
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
[...]/dune/common/test/hybridutilitiestest.cc:114:43: note: the comparison reduces to ‘(5.09999999999999964473e+0l == 5.09999999999999999991e+0l)’
```

with [gcc 13.2.0 on i386][1].

  [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-4&stamp=1703267709&raw=0

Gbp-Pq: Name 0001-fix-use-values-that-are-representable-as-double-in-t.patch

14 months ago[PATCH 2/2] Add missing <cstdint> in simd/loop.hh
Christoph Grüninger [Mon, 23 Jan 2023 21:18:17 +0000 (22:18 +0100)]
[PATCH 2/2] Add missing <cstdint> in simd/loop.hh

GCC 13 needs this for uintptr_t

Gbp-Pq: Name add-missing-cstdint-in-simd-loop.hh.patch

14 months agodo-not-install-python-scripts
Debian Science Maintainers [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

14 months agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

14 months agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

14 months ago[PATCH 2/2] Always add an soversion to the library.
Markus Blatt [Fri, 9 Dec 2022 15:01:02 +0000 (16:01 +0100)]
[PATCH 2/2] Always add an soversion to the library.

Gbp-Pq: Name soname.patch

14 months ago[PATCH 1/2] Fix version in dune.module
Markus Blatt [Fri, 9 Dec 2022 14:58:55 +0000 (15:58 +0100)]
[PATCH 1/2] Fix version in dune.module

Gbp-Pq: Name dunemodule-version.patch

14 months agofix-linitian-file-references-package-build-path
Debian Science Maintainers [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
fix-linitian-file-references-package-build-path

Prevent lintian warning about file-references-package-build-path

Gbp-Pq: Name fix-linitian-file-references-package-build-path

14 months agofix-linitian-file-references-package-build-path-downstream
Debian Science Maintainers [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
fix-linitian-file-references-package-build-path-downstream

Make sure current CXXFLAGS in cmake config files get substituted.

Prevents the build path from appearing in dune-module-config.cmake
files of downstream modules and prevents the lintian warning about
that.

Gbp-Pq: Name fix-linitian-file-references-package-build-path-downstream

14 months agoinstall-pkgconfig-without-lib-for-cross-compile
Debian Science Maintainers [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
install-pkgconfig-without-lib-for-cross-compile

Install architecture independent pkgconfig file in /usr/share/pkgconfig

This prevents lintian warning pkg-config-unavailable-for-cross-compilation
for the header only modules dune-istl, dune-localfunctions, dune-functions,
and dune-typetree.

Gbp-Pq: Name install-pkgconfig-without-lib-for-cross-compile

14 months agodune-common (2.9.0-7) unstable; urgency=medium
Markus Blatt [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
dune-common (2.9.0-7) unstable; urgency=medium

  * d/control: Depend on pkgconf instead of obsolete pkg-config
  * d/control: Bumped standards version to 4.7.0 (no-change)

[dgit import unpatched dune-common 2.9.0-7]

14 months agoImport dune-common_2.9.0-7.debian.tar.xz
Markus Blatt [Thu, 10 Oct 2024 14:59:54 +0000 (16:59 +0200)]
Import dune-common_2.9.0-7.debian.tar.xz

[dgit import tarball dune-common 2.9.0-7 dune-common_2.9.0-7.debian.tar.xz]

23 months agoMerge dune-common (2.9.0-6) import into refs/heads/workingbranch
Ansgar [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
Merge dune-common (2.9.0-6) import into refs/heads/workingbranch

23 months ago[PATCH] fix: use values that are representable as double in test
Ansgar Burchardt [Tue, 26 Dec 2023 16:27:20 +0000 (17:27 +0100)]
[PATCH] fix: use values that are representable as double in test

From cb09f8545ce48f5f2f0843110bb814ce33c08688 Mon Sep 17 00:00:00 2001
Origin: vendor, https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1329

This should fix a [test failure on i386][1]:

```
lrutest: ./dune/common/test/lrutest.cc:29: void lru_test(): Assertion `lru.front() == 1.3 && lru.back() == 2.0' failed.
```

  [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-5&stamp=1703605683&raw=0

Gbp-Pq: Name 0002-fix-use-values-that-are-representable-as-double-in-t.patch

23 months ago[PATCH] fix: use values that are representable as double in test
Ansgar Burchardt [Mon, 25 Dec 2023 22:40:36 +0000 (23:40 +0100)]
[PATCH] fix: use values that are representable as double in test

From f61fb0dbc9b41b2661a3b481a056fd006a238495 Mon Sep 17 00:00:00 2001
Origin: vendor, https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1327

Values like 0.1 are not representable as a double which can result in
problems, for example:

```
[...]/dune/common/test/hybridutilitiestest.cc:114:43: error: static assertion failed: Wrong compile time sum!
  114 |   static_assert(sum(numberTupleConstexpr) == 5.1, "Wrong compile time sum!");
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
[...]/dune/common/test/hybridutilitiestest.cc:114:43: note: the comparison reduces to ‘(5.09999999999999964473e+0l == 5.09999999999999999991e+0l)’
```

with [gcc 13.2.0 on i386][1].

  [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-4&stamp=1703267709&raw=0

Gbp-Pq: Name 0001-fix-use-values-that-are-representable-as-double-in-t.patch

23 months ago[PATCH 2/2] Add missing <cstdint> in simd/loop.hh
Christoph Grüninger [Mon, 23 Jan 2023 21:18:17 +0000 (22:18 +0100)]
[PATCH 2/2] Add missing <cstdint> in simd/loop.hh

GCC 13 needs this for uintptr_t

Gbp-Pq: Name add-missing-cstdint-in-simd-loop.hh.patch

23 months agodo-not-install-python-scripts
Debian Science Maintainers [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

23 months agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

23 months agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

23 months ago[PATCH 2/2] Always add an soversion to the library.
Markus Blatt [Fri, 9 Dec 2022 15:01:02 +0000 (16:01 +0100)]
[PATCH 2/2] Always add an soversion to the library.

Gbp-Pq: Name soname.patch

23 months ago[PATCH 1/2] Fix version in dune.module
Markus Blatt [Fri, 9 Dec 2022 14:58:55 +0000 (15:58 +0100)]
[PATCH 1/2] Fix version in dune.module

Gbp-Pq: Name dunemodule-version.patch

23 months agofix-linitian-file-references-package-build-path
Debian Science Maintainers [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
fix-linitian-file-references-package-build-path

Prevent lintian warning about file-references-package-build-path

Gbp-Pq: Name fix-linitian-file-references-package-build-path

23 months agofix-linitian-file-references-package-build-path-downstream
Debian Science Maintainers [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
fix-linitian-file-references-package-build-path-downstream

Make sure current CXXFLAGS in cmake config files get substituted.

Prevents the build path from appearing in dune-module-config.cmake
files of downstream modules and prevents the lintian warning about
that.

Gbp-Pq: Name fix-linitian-file-references-package-build-path-downstream

23 months agoinstall-pkgconfig-without-lib-for-cross-compile
Debian Science Maintainers [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
install-pkgconfig-without-lib-for-cross-compile

Install architecture independent pkgconfig file in /usr/share/pkgconfig

This prevents lintian warning pkg-config-unavailable-for-cross-compilation
for the header only modules dune-istl, dune-localfunctions, dune-functions,
and dune-typetree.

Gbp-Pq: Name install-pkgconfig-without-lib-for-cross-compile

23 months agodune-common (2.9.0-6) unstable; urgency=medium
Ansgar [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
dune-common (2.9.0-6) unstable; urgency=medium

  * patches: fix: use values that are representable as double in test.
    This should fix the test failure on i386.
    + new patch: 0002-fix-use-values-that-are-representable-as-double-in-t.patch

[dgit import unpatched dune-common 2.9.0-6]

23 months agoImport dune-common_2.9.0-6.debian.tar.xz
Ansgar [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
Import dune-common_2.9.0-6.debian.tar.xz

[dgit import tarball dune-common 2.9.0-6 dune-common_2.9.0-6.debian.tar.xz]

2 years agoMerge dune-common (2.9.0-3) import into refs/heads/workingbranch
Markus Blatt [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
Merge dune-common (2.9.0-3) import into refs/heads/workingbranch

2 years ago[PATCH 2/2] Add missing <cstdint> in simd/loop.hh
Christoph Grüninger [Mon, 23 Jan 2023 21:18:17 +0000 (22:18 +0100)]
[PATCH 2/2] Add missing <cstdint> in simd/loop.hh

GCC 13 needs this for uintptr_t

Gbp-Pq: Name add-missing-cstdint-in-simd-loop.hh.patch

2 years agodo-not-install-python-scripts
Debian Science Maintainers [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

2 years agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

2 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

2 years ago[PATCH 2/2] Always add an soversion to the library.
Markus Blatt [Fri, 9 Dec 2022 15:01:02 +0000 (16:01 +0100)]
[PATCH 2/2] Always add an soversion to the library.

Gbp-Pq: Name soname.patch

2 years ago[PATCH 1/2] Fix version in dune.module
Markus Blatt [Fri, 9 Dec 2022 14:58:55 +0000 (15:58 +0100)]
[PATCH 1/2] Fix version in dune.module

Gbp-Pq: Name dunemodule-version.patch

2 years agofix-linitian-file-references-package-build-path
Debian Science Maintainers [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
fix-linitian-file-references-package-build-path

Prevent lintian warning about file-references-package-build-path

Gbp-Pq: Name fix-linitian-file-references-package-build-path

2 years agofix-linitian-file-references-package-build-path-downstream
Debian Science Maintainers [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
fix-linitian-file-references-package-build-path-downstream

Make sure current CXXFLAGS in cmake config files get substituted.

Prevents the build path from appearing in dune-module-config.cmake
files of downstream modules and prevents the lintian warning about
that.

Gbp-Pq: Name fix-linitian-file-references-package-build-path-downstream

2 years agoinstall-pkgconfig-without-lib-for-cross-compile
Debian Science Maintainers [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
install-pkgconfig-without-lib-for-cross-compile

Install architecture independent pkgconfig file in /usr/share/pkgconfig

This prevents lintian warning pkg-config-unavailable-for-cross-compilation
for the header only modules dune-istl, dune-localfunctions, dune-functions,
and dune-typetree.

Gbp-Pq: Name install-pkgconfig-without-lib-for-cross-compile

2 years agodune-common (2.9.0-3) unstable; urgency=medium
Markus Blatt [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
dune-common (2.9.0-3) unstable; urgency=medium

  * d/patches: Backported upstream GCC-13 compile fix
      (Closes: #1037630)

[dgit import unpatched dune-common 2.9.0-3]

2 years agoImport dune-common_2.9.0-3.debian.tar.xz
Markus Blatt [Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)]
Import dune-common_2.9.0-3.debian.tar.xz

[dgit import tarball dune-common 2.9.0-3 dune-common_2.9.0-3.debian.tar.xz]

2 years agoMerge dune-common (2.9.0-2) import into refs/heads/workingbranch
Markus Blatt [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
Merge dune-common (2.9.0-2) import into refs/heads/workingbranch

2 years agodo-not-install-python-scripts
Debian Science Maintainers [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

2 years agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

2 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

2 years ago[PATCH 2/2] Always add an soversion to the library.
Markus Blatt [Fri, 9 Dec 2022 15:01:02 +0000 (16:01 +0100)]
[PATCH 2/2] Always add an soversion to the library.

Gbp-Pq: Name soname.patch

2 years ago[PATCH 1/2] Fix version in dune.module
Markus Blatt [Fri, 9 Dec 2022 14:58:55 +0000 (15:58 +0100)]
[PATCH 1/2] Fix version in dune.module

Gbp-Pq: Name dunemodule-version.patch

2 years agofix-linitian-file-references-package-build-path
Debian Science Maintainers [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
fix-linitian-file-references-package-build-path

Prevent lintian warning about file-references-package-build-path

Gbp-Pq: Name fix-linitian-file-references-package-build-path

2 years agofix-linitian-file-references-package-build-path-downstream
Debian Science Maintainers [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
fix-linitian-file-references-package-build-path-downstream

Make sure current CXXFLAGS in cmake config files get substituted.

Prevents the build path from appearing in dune-module-config.cmake
files of downstream modules and prevents the lintian warning about
that.

Gbp-Pq: Name fix-linitian-file-references-package-build-path-downstream

2 years agoinstall-pkgconfig-without-lib-for-cross-compile
Debian Science Maintainers [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
install-pkgconfig-without-lib-for-cross-compile

Install architecture independent pkgconfig file in /usr/share/pkgconfig

This prevents lintian warning pkg-config-unavailable-for-cross-compilation
for the header only modules dune-istl, dune-localfunctions, dune-functions,
and dune-typetree.

Gbp-Pq: Name install-pkgconfig-without-lib-for-cross-compile

2 years agodune-common (2.9.0-2) unstable; urgency=medium
Markus Blatt [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
dune-common (2.9.0-2) unstable; urgency=medium

  * Upload to unstable
  * d/patches: Prevent build-path from appearing in downstream DUNE modules
  * d/control: Added Markus Blatt as uploader (with consent of Ansgar)

[dgit import unpatched dune-common 2.9.0-2]

2 years agoImport dune-common_2.9.0-2.debian.tar.xz
Markus Blatt [Thu, 12 Jan 2023 15:39:41 +0000 (15:39 +0000)]
Import dune-common_2.9.0-2.debian.tar.xz

[dgit import tarball dune-common 2.9.0-2 dune-common_2.9.0-2.debian.tar.xz]

2 years agoImport dune-common_2.9.0.orig.tar.xz
Ansgar [Sat, 7 Jan 2023 20:52:09 +0000 (21:52 +0100)]
Import dune-common_2.9.0.orig.tar.xz

[dgit import orig dune-common_2.9.0.orig.tar.xz]

2 years agoImport dune-common_2.9.0.orig.tar.xz
Ansgar [Sat, 7 Jan 2023 20:52:09 +0000 (20:52 +0000)]
Import dune-common_2.9.0.orig.tar.xz

[dgit import orig dune-common_2.9.0.orig.tar.xz]

3 years agoMerge dune-common (2.8.0-4) import into refs/heads/workingbranch
Drew Parsons [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
Merge dune-common (2.8.0-4) import into refs/heads/workingbranch

3 years agoAlso search for libscotchmetisv5 and libscotchmetisv3.
Markus Blatt [Fri, 18 Mar 2022 21:03:05 +0000 (22:03 +0100)]
Also search for libscotchmetisv5 and libscotchmetisv3.

On Debian these might be present instead of libscotchmetis,

Gbp-Pq: Name findmetis_scotch7.patch

3 years agodo-not-install-python-scripts
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

3 years agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

3 years agouse-python-3
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
use-python-3

Gbp-Pq: Name use-python-3.patch

3 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
skip directories starting with a dot when looking for dune.module

===================================================================

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

3 years agosoname
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
soname

===================================================================

Gbp-Pq: Name soname.patch

3 years agodune-common (2.8.0-4) unstable; urgency=medium
Drew Parsons [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
dune-common (2.8.0-4) unstable; urgency=medium

  * Team upload.

  [ Markus Blatt ]
  * FindMETIS.cmake: Also search for libscotchmetisv5 and libscotchmetisv3
      (Closes: #1007823, #1007830, #1007930)

  [ Drew Parsons ]
  * apply FindMETis.cmake patch in debian patch findmetis_scotch7.patch

[dgit import unpatched dune-common 2.8.0-4]

3 years agoImport dune-common_2.8.0-4.debian.tar.xz
Drew Parsons [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
Import dune-common_2.8.0-4.debian.tar.xz

[dgit import tarball dune-common 2.8.0-4 dune-common_2.8.0-4.debian.tar.xz]

4 years agoMerge dune-common (2.8.0-3) import into refs/heads/workingbranch
Patrick Jaap [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
Merge dune-common (2.8.0-3) import into refs/heads/workingbranch

4 years agodo-not-install-python-scripts
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
do-not-install-python-scripts

Gbp-Pq: Name do-not-install-python-scripts.patch

4 years agodisable-long-double-eigenvalue-checks
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
disable-long-double-eigenvalue-checks

Gbp-Pq: Name disable-long-double-eigenvalue-checks.patch

4 years agouse-python-3
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
use-python-3

Gbp-Pq: Name use-python-3.patch

4 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

4 years agosoname
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
soname

Gbp-Pq: Name soname.patch

4 years agodune-common (2.8.0-3) unstable; urgency=medium
Patrick Jaap [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
dune-common (2.8.0-3) unstable; urgency=medium

  * d/control: remove Breaks/Replaces entries

[dgit import unpatched dune-common 2.8.0-3]

4 years agoImport dune-common_2.8.0-3.debian.tar.xz
Patrick Jaap [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
Import dune-common_2.8.0-3.debian.tar.xz

[dgit import tarball dune-common 2.8.0-3 dune-common_2.8.0-3.debian.tar.xz]

4 years agoImport dune-common_2.8.0.orig.tar.gz
Patrick Jaap [Wed, 15 Sep 2021 08:50:45 +0000 (09:50 +0100)]
Import dune-common_2.8.0.orig.tar.gz

[dgit import orig dune-common_2.8.0.orig.tar.gz]

4 years agoMerge dune-common (2.7.1-2) import into refs/heads/workingbranch
Ansgar [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
Merge dune-common (2.7.1-2) import into refs/heads/workingbranch

4 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

4 years agosoname
Debian Science Maintainers [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
soname

Gbp-Pq: Name soname.patch

4 years agodune-common (2.7.1-2) unstable; urgency=medium
Ansgar [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
dune-common (2.7.1-2) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched dune-common 2.7.1-2]

4 years agoImport dune-common_2.7.1-2.debian.tar.xz
Ansgar [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
Import dune-common_2.7.1-2.debian.tar.xz

[dgit import tarball dune-common 2.7.1-2 dune-common_2.7.1-2.debian.tar.xz]

4 years agoImport dune-common_2.7.1.orig.tar.gz
Lisa Julia Nebel [Tue, 5 Jan 2021 16:51:34 +0000 (16:51 +0000)]
Import dune-common_2.7.1.orig.tar.gz

[dgit import orig dune-common_2.7.1.orig.tar.gz]

5 years agoMerge dune-common (2.7.0-5) import into refs/heads/workingbranch
Ansgar [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
Merge dune-common (2.7.0-5) import into refs/heads/workingbranch

5 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

5 years agosoname
Debian Science Maintainers [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
soname

Gbp-Pq: Name soname.patch

5 years agodune-common (2.7.0-5) unstable; urgency=medium
Ansgar [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
dune-common (2.7.0-5) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched dune-common 2.7.0-5]

5 years agoImport dune-common_2.7.0-5.debian.tar.xz
Ansgar [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
Import dune-common_2.7.0-5.debian.tar.xz

[dgit import tarball dune-common 2.7.0-5 dune-common_2.7.0-5.debian.tar.xz]

5 years agoImport dune-common_2.7.0.orig.tar.gz
Ansgar [Wed, 20 May 2020 19:06:31 +0000 (20:06 +0100)]
Import dune-common_2.7.0.orig.tar.gz

[dgit import orig dune-common_2.7.0.orig.tar.gz]

7 years agoMerge dune-common (2.6.0-3) import into refs/heads/workingbranch
Ansgar Burchardt [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
Merge dune-common (2.6.0-3) import into refs/heads/workingbranch

7 years agoRename git-whitespace-hook to dune-git-whitespace-hook.
Ansgar Burchardt [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
Rename git-whitespace-hook to dune-git-whitespace-hook.

The name git-whitespace-hook is a bit too generic for a DUNE-specific
tool.

Gbp-Pq: Name rename-git-whitespace-hook.patch

7 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

7 years agosoname
Debian Science Maintainers [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
soname

Gbp-Pq: Name soname.patch

7 years agodune-common (2.6.0-3) unstable; urgency=medium
Ansgar Burchardt [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
dune-common (2.6.0-3) unstable; urgency=medium

  * Add runtime dependency on gfortran. Configuring a DUNE project without
    a Fortran compiler fails.
  * autopkgtest: Add dependency on MPI as the test builds and runs an MPI
    program.

[dgit import unpatched dune-common 2.6.0-3]

7 years agoImport dune-common_2.6.0-3.debian.tar.xz
Ansgar Burchardt [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
Import dune-common_2.6.0-3.debian.tar.xz

[dgit import tarball dune-common 2.6.0-3 dune-common_2.6.0-3.debian.tar.xz]

7 years agoImport dune-common_2.6.0.orig.tar.gz
Ansgar Burchardt [Mon, 2 Apr 2018 22:20:33 +0000 (23:20 +0100)]
Import dune-common_2.6.0.orig.tar.gz

[dgit import orig dune-common_2.6.0.orig.tar.gz]

9 years agoMerge dune-common (2.5.0-1) import into refs/heads/workingbranch
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
Merge dune-common (2.5.0-1) import into refs/heads/workingbranch

9 years agoRename git-whitespace-hook to dune-git-whitespace-hook.
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
Rename git-whitespace-hook to dune-git-whitespace-hook.

The name git-whitespace-hook is a bit too generic for a DUNE-specific
tool.

Gbp-Pq: Name rename-git-whitespace-hook.patch

9 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

9 years agosoname
Debian Science Maintainers [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
soname

Gbp-Pq: Name soname.patch

9 years agodune-common (2.5.0-1) unstable; urgency=medium
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
dune-common (2.5.0-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched dune-common 2.5.0-1]

9 years agoImport dune-common_2.5.0.orig.tar.gz
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
Import dune-common_2.5.0.orig.tar.gz

[dgit import orig dune-common_2.5.0.orig.tar.gz]

9 years agoImport dune-common_2.5.0-1.debian.tar.xz
Ansgar Burchardt [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
Import dune-common_2.5.0-1.debian.tar.xz

[dgit import tarball dune-common 2.5.0-1 dune-common_2.5.0-1.debian.tar.xz]

11 years agoRename git-whitespace-hook to dune-git-whitespace-hook.
Ansgar Burchardt [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
Rename git-whitespace-hook to dune-git-whitespace-hook.

The name git-whitespace-hook is a bit too generic for a DUNE-specific
tool.

Gbp-Pq: Name rename-git-whitespace-hook.patch

11 years agoskip directories starting with a dot when looking for dune.module
Ansgar Burchardt [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
skip directories starting with a dot when looking for dune.module

Gbp-Pq: Name skip-dirs-starting-with-dot.patch

11 years agodune-autogen
Debian Science Maintainers [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
dune-autogen

Gbp-Pq: Name dune-autogen.patch