Skip to content
Commits on Source (5)
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by running the provided test:
sh run-unit-test
in order to confirm its integrity. You need to install raster3d-doc
as well since it contains the data set needed for the test.
raster3d (3.0-3-5) unstable; urgency=medium
[ Piper McCorkle ]
* Add autopkgtest
Closes: #909709
[ Andreas Tille ]
* Secure URI in copyright format
-- Andreas Tille <tille@debian.org> Thu, 01 Nov 2018 07:49:23 +0100
raster3d (3.0-3-4) unstable; urgency=medium
* debhelper 11
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Raster3D
Upstream-Contact: Ethan Merritt <merritt@u.washington.edu>
Source: http://skuld.bmsc.washington.edu/raster3d/raster3d.html
......
BUGS
debian/tests/run-unit-test
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
#!/bin/sh
set -e
pkg=raster3d
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
cd $AUTOPKGTEST_TMP
rings3d -sugars < /usr/share/doc/raster3d/examples/sugars.pdb