[med-svn] r20222 - trunk/packages/elastix/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Oct 12 17:23:54 UTC 2015
Author: gert-guest
Date: 2015-10-12 17:23:53 +0000 (Mon, 12 Oct 2015)
New Revision: 20222
Modified:
trunk/packages/elastix/trunk/debian/changelog
trunk/packages/elastix/trunk/debian/control
trunk/packages/elastix/trunk/debian/copyright
trunk/packages/elastix/trunk/debian/rules
Log:
Cleanup lintian warnings and update changelog
* d/control: update standards version
* debian/copyright:
- correct spelling of license name
- update directory where sources of ANN reside
* debian/rules
- correct the jquery.js exclude
Modified: trunk/packages/elastix/trunk/debian/changelog
===================================================================
--- trunk/packages/elastix/trunk/debian/changelog 2015-10-12 16:09:08 UTC (rev 20221)
+++ trunk/packages/elastix/trunk/debian/changelog 2015-10-12 17:23:53 UTC (rev 20222)
@@ -3,9 +3,11 @@
* New upstram version
* update patch build-static-ann.patch
* d/copyright: Update upstream license (now Apache-2.0)
- * d/control: remove unused shlib:depends on elastix-doc
- add dependency on libjs-jquery
- * d/rules: remove jquery.js and *.md5 from the packaged doc files
+ * d/control: - remove unused shlib:depends on elastix-doc
+ - add dependency on libjs-jquery
+ - update standards version
+ * d/rules: - remove jquery.js and *.md5 from the packaged doc files
+ - add -fvisibility=hidden as c++ flags to silence warnings
* Add patch to change Doxygen output:
- use svg graphics instead of png to save space
- remove time stamps from documentation
Modified: trunk/packages/elastix/trunk/debian/control
===================================================================
--- trunk/packages/elastix/trunk/debian/control 2015-10-12 16:09:08 UTC (rev 20221)
+++ trunk/packages/elastix/trunk/debian/control 2015-10-12 17:23:53 UTC (rev 20222)
@@ -21,7 +21,7 @@
texlive-fonts-recommended,
ghostscript,
latex-xcolor
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/elastix/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/elastix/trunk/
Homepage: http://elastix.isi.uu.nl/
Modified: trunk/packages/elastix/trunk/debian/copyright
===================================================================
--- trunk/packages/elastix/trunk/debian/copyright 2015-10-12 16:09:08 UTC (rev 20221)
+++ trunk/packages/elastix/trunk/debian/copyright 2015-10-12 17:23:53 UTC (rev 20222)
@@ -5,7 +5,7 @@
Files: *
Copyright: UMC Utrecht and contributors
-License: Apache 2.0
+License: Apache-2.0
.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
On Debian systems this license may be found in file
/usr/share/common-licenses/Apache-2.0.
-Files: Common/KNN/ann_1.1/*
+Files: src/Common/KNN/ann_1.1/*
Copyright: 1997-2005 University of Maryland and Sunil Arya and David Mount
License: LGPL-2.1
This program is free software; you can redistribute it and/or modify it
@@ -33,7 +33,7 @@
On Debian systems this license may be found in file
/usr/share/common-licenses/LGPL-2.1.
Comment: In the Debian package of elastix, ANN is statically linked. Clause 3
- of the LGPL is hereby invoked to re-license ANN under the GNU Public
+ of the LGPL is hereby invoked to re-license ANN under the GNU General Public
License, v2 (see /usr/share/common-licenses/GPL-2). The elastix
package as a whole is therefore under the GPL v2 license.
Modified: trunk/packages/elastix/trunk/debian/rules
===================================================================
--- trunk/packages/elastix/trunk/debian/rules 2015-10-12 16:09:08 UTC (rev 20221)
+++ trunk/packages/elastix/trunk/debian/rules 2015-10-12 17:23:53 UTC (rev 20222)
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility-inlines-hidden
+export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden
-export DH_ALWAYS_EXCLUDE = jquery.js
+export DH_ALWAYS_EXCLUDE=jquery.js
%:
dh $@ --sourcedirectory=src
More information about the debian-med-commit
mailing list