Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits: 4b9f64c8 by Bas Couwenberg at 2023-07-16T14:41:23+02:00 Don't override dh_auto_install. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -9,6 +9,7 @@ pycsw (2.6.1+dfsg-4) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. * Don't override dh_auto_test for custom pybuild system. + * Don't override dh_auto_install. -- Angelos Tzotsos <[email protected]> Thu, 23 Jun 2022 14:00:00 +0300 ===================================== debian/rules ===================================== @@ -4,6 +4,7 @@ export PYBUILD_NAME=pycsw export PYBUILD_TEST_CUSTOM=1 export PYBUILD_TEST_ARGS=cd {dir} && PYTHONPATH={dir} {interpreter} -m pytest -v -k 'not harvesting' tests/ +export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/lib/{package} include /usr/share/dpkg/pkg-info.mk @@ -24,9 +25,6 @@ override_dh_auto_build: override_dh_auto_test: dh_auto_test || echo "Ignoring test failures" -override_dh_auto_install: - PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install - override_dh_install: dh_install View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/4b9f64c824eeba7271204a5a0b8c845fef407cfe -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/4b9f64c824eeba7271204a5a0b8c845fef407cfe You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
