[Git][debian-gis-team/python-mapnik][master] Remove generated files in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 11 12:38:20 BST 2023
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230811/d3e7e620/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list