projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1586313
)
autopkgtest: Set %_arch
author
Jochen Sprickerhof
<jspricke@debian.org>
Sat, 30 Jan 2021 19:38:05 +0000
(20:38 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sun, 31 Jan 2021 12:02:49 +0000
(13:02 +0100)
Seems to be needed on armhf.
Closes: #980256
debian/tests/smoke-rpm
patch
|
blob
|
history
diff --git
a/debian/tests/smoke-rpm
b/debian/tests/smoke-rpm
index 257bcf823f17b3c1aa3ce86972101eb5d4f30fd8..b34816098c89730442dc55c13b55a519e69ae476 100755
(executable)
--- a/
debian/tests/smoke-rpm
+++ b/
debian/tests/smoke-rpm
@@
-26,5
+26,6
@@
if python3 -c "import setuptools"; then
-D'%__python3 /usr/bin/python3' \
-D'%__python /usr/bin/python3' \
-D'%python_sitelib %(%{__python3} -Ic "from distutils.sysconfig import get_python_lib; print(get_python_lib())")' \
+ -D'%_arch noarch' \
-bb --nodeps
fi