[med-svn] r19331 - trunk/packages/camitk/trunk/debian
Emmanuel Promayon
promayon-guest at moszumanska.debian.org
Mon Jun 15 15:51:23 UTC 2015
Author: promayon-guest
Date: 2015-06-15 15:51:23 +0000 (Mon, 15 Jun 2015)
New Revision: 19331
Modified:
trunk/packages/camitk/trunk/debian/changelog
trunk/packages/camitk/trunk/debian/control
trunk/packages/camitk/trunk/debian/copyright
trunk/packages/camitk/trunk/debian/rules
Log:
fix lintian warnings
Modified: trunk/packages/camitk/trunk/debian/changelog
===================================================================
--- trunk/packages/camitk/trunk/debian/changelog 2015-06-15 14:27:40 UTC (rev 19330)
+++ trunk/packages/camitk/trunk/debian/changelog 2015-06-15 15:51:23 UTC (rev 19331)
@@ -1,9 +1,10 @@
camitk (3.4.0-2) unstable; urgency=low
- * Fix cmake missing path to ITKConfig
+ * Fix cmake missing path to ITKConfig (patch force-path-to-itkconfig)
Closes: #787753
* Increase test timeout for slower arch
- * fix timestamps_in_documentation_generated_by_doxygen (improve building reproducibility)
+ * fix timestamps_in_documentation_generated_by_doxygen
+ (improve building reproducibility, patch remove-doxygen-timestamp)
-- Emmanuel Promayon <Emmanuel.Promayon at imag.fr> Mon, 15 Jun 2015 09:08:38 +0200
Modified: trunk/packages/camitk/trunk/debian/control
===================================================================
--- trunk/packages/camitk/trunk/debian/control 2015-06-15 14:27:40 UTC (rev 19330)
+++ trunk/packages/camitk/trunk/debian/control 2015-06-15 15:51:23 UTC (rev 19331)
@@ -115,8 +115,8 @@
camitk-actionstatemachine is able to replay a pipeline (workflow) of CamiTK
actions.
This application takes an CamiTK augmented version of a SCXML subset as input
- and allow to replay interactive the described state-machine containing a list
- of CamiTK actions and transitions.
+ and allow on to replay interactive the described state-machine containing a
+ list of CamiTK actions and transitions.
Package: libqtpropertybrowser3
Architecture: any
Modified: trunk/packages/camitk/trunk/debian/copyright
===================================================================
--- trunk/packages/camitk/trunk/debian/copyright 2015-06-15 14:27:40 UTC (rev 19330)
+++ trunk/packages/camitk/trunk/debian/copyright 2015-06-15 15:51:23 UTC (rev 19331)
@@ -26,7 +26,7 @@
see `/usr/share/common-licenses/LGPL-2.1'
Comment: This file is part of the projXMLEditor project which in turn belongs to the Image Markup Tool version 2.0
-Files: sdk/components/stl/testdata/LICENSE
+Files: sdk/components/stl/testdata/*
Copyright: GlassyGoat
License: CC-BY-SA-3.0
Comment: see origintal sources at http://www.thingiverse.com/thing:236873
Modified: trunk/packages/camitk/trunk/debian/rules
===================================================================
--- trunk/packages/camitk/trunk/debian/rules 2015-06-15 14:27:40 UTC (rev 19330)
+++ trunk/packages/camitk/trunk/debian/rules 2015-06-15 15:51:23 UTC (rev 19331)
@@ -138,8 +138,8 @@
# api doc
dh_install -p$(pkg_doc) --autodest debian/tmp/usr/share/camitk-$(VER_SHORT)/apidoc
- # all test data
- dh_install -p$(pkg_data) --autodest debian/tmp/usr/share/camitk-$(VER_SHORT)/testdata
+ # all test data excluding extra licence files (everything is already specified in d/c)
+ dh_install -p$(pkg_data) --exclude=LICENSE --autodest debian/tmp/usr/share/camitk-$(VER_SHORT)/testdata
# imp
dh_install -p$(pkg_imp) --autodest debian/tmp/usr/bin/camitk-imp
More information about the debian-med-commit
mailing list