[Git][debian-gis-team/pykdtree][master] Remove generated files in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 09:32:56 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / pykdtree
Commits:
9984c0be by Bas Couwenberg at 2023-08-13T10:29:22+02:00
Remove generated files in clean target.
- - - - -
3 changed files:
- debian/changelog
- + debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pykdtree (1.3.7+ds-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Remove generated files in clean target.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 13 Aug 2023 10:29:11 +0200
+
pykdtree (1.3.7+ds-1) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+*-info/
+pykdtree/*.c
=====================================
debian/rules
=====================================
@@ -12,12 +12,6 @@ export PYBUILD_NAME=pykdtree
%:
dh $@ --with python3,numpy3 --buildsystem=pybuild
-override_dh_auto_configure:
- dh_auto_configure
+execute_after_dh_auto_configure:
cython3 pykdtree/kdtree.pyx
cd pykdtree && python3 render_template.py
-
-override_dh_auto_clean:
- dh_auto_clean
- $(RM) -r pykdtree.egg-info
- $(RM) pykdtree/kdtree.c pykdtree/_kdtree_core.c
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/9984c0be3fe445b56584d0c4378b402ed8ff69b5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/commit/9984c0be3fe445b56584d0c4378b402ed8ff69b5
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/20230813/c4aca9af/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list