Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix cleaning after build time tests
· ea36f3b2
Andreas Tille
authored
Apr 04, 2019
ea36f3b2
Fix copyright
· 271019d9
Andreas Tille
authored
Apr 04, 2019
271019d9
Add ITP bug number
· abbd9363
Andreas Tille
authored
Apr 04, 2019
abbd9363
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
abbd9363
conda (4.6.10+dfsg-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
TODO: https://salsa.debian.org/med-team/python-pycosat (#924294 - package is in new queue)
* Initial release (Closes: #926416)
-- Andreas Tille <tille@debian.org> Sun, 10 Mar 2019 09:33:50 +0100
debian/copyright
View file @
abbd9363
...
...
@@ -6,9 +6,33 @@ Files-Excluded: *.exe
*.ico
Files: *
Copyright: 20
xx
-20
yy <upstream>
License:
<licen
se
>
Copyright: 20
12
-20
19 Anaconda, Inc.
License:
BSD-3-clau
se
Files: debian/*
Copyright: 2019 Andreas Tille <tille@debian.org>
License: <license>
License: BSD-3-clause
License: BSD-3-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.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
.
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 HOLDER 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.
debian/rules
View file @
abbd9363
...
...
@@ -50,5 +50,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(CURDIR)/tmp_test_ignore/conda_env
CONDA_PKGS_DIRS=/tmp/pkgs dh_auto_test
# restore all tests
mv $(CURDIR)/tmp_test_ignore/conda_env/* tests/conda_env
rmdir $(CURDIR)/tmp_test_ignore/conda_env
mv $(CURDIR)/tmp_test_ignore/* tests
rmdir $(CURDIR)/tmp_test_ignore
endif