summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2019-08-11 21:59:21 -0400
committerAaron M. Ucko <ucko@debian.org>2019-08-11 21:59:21 -0400
commit03bc422c873ec42cc014ded12d1ba1301324f2bb (patch)
tree8c9da3b846317200afb50a4ef157c0be56a0e89f
parent1977de0be3b269d1a2996d7c8b2d7f527616c826 (diff)
ncbi-tools6 6.1.20170106+dfsg1-2: Fix autopkgtest for UniVec removal.debian/6.1.20170106+dfsg1-2archive/debian/6.1.20170106+dfsg1-2
debian/test/run-unit-test: Substitute UniVec_Core for UniVec (removed in -1 per license considerations).
-rw-r--r--debian/changelog7
-rw-r--r--debian/tests/run-unit-test2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 20ecc78b..fb4c9951 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ncbi-tools6 (6.1.20170106+dfsg1-2) unstable; urgency=medium
+
+ * debian/test/run-unit-test: Substitute UniVec_Core for UniVec (removed
+ in -1 per license considerations).
+
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 11 Aug 2019 21:59:19 -0400
+
ncbi-tools6 (6.1.20170106+dfsg1-1) unstable; urgency=medium
[Andreas Tille]
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index acf9916b..3433b92b 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -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()