Codebase list ciftilib / 43f1c82
Fix autopkgtest after moving docs to different location Andreas Tille 5 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ciftilib (1.5.1-3) unstable; urgency=medium
1
2 * Team upload
3 * Fix autopkgtest after moving docs to different location
4 Closes: #901832, #901833
5
6 -- Andreas Tille <tille@debian.org> Tue, 19 Jun 2018 09:58:56 +0200
7
08 ciftilib (1.5.1-2) unstable; urgency=medium
19
210 * Team upload.
55 set -e
66
77 # Prepare the testsuite.
8 cp -a /usr/share/doc/libcifti-doc/examples/* "$AUTOPKGTEST_TMP"
8 cp -a /usr/share/doc/libcifti-dev/examples/* "$AUTOPKGTEST_TMP"
99 cp ./cmake/scripts/testmd5.cmake "$AUTOPKGTEST_TMP"
1010 cd "$AUTOPKGTEST_TMP"
1111