[Python-modules-commits] [pytest] 06/07: d/source/options: Ignore .egg_info d/clean: Don't clean .egg_info

Ondrej Novy onovy at debian.org
Wed Feb 7 09:09:27 UTC 2018


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

onovy pushed a commit to branch master
in repository pytest.

commit f6d80161d724e097c2e9a1adf466ac87239b1444
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Feb 7 09:53:44 2018 +0100

    d/source/options: Ignore .egg_info
    d/clean: Don't clean .egg_info
---
 debian/changelog      | 2 ++
 debian/clean          | 1 -
 debian/source/options | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f269c69..a96197f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pytest (3.2.1-3) UNRELEASED; urgency=medium
   * d/copyright: Add myself for Debian part
   * Update standards version to 4.1.3 (no changes needed)
   * d/watch: Use https
+  * d/source/options: Ignore .egg_info
+  * d/clean: Don't clean .egg_info
 
  -- Ondřej Nový <onovy at debian.org>  Wed, 07 Feb 2018 09:51:36 +0100
 
diff --git a/debian/clean b/debian/clean
index 0c226cc..0f65186 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1 @@
 debian/*.1
-pytest.egg-info/*
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/pytest.git



More information about the Python-modules-commits mailing list