Skip to content
Commits on Source (2)
......@@ -7,16 +7,18 @@ Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
python3-pytest
python3-pytest,
conda <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/conda-build
Vcs-Git: https://salsa.debian.org/med-team/conda-build.git
Homepage: https://conda.io/
Package: conda-build
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
conda
Description: commands and tools for building conda packages
Conda is a cross-platform, language-agnostic binary package manager. It
is the package manager used by Anaconda installations, but it may be
......
......@@ -19,3 +19,9 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem=pybuild
# For very strange reasons Git does not like the line endings of two files and decided to change these files
# This hack reverts that specific change by simply unpacking the files again from original tarball
override_dh_clean:
dh_clean
tar -xaf ../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz --wildcards --no-anchored -C `dirname $(CURDIR)` 'conda-build-*/tests/test-recipes/metadata/_c_vendoring_detection/*'