Skip to content
Snippets Groups Projects
Verified Commit 208cad6c authored by Nicolas Dandrimont's avatar Nicolas Dandrimont Committed by Antoine R. Dumont
Browse files

Updated debian directory for version 0.0.1

Related to T4102
parent 3afca0a1
No related branches found
No related tags found
No related merge requests found
swh-scrubber (0.0.1-1~swh1) unstable-swh; urgency=medium
* Initial release
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Thu, 31 Mar 2022 19:29:54 +0200
Source: swh-scrubber
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python (>= 3),
python3-all,
python3-pytest (<< 7.0.0),
python3-pytest-mock,
python3-pytest-postgresql,
python3-setuptools,
python3-setuptools-scm,
python3-swh.core (>= 0.3),
python3-swh.core.db.pytestplugin,
python3-swh.graph.client,
python3-swh.journal (>= 0.9.0),
python3-swh.model (>= 5.0.0),
python3-swh.storage (>= 1.1.0),
python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://forge.softwareheritage.org/source/swh-scrubber
Package: python3-swh.scrubber
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Software Heritage Datastore Scrubber
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2015-2022 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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public
License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
[DEFAULT]
upstream-branch=debian/upstream
upstream-tag=debian/upstream/%(version)s
upstream-vcs-tag=v%(version)s
debian-branch=debian/unstable-swh
pristine-tar=True
#!/usr/bin/make -f
export PYBUILD_NAME=swh.scrubber
export PYBUILD_TEST_ARGS=-vv
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install
rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment