summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bernhard M. Wiedemann [Mon, 5 Jun 2017 19:37:38 +0000 (21:37 +0200)]
sort input files
when building packages (e.g. for openSUSE Linux)
(random) filesystem order of input files
influences ordering of entries in the output,
thus without the patch, builds (in disposable VMs) would usually differ.
See https://reproducible-builds.org/ for why this matters.
Gbp-Pq: Name sort-input-files
A. Maitland Bottoms [Wed, 28 Mar 2018 02:05:29 +0000 (22:05 -0400)]
install all headers
(Along with some sorting)
Gbp-Pq: Name install-all-headers
A. Maitland Bottoms [Wed, 28 Mar 2018 02:04:11 +0000 (22:04 -0400)]
sort cmake glob lists
File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
with the readdir() order. Sorting the lists should help make reproducible builds.
Gbp-Pq: Name sort-cmake-glob-lists
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
make acc happy
The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.
Gbp-Pq: Name make-acc-happy
A. Maitland Bottoms [Wed, 28 Mar 2018 02:01:33 +0000 (22:01 -0400)]
native armv7 build support
Debian, unlike other GNU Radio deployments, does not cross-compile
packages, but builds natively on a set of build machines, including
both arm and armhf.
Gbp-Pq: Name native-armv7-build-support
A. Maitland Bottoms [Wed, 28 Mar 2018 01:54:29 +0000 (02:54 +0100)]
volk (1.3.1-1) unstable; urgency=medium
* New upstream bugfix release
* Refresh all debian patches for use with git am
[dgit import unpatched volk 1.3.1-1]
A. Maitland Bottoms [Wed, 28 Mar 2018 01:54:29 +0000 (02:54 +0100)]
Import volk_1.3.1.orig.tar.xz
[dgit import orig volk_1.3.1.orig.tar.xz]
A. Maitland Bottoms [Wed, 28 Mar 2018 01:54:29 +0000 (02:54 +0100)]
Import volk_1.3.1-1.debian.tar.xz
[dgit import tarball volk 1.3.1-1 volk_1.3.1-1.debian.tar.xz]