diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 16602ee..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -swh-scheduler (0.0.1-1) unstable; urgency=low - - [ Nicolas Dandrimont ] - - -- Nicolas Dandrimont Mon, 15 Feb 2016 10:36:00 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index a2e9d85..0000000 --- a/debian/control +++ /dev/null @@ -1,32 +0,0 @@ -Source: swh-scheduler -Maintainer: Software Heritage developers -Section: python -Priority: optional -Build-Depends: debhelper (>= 9), - dh-python (>= 2), - python3-all, - python3-arrow, - python3-celery (>= 4), - python3-click, - python3-elasticsearch (>= 5.4.0), - python3-flask, - python3-hypothesis, - python3-kombu, - python3-pytest, - python3-psycopg2, - python3-setuptools, - python3-swh.core (>= 0.0.48~), - python3-vcversioner -Standards-Version: 3.9.6 -Homepage: https://forge.softwareheritage.org/diffusion/DSCH/ - -Package: python3-swh.scheduler -Architecture: all -Depends: python3-swh.core (>= 0.0.48~), ${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/copyright b/debian/copyright deleted file mode 100644 index a46b7d9..0000000 --- a/debian/copyright +++ /dev/null @@ -1,53 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ - -Files: * -Copyright: 2016 The Software Heritage developers -License: GPL-3+ - -Files: swh/scheduler/celery_backend/listener.py -Copyright: 2015-2016 Ask Solem & contributors, - 2012-2014 GoPivotal, Inc., - 2009, 2010, 2011, 2012 Ask Solem, and individual contributors, - 2016 The Software Heritage developers -License: GPL-3+ and BSD-3-Clause - -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU 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 General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General Public - License version 3 can be found in `/usr/share/common-licenses/GPL-3'. - -License: BSD-3-Clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of Ask Solem, nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Ask Solem OR CONTRIBUTORS - BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 417cfc9..0000000 --- a/debian/rules +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/make -f - -export PYBUILD_NAME=swh.scheduler -export PYBUILD_TEST_ARGS=-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 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)