diff --git a/debian/changelog b/debian/changelog index 3d8e92d12..054394792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -swh-web-ui (0.0.1-1) unstable; urgency=low +swh-web (0.0.1-1) unstable; urgency=low * Import initial source package. -- Antoine R. Dumont (@ardumont) Wed, 30 Sep 2015 16:24:02 +0200 diff --git a/debian/control b/debian/control index a7a2c9f46..8cbe05f4a 100644 --- a/debian/control +++ b/debian/control @@ -1,32 +1,29 @@ -Source: swh-web-ui +Source: swh-web Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, - python3-blinker, python3-docutils, - python3-flask-limiter, - python3-flask-testing, - python3-hiredis, python3-nose, + python3-django, + python3-djangorestframework, + python3-djangorestframework-extensions, python3-pygments, - python3-redis, python3-setuptools, python3-swh.core (>= 0.0.20~), python3-swh.model (>= 0.0.15~), python3-swh.storage (>= 0.0.83~), - python3-vcversioner, python3-yaml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ -Package: python3-swh.web.ui +Package: python3-swh.web Architecture: all Depends: python3-swh.core (>= 0.0.20~), python3-swh.model (>= 0.0.15~), python3-swh.storage (>= 0.0.83~), ${misc:Depends}, ${python3:Depends} -Description: Software Heritage Web UI +Description: Software Heritage Web Applications diff --git a/debian/rules b/debian/rules index 7361d39cc..e310b0342 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,12 @@ #!/usr/bin/make -f -export PYBUILD_NAME=swh-web-ui +export PYBUILD_NAME=swh-web TEST_DIRS := $(shell find swh -name tests -type d) %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose $(TEST_DIRS) -sva '!db'" \ dh_auto_test