Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123512
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/debian/changelog b/debian/changelog
index 3d8e92d1..05439479 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) <antoine.romain.dumont@gmail.com> Wed, 30 Sep 2015 16:24:02 +0200
diff --git a/debian/control b/debian/control
index a7a2c9f4..8cbe05f4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,29 @@
-Source: swh-web-ui
+Source: swh-web
Maintainer: Software Heritage developers <swh-devel@inria.fr>
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 7361d39c..e310b034 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
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jun 21, 5:36 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3359962
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment