[Python-modules-commits] [python-mock] 05/07: Using debian/source/options to ignore egg-info changes instead of cleaning the files.

Ondřej Nový onovy-guest at moszumanska.debian.org
Tue Jun 7 08:15:26 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository python-mock.

commit a626bda723cd1214418dbd332b6080b2057a6a62
Author: Ondřej Nový <novy at ondrej.org>
Date:   Tue Jun 7 10:04:17 2016 +0200

    Using debian/source/options to ignore egg-info changes instead of cleaning the files.
    
    Author: Thomas Goirand <zigo at debian.org>
---
 debian/changelog      | 2 ++
 debian/clean          | 4 ----
 debian/source/options | 1 +
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61c6947..a77c5c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ python-mock (1.3.0-3) UNRELEASED; urgency=medium
   * debian/rules
     - using dpkg-parsechangelog -SVersion and not -S Version, as Trusty
       wouldn't accept the space
+  * Using debian/source/options to ignore egg-info changes instead of
+    cleaning the files.
   * Bump debhelper to 9 instead of 8
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:11:11 +0200
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 24159a5..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,4 +0,0 @@
-*.pyc
-**/*.pyc
-mock.egg-info/PKG-INFO
-mock.egg-info/SOURCES.txt
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/python-mock.git



More information about the Python-modules-commits mailing list