[Python-modules-commits] [sphinx-bootstrap-theme] 09/11: remove build and egg-info dir, this allows the package to be built twice in a row; Closes: #825921

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 8 21:16:38 UTC 2017


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

morph pushed a commit to branch master
in repository sphinx-bootstrap-theme.

commit 2f776a4497b81624cb923c2c4d5d455835dee4a0
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 8 16:13:27 2017 -0500

    remove build and egg-info dir, this allows the package to be built twice in a row; Closes: #825921
---
 debian/changelog | 5 ++++-
 debian/rules     | 4 ++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8556567..b681a45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,11 +10,14 @@ sphinx-bootstrap-theme (0.4.13-1) UNRELEASED; urgency=medium
     - bump Standards-Version to 3.9.8 (no changes needed)
   * debian/patches/privacy_breach.patch
     - dont link fonts from google websites; Closes: #794310
+  * debian/rules
+    - remove build and egg-info dir, this allows the package to be built twice
+      in a row; Closes: #825921
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Sun, 08 Jan 2017 16:01:02 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 08 Jan 2017 16:05:51 -0500
 
 sphinx-bootstrap-theme (0.4.8-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 427eb88..67d6103 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,7 @@ override_dh_auto_install:
 
 override_dh_installdocs:
 	dh_installdocs README.txt
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build sphinx_bootstrap_theme.egg-info

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



More information about the Python-modules-commits mailing list