diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d97d1939..00000000 --- a/debian/changelog +++ /dev/null @@ -1,17 +0,0 @@ -swh-storage (0.0.2-1~bpo8+1) jessie-backports; urgency=medium - - * Rebuild for jessie-backports. - - -- Nicolas Dandrimont Wed, 23 Sep 2015 13:22:50 +0200 - -swh-storage (0.0.2-1) unstable; urgency=medium - - * Update to v0.0.2 - - -- Nicolas Dandrimont Wed, 23 Sep 2015 13:19:44 +0200 - -swh-storage (0.0.1-1) unstable; urgency=low - - * Import initial source package. - - -- Nicolas Dandrimont Tue, 22 Sep 2015 12:05:09 +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 f03b5a06..00000000 --- a/debian/control +++ /dev/null @@ -1,54 +0,0 @@ -Source: swh-storage -Maintainer: Software Heritage developers -Section: python -Priority: optional -Build-Depends: debhelper (>= 9), - dh-python (>= 2), - python3-aiohttp, - python3-all, - python3-click, - python3-dateutil, - python3-flask, - python3-hypothesis (>= 3.11.0~), - python3-kafka, - python3-psycopg2, - python3-pytest, - python3-requests, - python3-setuptools, - python3-sqlalchemy (>= 1.0), - python3-swh.core (>= 0.0.48~), - python3-swh.model (>= 0.0.27~), - python3-swh.objstorage (>= 0.0.17~), - python3-swh.scheduler (>= 0.0.14~), - python3-vcversioner -Standards-Version: 3.9.6 -Homepage: https://forge.softwareheritage.org/diffusion/DSTO/ - -Package: python3-swh.storage -Architecture: all -Depends: python3-swh.core (>= 0.0.48~), - python3-swh.model (>= 0.0.27~), - python3-swh.objstorage (>= 0.0.17~), - ${misc:Depends}, - ${python3:Depends} -Breaks: python3-swh.archiver (<< 0.0.4~), - python3-swh.indexer (<< 0.0.51~), - python3-swh.vault (<< 0.0.19~) -Description: Software Heritage storage utilities - -Package: python3-swh.storage.listener -Architecture: all -Depends: python3-kafka (>= 1.3.1~), - python3-swh.journal (>= 0.0.2~), - python3-swh.storage (= ${binary:Version}), - ${misc:Depends}, - ${python3:Depends} -Description: Software Heritage storage listener - -Package: python3-swh.storage.schemata -Architecture: all -Depends: python3-sqlalchemy (>= 1.0), - python3-swh.storage (= ${binary:Version}), - ${misc:Depends}, - ${python3:Depends} -Description: Ancillary schemata for Software Heritage diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 81d037db..00000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ - -Files: * -Copyright: 2015 The Software Heritage developers -License: GPL-3+ - -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'. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 35c4ec7f..00000000 --- a/debian/rules +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/make -f - -export PYBUILD_NAME=swh.storage -export PYBUILD_TEST_ARGS=-v -m "not db and not fs" - -%: - 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 - - for pyvers in $(shell py3versions -vr); do \ - mkdir -p $(CURDIR)/debian/python3-swh.storage.listener/usr/lib/python$$pyvers/dist-packages/swh/storage/ ; \ - mv $(CURDIR)/debian/python3-swh.storage/usr/lib/python$$pyvers/dist-packages/swh/storage/listener.py \ - $(CURDIR)/debian/python3-swh.storage.listener/usr/lib/python$$pyvers/dist-packages/swh/storage/ ; \ - mkdir -p $(CURDIR)/debian/python3-swh.storage.schemata/usr/lib/python$$pyvers/dist-packages/swh/storage/ ; \ - mv $(CURDIR)/debian/python3-swh.storage/usr/lib/python$$pyvers/dist-packages/swh/storage/schemata \ - $(CURDIR)/debian/python3-swh.storage.schemata/usr/lib/python$$pyvers/dist-packages/swh/storage/ ; \ - done 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)