Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adapt test to new location of examples
· 0355499a
Andreas Tille
authored
Jul 14, 2018
0355499a
Upload to unstable
· bbcc1828
Andreas Tille
authored
Jul 14, 2018
bbcc1828
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bbcc1828
pdb2pqr (2.1.1+dfsg-4) unstable; urgency=medium
* Adapt test to new location of examples
Closes: #903759
-- Andreas Tille <tille@debian.org> Sat, 14 Jul 2018 16:09:27 +0200
pdb2pqr (2.1.1+dfsg-3) unstable; urgency=medium
[ Steffen Moeller ]
...
...
debian/tests/ligands-test
View file @
bbcc1828
...
...
@@ -5,7 +5,7 @@
set
-e
pkg
=
pdb2pqr
example_pkg
=
pdb2pqr
-doc
example_pkg
=
pdb2pqr
if
[
"
$ADTTMP
"
=
""
]
;
then
ADTTMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
...
...
debian/tests/pdb2pka-test
View file @
bbcc1828
...
...
@@ -8,7 +8,7 @@ exit 0
set
-e
pkg
=
pdb2pqr
example_pkg
=
pdb2pqr
-doc
example_pkg
=
pdb2pqr
if
[
"
$ADTTMP
"
=
""
]
;
then
ADTTMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
...
...