Bas Couwenberg pushed to branch master at Debian GIS Project / mapproxy
Commits: 2f8d1035 by Bas Couwenberg at 2023-07-16T14:46:45+02:00 Don't set environment variables in dh_auto_install override. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ mapproxy (1.16.0+dfsg-2) UNRELEASED; urgency=medium * Bump debhelper compat to 13. + * Don't set environment variables in dh_auto_install override. -- Bas Couwenberg <[email protected]> Mon, 12 Jun 2023 14:54:04 +0200 ===================================== debian/rules ===================================== @@ -4,6 +4,7 @@ export PYBUILD_NAME=mapproxy export PYBUILD_BEFORE_TEST=mkdir -p {build_dir}/mapproxy && cp -r {dir}/mapproxy/test {build_dir}/mapproxy +export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/lib/{package} include /usr/share/dpkg/pkg-info.mk @@ -37,7 +38,7 @@ 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 + dh_auto_install # Remove duplicate license file $(RM) debian/*/usr/lib/python*/dist-packages/mapproxy/image/fonts/LICENSE View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/2f8d10354433687124e4888f9c92cb7d637d62fa -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapproxy/-/commit/2f8d10354433687124e4888f9c92cb7d637d62fa 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
