summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Raspbian automatic forward porter [Thu, 8 Feb 2024 16:16:19 +0000 (16:16 +0000)]
Merge version 2.9.0-2+rpi1 and 2.9.0-6 to produce 2.9.0-6+rpi1
Ansgar [Tue, 26 Dec 2023 18:41:53 +0000 (19:41 +0100)]
Merge dune-common (2.9.0-6) import into refs/heads/workingbranch
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
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
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
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
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
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
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
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
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
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
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
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]
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]
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
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
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
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
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
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
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
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
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
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
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]
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]
Raspbian automatic forward porter [Thu, 26 Jan 2023 04:18:36 +0000 (04:18 +0000)]
Merge version 2.8.0-4+rpi1 and 2.9.0-2 to produce 2.9.0-2+rpi1
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
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
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
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
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
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
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
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
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
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]
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]
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]
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]
Raspbian automatic forward porter [Thu, 24 Mar 2022 19:10:26 +0000 (19:10 +0000)]
Merge version 2.8.0-3+rpi1 and 2.8.0-4 to produce 2.8.0-4+rpi1
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
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
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
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
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
use-python-3
Gbp-Pq: Name use-python-3.patch
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
Debian Science Maintainers [Sat, 19 Mar 2022 12:10:34 +0000 (12:10 +0000)]
soname
===================================================================
Gbp-Pq: Name soname.patch
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]
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]
Raspbian automatic forward porter [Thu, 28 Oct 2021 18:54:55 +0000 (19:54 +0100)]
Merge version 2.7.1-2+rpi1 and 2.8.0-3 to produce 2.8.0-3+rpi1
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
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
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
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
use-python-3
Gbp-Pq: Name use-python-3.patch
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
Debian Science Maintainers [Thu, 21 Oct 2021 16:29:30 +0000 (17:29 +0100)]
soname
Gbp-Pq: Name soname.patch
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]
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]
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]
Raspbian automatic forward porter [Mon, 25 Jan 2021 09:13:53 +0000 (09:13 +0000)]
Merge version 2.7.0-5+rpi1 and 2.7.1-2 to produce 2.7.1-2+rpi1
Ansgar [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
Merge dune-common (2.7.1-2) import into refs/heads/workingbranch
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
Debian Science Maintainers [Mon, 11 Jan 2021 21:23:00 +0000 (21:23 +0000)]
soname
Gbp-Pq: Name soname.patch
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]
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]
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]
Peter Michael Green [Tue, 21 Jul 2020 02:56:28 +0000 (03:56 +0100)]
Merge dune-common (2.7.0-5+rpi1) import into refs/heads/workingbranch
Ansgar Burchardt [Tue, 21 Jul 2020 02:56:28 +0000 (03:56 +0100)]
skip directories starting with a dot when looking for dune.module
Gbp-Pq: Name skip-dirs-starting-with-dot.patch
Debian Science Maintainers [Tue, 21 Jul 2020 02:56:28 +0000 (03:56 +0100)]
soname
Gbp-Pq: Name soname.patch
Peter Michael Green [Tue, 21 Jul 2020 02:56:28 +0000 (03:56 +0100)]
dune-common (2.7.0-5+rpi1) bullseye-staging; urgency=medium
* Disable testsuite.
[dgit import unpatched dune-common 2.7.0-5+rpi1]
Peter Michael Green [Tue, 21 Jul 2020 02:56:28 +0000 (03:56 +0100)]
Import dune-common_2.7.0-5+rpi1.debian.tar.xz
[dgit import tarball dune-common 2.7.0-5+rpi1 dune-common_2.7.0-5+rpi1.debian.tar.xz]
Ansgar [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
Merge dune-common (2.7.0-5) import into refs/heads/workingbranch
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
Debian Science Maintainers [Wed, 15 Jul 2020 10:29:39 +0000 (11:29 +0100)]
soname
Gbp-Pq: Name soname.patch
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]
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]
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]
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
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
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
Debian Science Maintainers [Thu, 21 Jun 2018 07:17:17 +0000 (08:17 +0100)]
soname
Gbp-Pq: Name soname.patch
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]
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]
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]
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
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
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
Debian Science Maintainers [Sun, 18 Dec 2016 11:58:14 +0000 (11:58 +0000)]
soname
Gbp-Pq: Name soname.patch
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]
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]
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]
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
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
Debian Science Maintainers [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
dune-autogen
Gbp-Pq: Name dune-autogen.patch
Debian Science Maintainers [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
soname
Gbp-Pq: Name soname.patch
Ansgar Burchardt [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
dune-common (2.3.1-1) unstable; urgency=medium
* New upstream release.
* Install bash completion for dunecontrol.
[dgit import unpatched dune-common 2.3.1-1]
Ansgar Burchardt [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
Import dune-common_2.3.1.orig.tar.xz
[dgit import orig dune-common_2.3.1.orig.tar.xz]
Ansgar Burchardt [Tue, 17 Jun 2014 17:46:31 +0000 (18:46 +0100)]
Import dune-common_2.3.1-1.debian.tar.xz
[dgit import tarball dune-common 2.3.1-1 dune-common_2.3.1-1.debian.tar.xz]