Skip to content
Snippets Groups Projects
Commit 8fa04f77 authored by Julian Gilbey's avatar Julian Gilbey
Browse files

First attempt at debian directory

parent a8f05d84
No related branches found
No related tags found
No related merge requests found
distance (0+git20131122.ad7f9dc-1) unstable; urgency=medium
* Initial release (Closes: #nnnn)
-- Julian Gilbey <jdg@debian.org> Thu, 31 Dec 2020 05:19:25 +0000
Source: distance
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>,
Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev
Standards-Version: 4.5.1
Homepage: https://github.com/doukremt/distance
Vcs-Git: https://salsa.debian.org/python-team/packages/distance.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/distance
Rules-Requires-Root: no
Package: python3-distance
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python library for comparing sequences
This package provides helpers for computing similarities between
arbitrary sequences. Included metrics are Levenshtein, Hamming,
Jaccard, and Sorensen distance, plus some bonuses. Most of the distance
computations are implemented in C, though pure Python implementations are
also available if wanted.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: distance
Upstream-Contact:
Source: https://github.com/doukremt/distance
Files: *
Copyright: 2013 Michaël Meyer
Comment: GPL-2 is included in the package, but setup.py specifies GPL-3+.
License: GPL-3+
Files: distance/_fastcomp.py
Copyright: 2012-2015 Fujimoto Seiji <fujimoto@ceptord.net>
Comment: Relicensed in 2018, see http://ceptord.net/fastcomp/
License: public-domain
I hereby place my work "mbleven" into the public domain. All my
copyrights, including related and neighbouring rights, of mbleven,
this document, and the accompanied benchmark program are abandoned.
Files: cdistance/utarray.h
Copyright: 2008-2013, Troy D. Hanson
Comment: http://troydhanson.github.com/uthash/
License: BSD-1-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.
.
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 THE COPYRIGHT OWNER
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.
Files: debian/*
Copyright: 2020 Julian Gilbey <jdg@debian.org>
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 at
<http://www.gnu.org/copyleft/gpl.html>.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
[DEFAULT]
upstream-branch = upstream
debian-branch = debian/master
upstream-tag = upstream/%(version)s
debian-tag = debian/%(version)s
sign-tags = True
pristine-tar = True
README.md
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean -- --clean-args=--with-c
override_dh_auto_configure:
dh_auto_build -- --configure-args=--with-c
override_dh_auto_build:
dh_auto_build -- --build-args=--with-c
override_dh_auto_install:
dh_auto_build -- --install-args=--with-c
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
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