Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342111
rules
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
859 B
Subscribers
None
rules
View Options
#!/usr/bin/make -f
export
LC_ALL
=
C.UTF-8
export
PG_CTL
:=
$(
lastword
$(
sort
$(
wildcard
/usr/lib/postgresql/*/bin/pg_ctl
)))
export
PYBUILD_NAME
=
swh.indexer
export
PYBUILD_TEST_ARGS
=
--postgresql-exec
$(
PG_CTL
)
-m
'not db and not fs'
%
:
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_install
:
dh_install
rm
-rfv
$(
CURDIR
)
/debian/python3-*/usr/lib/python*/dist-packages/.hypothesis
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.indexer.storage/usr/lib/python
$$
pyvers/dist-packages/swh/indexer/storage/
;
\
mv
$(
CURDIR
)
/debian/python3-swh.indexer/usr/lib/python
$$
pyvers/dist-packages/swh/indexer/storage/*
\
$(
CURDIR
)
/debian/python3-swh.indexer.storage/usr/lib/python
$$
pyvers/dist-packages/swh/indexer/storage/
;
\
done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 12:29 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3321574
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment