Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add autopkgtest
· 80b3b63a
Andreas Tille
authored
May 09, 2018
80b3b63a
Upload to unstable
· 1b4e73e7
Andreas Tille
authored
May 09, 2018
1b4e73e7
Show whitespace changes
Inline
Side-by-side
debian/README.test
0 → 100644
View file @
1b4e73e7
Notes
on
how
this
package
can
be
tested
.
────────────────────────────────────────
To
run
the
unit
tests
provided
by
the
package
you
can
do
sh
run
-
unit
-
test
in
this
directory
.
debian/changelog
View file @
1b4e73e7
seaview (1:4.7-1)
UNRELEASED
; urgency=medium
seaview (1:4.7-1)
unstable
; urgency=medium
* New upstream version
* Drop patch since upstream has fixed Makefile
* Re-add example which was lost by accident
* Add autopkgtest
-- Andreas Tille <tille@debian.org> Wed, 09 May 2018 14:
0
9:
47
+0200
-- Andreas Tille <tille@debian.org> Wed, 09 May 2018 14:
3
9:
32
+0200
seaview (1:4.6.5-1) unstable; urgency=medium
...
...
debian/docs
View file @
1b4e73e7
seaview.html
debian/tests/run-unit-test
debian/README.test
\ No newline at end of file
debian/tests/control
0 → 100644
View file @
1b4e73e7
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
debian/tests/run-unit-test
0 → 100644
View file @
1b4e73e7
#!/bin/bash
set
-e
pkg
=
"seaview"
if
[
"
$AUTOPKGTEST_TMP
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
`
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
`
fi
cp
-a
/usr/share/doc/
${
pkg
}
/examples/
*
$AUTOPKGTEST_TMP
cd
$AUTOPKGTEST_TMP
gunzip
*
.gz
seaview
-build_tree
-distance
K2P
-o
tree.ph example.nxs
# This requires PDF support
seaview
-plotonly
-svg
tree.ph
echo
"PASS"