Commit 43f1c829 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix autopkgtest after moving docs to different location

parent 07e631cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
ciftilib (1.5.1-3) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest after moving docs to different location
    Closes: #901832, #901833

 -- Andreas Tille <tille@debian.org>  Tue, 19 Jun 2018 09:58:56 +0200

ciftilib (1.5.1-2) unstable; urgency=medium

  * Team upload.
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
set -e

# Prepare the testsuite.
cp -a /usr/share/doc/libcifti-doc/examples/* "$AUTOPKGTEST_TMP"
cp -a /usr/share/doc/libcifti-dev/examples/* "$AUTOPKGTEST_TMP"
cp ./cmake/scripts/testmd5.cmake "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"