Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8322760
rules
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
958 B
Subscribers
None
rules
View Options
#!/usr/bin/make -f
export
PYBUILD_NAME
=
swh.deposit
export
PYBUILD_TEST_ARGS
=
-v
-m
"not db and not fs"
%
:
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_install
:
dh_install
rm
-v
$(
CURDIR
)
/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
for
pyvers
in
$(
shell
py3versions
-vr
)
;
do
\
mkdir
-p
$(
CURDIR
)
/debian/python3-swh.deposit.loader/usr/lib/python
$$
pyvers/dist-packages/swh/deposit/loader
;
\
mv
$(
CURDIR
)
/debian/python3-swh.deposit/usr/lib/python
$$
pyvers/dist-packages/swh/deposit/loader/*
\
$(
CURDIR
)
/debian/python3-swh.deposit.loader/usr/lib/python
$$
pyvers/dist-packages/swh/deposit/loader/
;
\
mkdir
-p
$(
CURDIR
)
/debian/python3-swh.deposit.client/usr/lib/python
$$
pyvers/dist-packages/swh/deposit
;
\
mv
$(
CURDIR
)
/debian/python3-swh.deposit/usr/lib/python
$$
pyvers/dist-packages/swh/deposit/client.py
\
$(
CURDIR
)
/debian/python3-swh.deposit.client/usr/lib/python
$$
pyvers/dist-packages/swh/deposit/
;
\
done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 3, 7:44 AM (12 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240288
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment