[Python-modules-commits] [python-babel] 08/10: Fix rm to work with Sphinx 1.5

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Apr 24 18:31:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

sramacher pushed a commit to branch master
in repository python-babel.

commit f596604b9007c652b4036d6f7a246615b0f0d8c1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Apr 24 20:22:52 2017 +0200

    Fix rm to work with Sphinx 1.5
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8f3ae28..0176d7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ override_dh_installdocs:
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc -O--buildsystem=python_distutils
-	rm debian/python-babel-doc/usr/share/doc/python-babel-doc/html/_sources/license.txt
+	find debian/python-babel-doc/usr/share/doc/python-babel-doc/html/_sources/ -name license*.txt -delete
 
 override_dh_auto_clean:
 	rm -rf docs/_build build Babel.egg-info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-babel.git



More information about the Python-modules-commits mailing list