[Python-modules-commits] [django-uwsgi] 06/07: Clean up .DS_Store files before install.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Oct 19 10:24:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-uwsgi.
commit 4fd369e01d5c9a3295dea3f0e61f7900ed20239b
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Wed Oct 19 12:16:32 2016 +0200
Clean up .DS_Store files before install.
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 06c8a29..7251413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
django-uwsgi (0.1.6-1) UNRELEASED; urgency=low
* New upstream release.
+ * Clean up .DS_Store files before install.
-- Michael Fladischer <fladi at debian.org> Wed, 19 Oct 2016 11:53:34 +0200
diff --git a/debian/rules b/debian/rules
index 7107e28..37c7380 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_build:
PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
override_dh_clean:
+ find -name .DS_Store -type f -delete
rm -rf docs/.build
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-uwsgi.git
More information about the Python-modules-commits
mailing list