Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits: 9a1d5e2e by Bas Couwenberg at 2023-07-16T14:04:28+02:00 Don't override dh_auto_install. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ pyosmium (3.6.0-2) UNRELEASED; urgency=medium * Bump debhelper compat to 13. + * Don't override dh_auto_install. -- Bas Couwenberg <[email protected]> Tue, 13 Jun 2023 08:41:20 +0200 ===================================== debian/rules ===================================== @@ -11,6 +11,7 @@ export PYBUILD_NAME=pyosmium export PYBUILD_SYSTEM=distutils export PYBUILD_BEFORE_TEST=cp -r {dir}/examples {dir}/tools {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples {build_dir}/tools +export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/lib/{package} export VERBOSE=1 @@ -30,6 +31,3 @@ override_dh_auto_build-indep: (cd doc && make html) (cd doc && make man) - -override_dh_auto_install: - PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/9a1d5e2eaee0ca898a7da6b15b5134dac5eb8eae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/9a1d5e2eaee0ca898a7da6b15b5134dac5eb8eae 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
