[Python-modules-commits] [python-fudge] 12/15: Remove deletion of MacOS X files from dh_override_auto_clean, because upstream removed them
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 15:20:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-fudge.
commit 548811240bfe7202eb564bc77c2757cdc6ae81f9
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 16:04:16 2015 +0100
Remove deletion of MacOS X files from dh_override_auto_clean, because upstream removed them
---
debian/changelog | 2 ++
debian/rules | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5a04eec..88d04ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ python-fudge (1.1.0-1) UNRELEASED; urgency=low
* Update copyright years
* Build documentation in dh_auto_build step
* New upstream version
+ * Remove deletion of MacOS X files from dh_override_auto_clean,
+ because upstream removed them
-- Jan Dittberner <jandd at debian.org> Wed, 30 Dec 2015 16:01:32 +0100
diff --git a/debian/rules b/debian/rules
index 12053b2..381cc5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)"
override_dh_auto_clean:
dh_auto_clean
rm -rf $(CURDIR)/docs/.build
- find -name '._*' -delete
override_dh_auto_build:
sphinx-build $(SPHINXOPTS) -b html -a -c docs docs \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fudge.git
More information about the Python-modules-commits
mailing list