X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=debian%2Fchangelog;h=071d25e94072c20b3c0caa872cdfe9a40b735d51;hb=HEAD;hp=6e20b7a605336b8cdafd533dfac4fdf485f4a276;hpb=73540d73adb4278b6ae3d08109e0140468b930d9;p=bible-kjv.git diff --git a/debian/changelog b/debian/changelog index 6e20b7a..071d25e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,73 @@ +bible-kjv (4.38) unstable; urgency=medium + + * Patches from Vagrant Cascadian to use -ffile-prefix-map to make build + reproducible (Closes: #1020813) + + -- Matthew Vernon Fri, 30 Sep 2022 15:22:50 +0100 + +bible-kjv (4.37) unstable; urgency=medium + + * Correct function signature of shortuniv_assign (Closes: #983989) + + -- Matthew Vernon Tue, 12 Oct 2021 08:59:18 +0100 + +bible-kjv (4.36) unstable; urgency=medium + + * Add tests for use with autopkgtest + + -- Matthew Vernon Sun, 22 Aug 2021 12:23:02 +0100 + +bible-kjv (4.35) unstable; urgency=medium + + * Fix off-by-one error in line numbers (and thus concordance) + * Update release_version + + -- Matthew Vernon Sat, 21 Aug 2021 18:02:31 +0100 + +bible-kjv (4.34) unstable; urgency=medium + + * Check for error return value + + -- Matthew Vernon Mon, 19 Jul 2021 12:36:43 +0100 + +bible-kjv (4.33) unstable; urgency=medium + + * Make the build not run in parallel + * Use bible.rawtext to build concordance (Closes: #991133) + + -- Matthew Vernon Mon, 19 Jul 2021 12:10:28 +0100 + +bible-kjv (4.32) unstable; urgency=medium + + * Patch from Helmut Grohne to fix FTCBFS: (Closes: #947616) + + Let dh_auto_build pass cross tools to make. + + Additionally override LD. + + Keep building the build tools for the build architecture. + + Seed the compiler used for randverse from dpkg's buildtools.mk. + + Use dh_strip as it uses the correct cross tool. + + -- Matthew Vernon Sun, 21 Feb 2021 16:05:00 +0000 + +bible-kjv (4.31) unstable; urgency=medium + + * Relicence GPL-2 code to GPL-2+ (my code and that of Oliver + Elphick, who has agreed) (Closes: #977639) + * Bump standards-version + + -- Matthew Vernon Thu, 24 Dec 2020 13:26:42 +0000 + +bible-kjv (4.30) unstable; urgency=medium + + * Fix string overflow bug found by gcc-8 (Closes: #897712) + + -- Matthew Vernon Sat, 12 May 2018 10:03:54 +0100 + +bible-kjv (4.29) unstable; urgency=low + + * Add mandatory build-{arch,indep} targets to debian/rules (Closes: #821966) + + -- Matthew Vernon Thu, 07 Jul 2016 08:23:41 +0100 + bible-kjv (4.28) unstable; urgency=low * patch from Adam Borowski to fix FTBFS on x32 (Closes: #700012)