[med-svn] [seer] 06/07: Add notice to log if test fails but continue building anyway

Andreas Tille tille at debian.org
Thu Apr 14 11:45:05 UTC 2016


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

tille pushed a commit to branch master
in repository seer.

commit 5608fa7eaf38c47c1cfdad8afbf590567a1fd009
Author: Andreas Tille <tille at debian.org>
Date:   Thu Apr 14 13:33:28 2016 +0200

    Add notice to log if test fails but continue building anyway
---
 debian/README.source | 6 ++++++
 debian/changelog     | 1 +
 debian/rules         | 3 +++
 3 files changed, 10 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..ee75746
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+Since version 1.1.1 upstream provides a test suite.  It was realised
+that the test fails but decided to ignore this for the moment since its
+probably better than sticking to version 1.1.0 which came without this
+test.  Upstream is informed about this fact.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 12 Apr 2016 10:52:38 +0200
diff --git a/debian/changelog b/debian/changelog
index ab02d3c..37961df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ seer (1.1.1-1) UNRELEASED; urgency=medium
   * New upstream version
   * Moved packaging from SVN to Git
   * Suggests: fsm-lite
+  * Add notice to log if test fails but continue building anyway
 
  -- Andreas Tille <tille at debian.org>  Tue, 12 Apr 2016 10:52:38 +0200
 
diff --git a/debian/rules b/debian/rules
index 482001a..b8a7a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ override_dh_auto_install:
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	if dh_auto_test ; then echo Test passed ; else echo '****************************** TEST FAILED.  Please contact upstream *******************************' ; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seer.git



More information about the debian-med-commit mailing list