[Python-modules-commits] [flask-wtf] 07/08: Remove rm -rf	Flask_WTF.egg-info from d/rules.
    Adrian Vondendriesch 
    discostu-guest at moszumanska.debian.org
       
    Fri Jun  2 08:30:39 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
discostu-guest pushed a commit to branch master
in repository flask-wtf.
commit f50e1b414b07bbe0d8fcd874a2bb4d6b85c52177
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Fri Jun 2 08:10:02 2017 +0200
    Remove rm -rf Flask_WTF.egg-info from d/rules.
    
    The new doc system (especially docs/conf.py) uses get_distribution to
    resolve the module version. This requires PKG-INFO otherwise the
    distribution can't be found and the doc build fails.
---
 debian/rules | 5 -----
 1 file changed, 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 072a948..991e27f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,3 @@ override_dh_auto_build:
 	dh_auto_build
 	cd docs && rm license.rst
 	cd docs && PYTHONPATH=$(CURDIR)/ make html
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf Flask_WTF.egg-info
-
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-wtf.git
    
    
More information about the Python-modules-commits
mailing list