[med-svn] r16346 - trunk/packages/parsinsert/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Feb 27 17:28:34 UTC 2014


Author: tille
Date: 2014-02-27 17:28:34 +0000 (Thu, 27 Feb 2014)
New Revision: 16346

Added:
   trunk/packages/parsinsert/trunk/debian/README.source
Modified:
   trunk/packages/parsinsert/trunk/debian/copyright
   trunk/packages/parsinsert/trunk/debian/rules
Log:
We can not run the test suite since text.cpp is missing from upstream tarball


Added: trunk/packages/parsinsert/trunk/debian/README.source
===================================================================
--- trunk/packages/parsinsert/trunk/debian/README.source	                        (rev 0)
+++ trunk/packages/parsinsert/trunk/debian/README.source	2014-02-27 17:28:34 UTC (rev 16346)
@@ -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
+

Modified: trunk/packages/parsinsert/trunk/debian/copyright
===================================================================
--- trunk/packages/parsinsert/trunk/debian/copyright	2014-02-27 17:15:29 UTC (rev 16345)
+++ trunk/packages/parsinsert/trunk/debian/copyright	2014-02-27 17:28:34 UTC (rev 16346)
@@ -6,6 +6,8 @@
 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 @@
 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'.
 

Modified: trunk/packages/parsinsert/trunk/debian/rules
===================================================================
--- trunk/packages/parsinsert/trunk/debian/rules	2014-02-27 17:15:29 UTC (rev 16345)
+++ trunk/packages/parsinsert/trunk/debian/rules	2014-02-27 17:28:34 UTC (rev 16346)
@@ -15,6 +15,9 @@
 	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.




More information about the debian-med-commit mailing list