Codebase list libcork / 933e490
Prepare to release 1.0.0~rc3-2 * debian/copyright: - Add entry for tests/cram.py. * debian/patches: - Add patch to use system python3-cram, instead of embedded tests/cram.py. * debian/rules: - Install doc from debian/tmp instead of obj-*, to make dh_missing happy. * debian/upstream/metadata: - Remove Homepage entry to make lintian happy. Roger Shimizu 2 years ago
7 changed file(s) with 58 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 libcork (1.0.0~rc3-2) unstable; urgency=medium
1
2 * debian/copyright:
3 - Add entry for tests/cram.py.
4 * debian/patches:
5 - Add patch to use system python3-cram, instead of embedded
6 tests/cram.py.
7 * debian/rules:
8 - Install doc from debian/tmp instead of obj-*, to make
9 dh_missing happy.
10 * debian/upstream/metadata:
11 - Remove Homepage entry to make lintian happy.
12
13 -- Roger Shimizu <rosh@debian.org> Mon, 23 Aug 2021 00:47:49 +0900
14
015 libcork (1.0.0~rc3-1) unstable; urgency=medium
116
217 * Upload to unstable.
77 Files: *
88 Copyright: 2009-2015, RedJack, LLC.
99 License: BSD-3-clause
10
11 Files: tests/cram.py
12 Copyright: 2009-2015, RedJack, LLC.
13 License: GPL-2+
1014
1115 Files: debian/*
1216 Copyright: 2016-2020 Roger Shimizu <rosh@debian.org>
0 obj-*/docs/old/html
0 debian/tmp/usr/share/doc/libcork/html
0 From: Roger Shimizu <rosh@debian.org>
1 Date: Mon, 23 Aug 2021 00:18:35 +0900
2 Subject: Use system python3-cram
3
4 ---
5 tests/CMakeLists.txt | 2 +-
6 tests/ccram | 2 +-
7 2 files changed, 2 insertions(+), 2 deletions(-)
8
9 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
10 index afa2d3f..68f5483 100644
11 --- a/tests/CMakeLists.txt
12 +++ b/tests/CMakeLists.txt
13 @@ -82,7 +82,7 @@ make_u128_suite(sub)
14 # Command-line tests
15
16 if (NOT CRAM_EXECUTABLE)
17 - set(CRAM_EXECUTABLE "${CMAKE_CURRENT_SOURCE_DIR}/cram.py")
18 + set(CRAM_EXECUTABLE "/usr/bin/cram3")
19 endif (NOT CRAM_EXECUTABLE)
20
21 if (PYTHON_EXECUTABLE)
22 diff --git a/tests/ccram b/tests/ccram
23 index 6eb3766..3446049 100755
24 --- a/tests/ccram
25 +++ b/tests/ccram
26 @@ -31,7 +31,7 @@ if [ "$1" = "--cram" ]; then
27 CRAM="$1"
28 shift
29 else
30 - CRAM="$ROOT/tests/cram.py"
31 + CRAM="/usr/bin/cram3"
32 fi
33
34 if [ "$1" = "--tests" ]; then
00 01-remove-dependency-on-git-command.patch
11 02-fix-fails-to-build-with-sphinx-3.1.patch
2 03-Use-system-python3-cram.patch
2020 -DENABLE_STATIC=NO
2121
2222 override_dh_install:
23 rm -f obj-*/docs/old/html/.buildinfo
23 rm -f debian/tmp/usr/share/doc/libcork/html/.buildinfo
2424 sed -i " \
2525 s%http[s]*://cdn.mathjax.org/mathjax/latest/MathJax.js%file:///usr/share/javascript/mathjax/MathJax.js%; \
2626 s%https://cdnjs.cloudflare.com/ajax/libs/mathjax/[0-9].[0-9].[0-9]/MathJax.js%file:///usr/share/javascript/mathjax/MathJax.js%; \
2727 s%https://cdnjs.cloudflare.com/ajax/libs/mathjax/[0-9].[0-9].[0-9]/latest.js%file:///usr/share/javascript/mathjax/unpacked/latest.js%; \
28 " obj-*/docs/old/html/*.html
28 " debian/tmp/usr/share/doc/libcork/html/*.html
2929 dh_install
3030
3131 # Upstream supports both autoreconf and cmake
0 Homepage: https://libcork.io
10 Repository: https://github.com/dcreager/libcork.git
21 Repository-Browse: https://github.com/dcreager/libcork
32 Bug-Database: https://github.com/dcreager/libcork/issues