Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix autopkgtest script
· e16639bf
Antonio Valentino
authored
Dec 24, 2018
e16639bf
Standard version bump
· f9090c80
Antonio Valentino
authored
Dec 24, 2018
f9090c80
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
f9090c80
...
...
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 11),
python3-scipy,
python3-setuptools,
python3-xarray
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geotiepoints
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geotiepoints.git
Homepage: https://github.com/pytroll/python-geotiepoints
...
...
debian/tests/python3
View file @
f9090c80
...
...
@@ -2,9 +2,8 @@
set
-efu
PYS
=
${
PYS
:-
"
$(
py3versions
-r
2>/dev/null
)
"
}
TESTPKG
=
${
TESTPKG
:-
pyresample
}
cd
"
$A
DT
TMP
"
cd
"
$A
UTOPKGTEST_
TMP
"
for
py
in
$PYS
;
do
echo
"===
$py
==="
...
...