[Python-modules-commits] [python-pgspecial] 03/07: Ignore *.egg-info in debian/source/options

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Jun 6 12:24:34 UTC 2017


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

czchen pushed a commit to branch debian/experimental
in repository python-pgspecial.

commit b7a3e6df95e2dd0131392734a4a0f433dd55ee63
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Jun 6 20:19:45 2017 +0800

    Ignore *.egg-info in debian/source/options
---
 debian/rules          | 4 ----
 debian/source/options | 1 +
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index a0db1ed..a298188 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,3 @@ export PYBUILD_NAME = pgspecial
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_clean:
-	rm -rf pgspecial.egg-info
-	dh_clean
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /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-pgspecial.git



More information about the Python-modules-commits mailing list