[Python-modules-commits] [cherrypy3] 04/08: Cleanup files made by the test suite

Carl Suster arcresu-guest at moszumanska.debian.org
Fri Jan 6 08:52:06 UTC 2017


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

arcresu-guest pushed a commit to branch master
in repository cherrypy3.

commit 15d7d6528c0572f12ff92e09910ea87bc6dfdb68
Author: Carl Suster <carl at contraflo.ws>
Date:   Fri Jan 6 19:42:28 2017 +1100

    Cleanup files made by the test suite
---
 debian/changelog      | 4 +++-
 debian/clean          | 3 +++
 debian/source/options | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b489b39..3816444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,7 +42,9 @@ cherrypy3 (8.7.0-1) UNRELEASED; urgency=medium
   * d/docs: README.{ txt => rst }.
   * Raise debhelper compat to 10:
     - replace override_dh_clean with d/clean.
-  * d/source/options: add .egg-info to diff-ignore.
+  * d/source/options (extend-diff-ignore) and d/clean:
+    - add .egg-info.
+    - add files created by test suite.
   * d/copyright: update to DEP-5 format and extend years.
   * Replace epydoc API docs with sphinx docs in a -doc package:
     - d/control: add a -doc binary package (Closes: #787756).
diff --git a/debian/clean b/debian/clean
index 72a2121..10c7fd3 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,3 +2,6 @@
 debian/cherryd.1
 debian/cherryd3.1
 .cache/
+cherrypy/test/**/*.log
+cherrypy/test/test.conf
+cherrypy/test/static/has*.html
diff --git a/debian/source/options b/debian/source/options
index b2b7b88..7f13985 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1 @@
-extend-diff-ignore="^[^/]+\.egg-info/"
+extend-diff-ignore="^[^/]+\.egg-info/|cherrypy/test/.+\.log|cherrypy/test/static/has space.html"

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



More information about the Python-modules-commits mailing list