[med-svn] [Git][med-team/pairtools][master] for whatever reason cython is called here and leaves unwanted _*.c files behind
Andreas Tille
gitlab at salsa.debian.org
Thu Jun 18 13:33:49 BST 2020
Andreas Tille pushed to branch master at Debian Med / pairtools
Commits:
55f1201e by Andreas Tille at 2020-06-18T14:33:37+02:00
for whatever reason cython is called here and leaves unwanted _*.c files behind
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -4,3 +4,8 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+ dh_auto_clean
+ # for whatever reason cython is called here and leaves unwanted _*.c files behind
+ find . -name "_*.c" -delete
View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/55f1201e7682708a2062ba189c2bbb141c360af1
--
View it on GitLab: https://salsa.debian.org/med-team/pairtools/-/commit/55f1201e7682708a2062ba189c2bbb141c360af1
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/debian-med-commit/attachments/20200618/ee338488/attachment.html>
More information about the debian-med-commit
mailing list