Bas Couwenberg pushed to branch master at Debian GIS Project / saga
Commits: f28e1d00 by Bas Couwenberg at 2021-05-18T06:26:47+02:00 Override dh_python3 to use --no-ext-rename to fix broken symlink. (closes: #988674) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ saga (7.3.0+dfsg-5) UNRELEASED; urgency=medium * Bump watch file version to 4. * Update lintian overrides. * Bump Standards-Version to 4.5.1, no changes. + * Override dh_python3 to use --no-ext-rename to fix broken symlink. + (closes: #988674) -- Bas Couwenberg <[email protected]> Fri, 06 Nov 2020 19:58:32 +0100 ===================================== debian/rules ===================================== @@ -52,5 +52,8 @@ override_dh_auto_install: override_dh_install: dh_install --list-missing +override_dh_python3: + dh_python3 --no-ext-rename + override_dh_makeshlibs: dh_makeshlibs -Xpython3-saga View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/f28e1d00398b2b36e668deb311a2305a4f75cc32 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/f28e1d00398b2b36e668deb311a2305a4f75cc32 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
