[med-svn] [python-bx] 04/09: Allow generated files in
    Steffen Möller 
    moeller at moszumanska.debian.org
       
    Sat Jan 14 11:13:02 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository python-bx.
commit 2cc2c263995e3dfffe05ef21c53531aec5dbf815
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Jan 13 14:18:35 2017 +0100
    Allow generated files in
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4ff2025..77fc0d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export NOSE_VERBOSE=2
 override_dh_auto_clean:
 	dh_auto_clean
 # C files are generated by Cython
-	find -name "*.pyx" | sed 's/pyx$$/c/' | xargs $(RM)
+	#find -name "*.pyx" | sed 's/pyx$$/c/' | xargs $(RM)
 
 override_dh_auto_test:
 	# skipped
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-bx.git
    
    
More information about the debian-med-commit
mailing list