[med-svn] [Git][med-team/filtlong][master] 7 commits: Remove __pycache__ dirs
Andreas Tille
gitlab at salsa.debian.org
Thu May 14 21:16:53 BST 2020
Andreas Tille pushed to branch master at Debian Med / filtlong
Commits:
39919612 by Andreas Tille at 2020-05-14T22:00:33+02:00
Remove __pycache__ dirs
- - - - -
bfbe25bd by Andreas Tille at 2020-05-14T22:04:36+02:00
Hardening
- - - - -
119c40db by Andreas Tille at 2020-05-14T22:06:12+02:00
Conda name
- - - - -
e3f3875e by Andreas Tille at 2020-05-14T22:09:15+02:00
Add license
- - - - -
d8463b70 by Andreas Tille at 2020-05-14T22:11:00+02:00
license src/kseq.h
- - - - -
70405db4 by Andreas Tille at 2020-05-14T22:12:22+02:00
license src/bloom_filter.h
- - - - -
005f43f5 by Andreas Tille at 2020-05-14T22:16:35+02:00
Add ITP
- - - - -
4 changed files:
- debian/changelog
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,5 @@
filtlong (0.2.0-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #<bug>)
- Status: unittest failures
- https://github.com/rrwick/Filtlong/issues/15
+ * Initial release (Closes: #960628)
-- Andreas Tille <tille at debian.org> Thu, 14 May 2020 15:01:02 +0200
=====================================
debian/copyright
=====================================
@@ -6,20 +6,51 @@ Files: *
Copyright: 2017-2018 Ryan Wick
License: GPL-3+
+Files: src/args.h
+Copyright: 2016 Taylor C. Richberger <taywee at gmx.com>
+License: MIT
+
+Files: src/bloom_filter.h
+Copyright: 2000 Arash Partow
+License: MIT
+
+Files: src/kseq.h
+Copyright: 2008, 2009, 2011 Attractive Chaos <attractor at live.co.uk>
+License: MIT
+
Files: debian/*
Copyright: 2019 Andreas Tille <tille at 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 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.
+ 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.
.
On Debian systems you can find the full text of the GNU General Public
License version 3 at /usr/share/common-licenses/GPL-3.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.
=====================================
debian/rules
=====================================
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
# DH_VERBOSE := 1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
@@ -12,4 +13,5 @@ override_dh_auto_build:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python3 -m unittest
+ find test -name __pycache__ | xargs rm -rf
endif
=====================================
debian/upstream/metadata
=====================================
@@ -3,3 +3,6 @@ Bug-Database: https://github.com/rrwick/Filtlong/issues
Bug-Submit: https://github.com/rrwick/Filtlong/issues/new
Repository: https://github.com/rrwick/Filtlong.git
Repository-Browse: https://github.com/rrwick/Filtlong
+Registry:
+ - Name: conda:bioconda
+ Entry: filtlong
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/ff0db5ecd8372e3ce40f691ebdabb69561199359...005f43f5813d882c2a37995957ccb50239d21a36
--
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/ff0db5ecd8372e3ce40f691ebdabb69561199359...005f43f5813d882c2a37995957ccb50239d21a36
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200514/a837300b/attachment-0001.html>
More information about the debian-med-commit
mailing list