Commit ede72ab7 authored by Andreas Tille's avatar Andreas Tille
Browse files

Document how to test the package

parent bea984e7
Loading
Loading
Loading
Loading

debian/README.test

0 → 100644
+10 −0
Original line number Diff line number Diff line
Notes on how this package can be tested.
────────────────────────────────────────

To run the unit tests provided by the upstream authors of this package
you can install the package htslib-test and run

   sh /usr/share/doc/libhts-dev/run-unit-test

 -- Andreas Tille <tille@debian.org>  Wed, 14 Feb 2018 09:43:36 +0100
+8 −0
Original line number Diff line number Diff line
htslib (1.7-2) UNRELEASED; urgency=medium

  * Move all needed files into htslib-test package
    Closes: #890303
  * Document how to test the package

 -- Andreas Tille <tille@debian.org>  Wed, 14 Feb 2018 09:43:36 +0100

htslib (1.7-1) unstable; urgency=medium

  * Team upload.
+10 −7
Original line number Diff line number Diff line
*.c /usr/share/htslib-test
*.h /usr/share/htslib-test
*.mk /usr/share/htslib-test
Makefile /usr/share/htslib-test
cram/*.c /usr/share/htslib-test/cram
cram/*.h /usr/share/htslib-test/cram
test/* /usr/share/htslib-test/test
*.c		usr/share/htslib-test
*.h		usr/share/htslib-test
*.mk		usr/share/htslib-test
Makefile	usr/share/htslib-test
cram/*.c	usr/share/htslib-test/cram
cram/*.h	usr/share/htslib-test/cram
test/*		usr/share/htslib-test/test
os		usr/share/htslib-test
version.sh	usr/share/htslib-test
debian/tests/run-unit-test	usr/share/doc/libhts-dev

debian/libhts-dev.docs

0 → 100644
+1 −0
Original line number Diff line number Diff line
debian/README.test