Antonio Valentino pushed to branch master at Debian GIS Project / pykdtree
Commits: 25cb71ca by Antonio Valentino at 2020-10-14T06:35:22+00:00 Do not import auto-generated C source files - - - - - 0a0ae4c7 by Antonio Valentino at 2020-10-14T06:35:23+00:00 Remove redundant call to cython3 from debian/rules - - - - - 3 changed files: - debian/changelog - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pykdtree (1.3.1+ds-2) UNRELEASED; urgency=medium + + * Do not import autogenerated C sources. + * debian/rules: + - remove redundant call to cython3 + + -- Antonio Valentino <[email protected]> Wed, 14 Oct 2020 06:17:39 +0000 + pykdtree (1.3.1+ds-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/copyright ===================================== @@ -1,6 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pykdtree Source: https://github.com/storpipfugl/pykdtree + The upstream tarball is repacked to exclude automatically + generated C source files. +Files-Excluded: pykdtree/_kdtree_core.c pykdtree/kdtree.c Files: * Copyright: 2013- Esben S. Nielsen <[email protected]> ===================================== debian/rules ===================================== @@ -18,7 +18,6 @@ override_dh_auto_configure: mv pykdtree/kdtree.c pykdtree/kdtree.c.orig; \ fi $(RM) pykdtree/kdtree.c - cython3 pykdtree/kdtree.pyx dh_auto_configure override_dh_python3: View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/compare/c7b6720ecde1ecdeafe24f844f2d274d51a12095...0a0ae4c7141bc43f165a7f533e41c0d796439971 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/compare/c7b6720ecde1ecdeafe24f844f2d274d51a12095...0a0ae4c7141bc43f165a7f533e41c0d796439971 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
