[Python-modules-commits] [python-spur] 06/06: Override dh_clean

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri May 13 18:21:42 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository python-spur.

commit f0f0ee80be52abc91e4f973d4edb1a87f49089dd
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri May 13 20:16:12 2016 +0200

    Override dh_clean
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ccf80db..a7f6bfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-spur (0.3.17-1) unstable; urgency=low
     - Standards-Version 3.9.8 - no changes
   * debian/rules:
     - Define PYBUILD_NAME
+    - Override dh_clean.
   * Deleted .install files since this happens automatically with pybuild
     when PYBUILD_NAME is set.
 
diff --git a/debian/rules b/debian/rules
index aa6e68e..616844b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@ export PYBUILD_NAME = spur
 override_dh_installchangelogs:
 	dh_installchangelogs -k CHANGES
 
+
+override_dh_clean:
+	dh_clean
+	rm -rf spur.egg-info

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



More information about the Python-modules-commits mailing list