[Python-modules-commits] [sphinx] 01/02: Remove unwanted file sphinx/locale/.DS_Store in clean target.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Nov 29 11:11:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit 2c9c1634953a625fbce8e61a581fa1b9cd0cbe2c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Nov 29 14:10:55 2016 +0300
Remove unwanted file sphinx/locale/.DS_Store in clean target.
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e754e70..309cd9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sphinx (1.4.9-1) UNRELEASED; urgency=medium
* New upstream bugfix release (closes: #846149).
* Drop fix_autodoc_new_python.diff, applied upstream.
+ * Remove unwanted file sphinx/locale/.DS_Store in clean target.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 29 Nov 2016 13:37:31 +0300
diff --git a/debian/rules b/debian/rules
index 0b7ca94..4fdd83a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ clean:
rm -f $(basename $(wildcard debian/*.in))
rm -f sphinx/pycode/Grammar*.pickle
rm -f sphinx/locale/*/LC_MESSAGES/sphinx.js
+ rm -f sphinx/locale/.DS_Store
rm -f Sphinx.egg-info/SOURCES.txt
cd sphinx/texinputs && rm -f fncychap.sty iftex.sty needspace.sty newfloat.sty
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list