Commit 7ec584f3 authored by Aaron M. Ucko's avatar Aaron M. Ucko
Browse files

debian/test/run-unit-test: Substitute UniVec_Core for UniVec.

parent 300e5105
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,11 +8,12 @@ ncbi-tools6 (6.1.20170106+dfsg1-0+deb10u1) buster; urgency=medium
    - Update authors and dates for debian/*.
    - Set Files-Excluded to reflect repackaging.
  * debian/rules: Introduce NCBI_VERSION_SHLIB, with +dfsg1 stripped off.
  * debian/test/run-unit-test: Substitute UniVec_Core for UniVec.
  * debian/watch: Reflect usage of +dfsg1.
  * make/makeshlb.unx: NCBI_VERSION -> NCBI_VERSION_SHLIB.
  * Temporarily revert ncbi-cn3d splitout to expedite the above fixes.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 03 Aug 2019 22:04:16 -0400
 -- Aaron M. Ucko <ucko@debian.org>  Sun, 11 Aug 2019 22:11:03 -0400

ncbi-tools6 (6.1.20170106-6) unstable; urgency=medium

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ cd $AUTOPKGTEST_TMP
cp -a /usr/share/doc/${pkg}/test-data/* .
cp /usr/share/doc/${pkg}/{asnpub.all.gz,medline.prt.gz} .
cp /usr/share/ncbi/data/autofix.prt .
cp /usr/share/ncbi/data/UniVec.* .
cp /usr/share/ncbi/data/UniVec_Core.* .
gunzip *.gz

check_GI()