[med-svn] [parsinsert] 04/15: We can not run the test suite since text.cpp is missing from upstream tarball
Andreas Tille
tille at debian.org
Tue Aug 22 11:07:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository parsinsert.
commit b6524aa4772a099139ea2f6857fe1f8f5cda0814
Author: Andreas Tille <tille at debian.org>
Date: Thu Feb 27 17:28:34 2014 +0000
We can not run the test suite since text.cpp is missing from upstream tarball
---
debian/README.source | 10 ++++++++++
debian/copyright | 4 ++--
debian/rules | 3 +++
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..40e3dbe
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+parsinsert for Debian
+=====================
+
+Usually we try to run thge upstream test suite. However, the upstream
+tarball is missing the file Test.cpp so we can not run this. Upstream
+is informed and we try to deliver the package including the test suite
+in the future.
+
+ -- Andreas Tille <tille at debian.org> Thu, 27 Feb 2014 16:50:26 +0000
+
diff --git a/debian/copyright b/debian/copyright
index 0295ef9..c86c687 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,8 @@ Source: http://parsinsert.sourceforge.net
Files: *
Copyright: © 2007-2011 David Knox
License: GPL-3
+
+License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@@ -22,6 +24,4 @@ License: GPL-3
Files: debian/*
Copyright: © 2014 Tim Booth <tbooth at ceh.ac.uk>
License: GPL-3
- On Debian systems, the full text of the GNU General Public License version 3
- can be found in the file `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index 7887994..b622ed5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_clean:
mv parsinsert ParsInsert || true
dh_auto_clean
+override_dh_auto_test:
+ echo "Upstream tarball Test.cpp so we can not run the test."
+
# Note a manpage was generated using:
# help2man -N ./parsinsert --version-string=1.04 > debian/parsinsert.1
# But this was then manually edited, so it is not rebuilt automatically.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/parsinsert.git
More information about the debian-med-commit
mailing list