Bas Couwenberg pushed to branch master at Debian GIS Project / python-mapnik
Commits: 66d2f30a by Bas Couwenberg at 2023-08-11T13:30:33+02:00 Remove generated files in clean target. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ python-mapnik (1:0.0~20200224-7da019cf9-5) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Add patch to not use deprecated distutils module. * Bump debhelper compat to 13. + * Remove generated files in clean target. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:16:28 +0100 ===================================== debian/clean ===================================== @@ -0,0 +1,5 @@ +.eggs/ +.pybuild/ +build/ +mapnik/paths.py +*-info/ ===================================== debian/rules ===================================== @@ -23,9 +23,6 @@ export LIB_DIR_NAME=/mapnik/3.1 --with python3 \ --buildsystem=pybuild -override_dh_clean: - dh_clean mapnik/paths.py - override_dh_auto_clean: # Skip View it on GitLab: https://salsa.debian.org/debian-gis-team/python-mapnik/-/commit/66d2f30aed5aa17d13bcf62cd534dbfec8635abb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-mapnik/-/commit/66d2f30aed5aa17d13bcf62cd534dbfec8635abb 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
