Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add autopkgtests template
· 74e387ee
Saira Hussain
authored
Aug 02, 2019
74e387ee
Bump changelog
· 58054b96
Saira Hussain
authored
Aug 02, 2019
58054b96
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
58054b96
hisat2 (2.1.0-4) UNRELEASED; urgency=medium
* Team upload.
[Saira Hussain]
* Add autopkgtest
-- Saira Hussain <saira.h0213@zoho.com> Fri, 02 Aug 2019 15:18:09 +0100
hisat2 (2.1.0-3) UNRELEASED; urgency=medium
* Install hisat2_extract_splice_sites.py
...
...
debian/example
0 → 100644
View file @
58054b96
example/*
debian/tests/control
0 → 100644
View file @
58054b96
Tests: run-unit-tests
Depends: @
Restrictions: allow-stderr
debian/tests/run-unit-tests
0 → 100755
View file @
58054b96
#!/bin/bash
set
-e
pkg
=
hisat2
if
[
"
${
AUTOPKGTEST_TMP
}
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
# Double quote below to expand the temporary directory variable now versus
# later is on purpose.
# shellcheck disable=SC2064
# trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
cp
/usr/share/doc/
${
pkg
}
/examples/
*
-a
"
${
AUTOPKGTEST_TMP
}
"
cd
"
${
AUTOPKGTEST_TMP
}
"
# Just for debugging
set
-x
# Run the reproducible suite