diff --git a/.gitignore b/.gitignore index 0e13a937..fd3713cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,30 @@ *.pyc *.sw? *~ \#* .\#* .coverage .eggs/ resources/test/ __pycache__ version.txt swh.web.egg-info docs/build/ docs/uri-scheme.md docs/dev-info.md *.sqlite3 .vscode/ .directory node_modules/ swh/web/static/*.* swh/web/static/js/ swh/web/static/css/ swh/web/static/fonts/ .cache-loader/ build/ dist/ .hypothesis .cache .pytest_cache .tox/ +debian/ diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 05439479..00000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -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/compat b/debian/compat deleted file mode 100644 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3a065eb2..00000000 --- a/debian/control +++ /dev/null @@ -1,48 +0,0 @@ -Source: swh-web -Maintainer: Software Heritage developers -Section: python -Priority: optional -Build-Depends: curl, - debhelper (>= 9), - dh-python (>= 2), - python3-all, - python3-bs4, - python3-django (>= 1.10.7~), - python3-djangorestframework (>= 3.4.0~), - python3-django-webpack-loader, - python3-django-js-reverse, - python3-docutils, - python3-htmlmin, - python3-hypothesis (>= 3.11.0~), - python3-magic (>= 0.3.0~), - python3-lxml, - python3-pytest, - python3-pytest-django, - python3-pygments, - python3-pypandoc, - python3-requests, - python3-setuptools, - python3-sphinx, - python3-sphinxcontrib.httpdomain, - python3-yaml, - python3-swh.core (>= 0.0.40~), - python3-swh.model (>= 0.0.25~), - python3-swh.storage (>= 0.0.124~), - python3-swh.indexer (>= 0.0.120~), - python3-swh.vault (>= 0.0.20~), - python3-swh.scheduler (>= 0.0.31~), - python3-swh.loader.git (>= 0.0.47~) -Standards-Version: 3.9.6 -Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ - -Package: python3-swh.web -Architecture: all -Depends: python3-swh.core (>= 0.0.40~), - python3-swh.model (>= 0.0.25~), - python3-swh.storage (>= 0.0.124~), - python3-swh.indexer.storage (>= 0.0.120~), - python3-swh.vault (>= 0.0.20~), - python3-swh.scheduler (>= 0.0.31~), - ${misc:Depends}, - ${python3:Depends} -Description: Software Heritage Web Applications diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index f810b2ed..00000000 --- a/debian/copyright +++ /dev/null @@ -1,19 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ - -Files: * -Copyright: 2015 The Software Heritage developers -License: AGPL-3+ - -License: AGPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - . - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index b8f8a547..00000000 --- a/debian/postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -django-admin migrate --settings=swh.web.settings.production -django-admin createcachetable --settings=swh.web.settings.production - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 029066a8..00000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f - -export PYBUILD_NAME=swh.web -export PYBUILD_OPTION=--test-pytest -export PYBUILD_TEST_ARGS=--hypothesis-profile=swh-web-fast ./swh/web/tests - -%: - 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 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)