[Python-modules-commits] [flask] 02/16: Use extend-diff-ignore for egg-info instead of removing it

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 10:20:21 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 eea3e8b76d7c7871ded134c25f8b9891fe043d30
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 11:21:39 2016 +0200

    Use extend-diff-ignore for egg-info instead of removing it
---
 debian/changelog      | 1 +
 debian/rules          | 2 +-
 debian/source/options | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 17e9431..fb5775a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ flask (0.10.1-3) UNRELEASED; urgency=medium
 
   * Fixed VCS URL (https)
   * Bumped Standards-Version to 3.9.8 (no changes needed)
+  * Use extend-diff-ignore for egg-info instead of removing it
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 80dcabe..297f185 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,5 @@ override_dh_installdocs:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf Flask.egg-info/ build
+	rm -rf build
 	find . \( -name '*.py[co]' -or -name '\._*' -or -name '\.DS_Store' \) -delete
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

-- 
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