[med-svn] [Git][med-team/conda-package-handling][master] 3 commits: Add missing copyrights
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 26 07:32:01 GMT 2019
Andreas Tille pushed to branch master at Debian Med / conda-package-handling
Commits:
a7e52b4d by Andreas Tille at 2019-12-26T07:21:52Z
Add missing copyrights
- - - - -
e11e4d4a by Andreas Tille at 2019-12-26T07:22:20Z
Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
Fixes lintian: upstream-metadata-file-is-missing
See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details.
- - - - -
512c7a3c by Andreas Tille at 2019-12-26T07:29:08Z
Upstream is aware about a failure and seems to intend fixing it. Leave them a bit more time
- - - - -
5 changed files:
- debian/changelog
- debian/copyright
- debian/patches/series
- + debian/patches/set_alarm_clock_in_test_to_later_date.patch
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+conda-package-handling (1.6.0-2) unstable; urgency=medium
+
+ * Add missing copyrights
+ * Set upstream metadata fields: Bug-Database, Repository, Repository-
+ Browse.
+
+ -- Andreas Tille <tille at debian.org> Thu, 26 Dec 2019 08:22:21 +0100
+
conda-package-handling (1.6.0-1) unstable; urgency=medium
* Initial release (Closes: #945148)
=====================================
debian/copyright
=====================================
@@ -6,6 +6,42 @@ Files: *
Copyright: 2019 Conda
License: BSD-3-Clause
+Files: tests/data/mock-2.0.0-py37_1000/info/*
+Copyright: 2003-2013, Michael Foord & the mock team
+License: BSD-2-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.
+ .
+ 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: versioneer.py
+Copyright: Brian Warner
+License: CC0-1.0
+ To make Versioneer easier to embed, all its code is dedicated to the public
+ domain. The `_version.py` that it creates is also in the public domain.
+ Specifically, both are released under the Creative Commons "Public Domain
+ Dedication" license (CC0-1.0), as described in
+ https://creativecommons.org/publicdomain/zero/1.0/ .
+
Files: debian/*
Copyright: 2019 Andreas Tille <tille at debian.org>
License: BSD-3-Clause
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
fix_linking.patch
fix_test.patch
+set_alarm_clock_in_test_to_later_date.patch
=====================================
debian/patches/set_alarm_clock_in_test_to_later_date.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 26 Dec 2019 08:22:21 +0100
+Description: Upstream is aware about a failure and seems to intend fixing
+ it. Leave them a bit more time ....
+
+--- a/tests/test_api.py
++++ b/tests/test_api.py
+@@ -183,7 +183,7 @@ def test_create_package_with_uncommon_co
+ assert stat.st_nlink == 1
+
+
+- at pytest.mark.skipif(datetime.now() <= datetime(2019, 12, 1), reason="Don't understand why this doesn't behave. Punt.")
++ at pytest.mark.skipif(datetime.now() <= datetime(2020, 6, 1), reason="Don't understand why this doesn't behave. Punt.")
+ def test_secure_refusal_to_extract_abs_paths(testing_workdir):
+ with tarfile.open('pinkie.tar.bz2', 'w:bz2') as tf:
+ open('thebrain', 'w').close()
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+Bug-Database: https://github.com/conda/conda-package-handling/issues
+Repository: https://github.com/conda/conda-package-handling.git
+Repository-Browse: https://github.com/conda/conda-package-handling
View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/compare/89805d52922a8321a8aa985e10cbbf8b0d3c615f...512c7a3c3d4e245022b2804837fed42cc38da023
--
View it on GitLab: https://salsa.debian.org/med-team/conda-package-handling/compare/89805d52922a8321a8aa985e10cbbf8b0d3c615f...512c7a3c3d4e245022b2804837fed42cc38da023
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/20191226/5599ee50/attachment-0001.html>
More information about the debian-med-commit
mailing list