[Git][debian-gis-team/mapnik][master] Fix dh_auto_clean override.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 11 10:36:58 BST 2023
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230811/176f6f15/attachment.htm>
More information about the Pkg-grass-devel
mailing list