Andreas Tille pushed to branch master at Debian Med / nipy
Commits: 2b6c3ae5 by Andreas Tille at 2021-09-22T15:56:57+02:00 Drop debug package - - - - - c341eb0e by Andreas Tille at 2021-09-22T16:08:13+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +nipy (0.5.0-2) unstable; urgency=medium + + * Team upload. + * Drop debug package + Closes: #994315 + + -- Andreas Tille <[email protected]> Wed, 22 Sep 2021 15:41:40 +0200 + nipy (0.5.0-1) unstable; urgency=medium [ Michael R. Crusoe ] ===================================== debian/control ===================================== @@ -23,10 +23,6 @@ Build-Depends: debhelper-compat (= 13), python3-sympy, liblapack-dev, libblas-dev, - python3-all-dbg, - python3-numpy-dbg, - python3-scipy-dbg, - cython3-dbg, graphviz, dvipng, help2man @@ -76,21 +72,6 @@ Description: Analysis of structural and functional neuroimaging data (compiled m . This package provides architecture-dependent builds of the libraries. -Package: python3-nipy-lib-dbg -Architecture: any -Multi-Arch: same -Section: debug -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python3:Depends}, - python3-nipy-lib (= ${binary:Version}) -Description: Analysis of structural and functional neuroimaging data (debug symbols) - NiPy is a Python-based framework for the analysis of structural and - functional neuroimaging data. - . - This package provides debugging symbols for architecture-dependent - builds of the libraries. - Package: python-nipy-doc Architecture: all Multi-Arch: foreign ===================================== debian/rules ===================================== @@ -70,16 +70,14 @@ else endif override_dh_install: test - : # I: Move libraries into the python3-nipy-lib and -lib-dbg packages - for suf in "" "-dbg"; do \ - ( cd debian/python3-nipy$$suf/ && \ + : # I: Move libraries into the python3-nipy-lib packages + ( cd debian/python3-nipy/ && \ find . -iname *.so | \ while read so; do \ - d=../python3-nipy-lib$$suf/$$(dirname $$so); \ + d=../python3-nipy-lib/$$(dirname $$so); \ mkdir -p $$d; echo "Moving $$so under $$d"; mv $$so $$d; \ done; \ - ) \ - done + ) dh_install : # I: Assure versioned dependency on NumPy dh_numpy3 @@ -105,6 +103,3 @@ override_dh_clean: override_dh_auto_clean: # Do not force maintainers to install Build-Depends on local machine dh_auto_clean || rm -rf __pycache__ .pybuild - -override_dh_strip: - dh_strip -ppython3-nipy-lib --dbg-package=python3-nipy-lib-dbg View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/ba6df04061f90b97d281ede16f67f120c1d8bf1a...c341eb0e27cf79fa2d15cd34459ee5496ce63683 -- View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/ba6df04061f90b97d281ede16f67f120c1d8bf1a...c341eb0e27cf79fa2d15cd34459ee5496ce63683 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
