[Python-modules-commits] [flask] 02/02: Removed site_egg directory

Ondřej Nový onovy at moszumanska.debian.org
Tue Jul 19 19:36:47 UTC 2016


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

onovy pushed a commit to branch master
in repository flask.

commit f2d2e6eb80b8ebe77c1691ab0369bccc22a4170e
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jul 19 21:36:44 2016 +0200

    Removed site_egg directory
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 79f4a7a..c3a6a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
   * Added python3-blinker to build-depends/recommends
   * Removed d/python-flask.pyremove (not needed)
   * d/watch: Changed to pypi.debian.net
+  * Removed site_egg directory
 
   [ Piotr Ożarowski ]
   * Make sure sphinx-build doesn't access network
diff --git a/debian/rules b/debian/rules
index add7ade..df72d57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 	
 export PYBUILD_NAME=flask
+export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/site_egg'
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild

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



More information about the Python-modules-commits mailing list