Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik
Commits:
7fee63d9 by Bas Couwenberg at 2023-08-11T11:27:32+02:00
Fix dh_auto_clean override.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -51,7 +51,9 @@ SCONS_FLAGS += CUSTOM_LDFLAGS="$(shell dpkg-buildflags --get
LDFLAGS) -g0"
override_dh_auto_clean:
rm -rf build-python
rm -rf debian/stamps
- dh_clean
+ find scons -type f -name "*.pyc" -delete
+ find scons -type d -name "__pycache__" -delete
+ dh_auto_clean
override_dh_auto_configure: debian/stamps/configure-python
debian/stamps/configure-python:
View it on GitLab:
https://salsa.debian.org/debian-gis-team/mapnik/-/commit/7fee63d98cc9427456fed5cca1ba60878523db41
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/mapnik/-/commit/7fee63d98cc9427456fed5cca1ba60878523db41
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