[Python-modules-commits] [python-django-contact-form] 08/10: Override dh_clean and remove egginfo directory.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sat Dec 24 20:43:01 UTC 2016


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

asb pushed a commit to branch master
in repository python-django-contact-form.

commit 42d21d8992316abd574642bd7e7f1f929b14070e
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Sat Dec 24 15:23:42 2016 -0500

    Override dh_clean and remove egginfo directory.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d782965..dba290c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-django-contact-form (1.3-1) UNRELEASED; urgency=medium
   * Drop django-1.10-define-templates.patch, applied upstream.
   * Build docs in new python-django-contact-form-doc package.
   * Bump debian/compat to 10.
+  * Override dh_clean and remove egginfo directory.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 24 Dec 2016 14:52:17 -0500
 
diff --git a/debian/rules b/debian/rules
index 5437208..7ea6944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=. sphinx-build -N -bhtml docs/ build/html/
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build/ django_contact_form.egg-info/
\ No newline at end of file

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



More information about the Python-modules-commits mailing list