Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/debian/control b/debian/control
index f494ef6..d74fe68 100644
--- a/debian/control
+++ b/debian/control
@@ -1,36 +1,30 @@
Source: swh-scheduler
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python (>= 2),
python3-all,
python3-arrow,
python3-celery,
python3-click,
python3-elasticsearch (>= 5.4.0),
python3-flask,
python3-hypothesis (>= 3.11.0~),
python3-kombu,
python3-pytest,
python3-psycopg2,
python3-setuptools,
python3-swh.core (>= 0.0.65~),
python3-swh.storage (>= 0.0.129~),
python3-swh.lister,
python3-vcversioner,
python3-pytest-postgresql,
postgresql-contrib,
Standards-Version: 3.9.6
Homepage: https://forge.softwareheritage.org/diffusion/DSCH/
Package: python3-swh.scheduler
Architecture: all
Depends: python3-swh.core (>= 0.0.65~), python3-swh.storage (>= 0.0.129~), ${misc:Depends}, ${python3:Depends}
Description: Software Heritage Scheduler
-
-Package: python3-swh.scheduler.updater
-Architecture: all
-Depends: python3-swh.scheduler (= ${binary:Version}),
- ${misc:Depends}, ${python3:Depends}
-Description: Software Heritage Scheduler Updater
diff --git a/debian/rules b/debian/rules
index a57b34f..dac39fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,15 @@
#!/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.scheduler
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 -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
rm -rf $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/.hypothesis
-
- for pyvers in $(shell py3versions -vr); do \
- mkdir -p $(CURDIR)/debian/python3-swh.scheduler.updater/usr/lib/python$$pyvers/dist-packages/swh/scheduler/updater/ ; \
- mv $(CURDIR)/debian/python3-swh.scheduler/usr/lib/python$$pyvers/dist-packages/swh/scheduler/updater/ \
- $(CURDIR)/debian/python3-swh.scheduler.updater/usr/lib/python$$pyvers/dist-packages/swh/scheduler/ ; \
- mkdir -p $(CURDIR)/debian/python3-swh.scheduler.updater/usr/lib/python$$pyvers/dist-packages/swh/scheduler/updater/tests/ ; \
- mv $(CURDIR)/debian/python3-swh.scheduler/usr/lib/python$$pyvers/dist-packages/swh/scheduler/tests/updater/ \
- $(CURDIR)/debian/python3-swh.scheduler.updater/usr/lib/python$$pyvers/dist-packages/swh/scheduler/updater/tests/ ; \
- done

File Metadata

Mime Type
text/x-diff
Expires
Fri, Jul 4, 11:54 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3452551

Event Timeline