[med-svn] r23101 - trunk/packages/imagevis3d/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Nov 17 21:43:52 UTC 2016


Author: tille
Date: 2016-11-17 21:43:51 +0000 (Thu, 17 Nov 2016)
New Revision: 23101

Modified:
   trunk/packages/imagevis3d/trunk/debian/changelog
   trunk/packages/imagevis3d/trunk/debian/control
   trunk/packages/imagevis3d/trunk/debian/copyright
   trunk/packages/imagevis3d/trunk/debian/imagevis3d.desktop
   trunk/packages/imagevis3d/trunk/debian/rules
Log:
  * do not Build-Depend from g++
  * hardening=+all
  * DEP5
  * Fix desktop file



Modified: trunk/packages/imagevis3d/trunk/debian/changelog
===================================================================
--- trunk/packages/imagevis3d/trunk/debian/changelog	2016-11-17 18:25:24 UTC (rev 23100)
+++ trunk/packages/imagevis3d/trunk/debian/changelog	2016-11-17 21:43:51 UTC (rev 23101)
@@ -1,4 +1,4 @@
-imagevis3d (3.1.0-5) UNRELEASED; urgency=medium
+imagevis3d (3.1.0-5) unstable; urgency=medium
 
   * Fix FTBFS with Boost 1.61 (Thanks for the patch to Graham Inggs)
     Closes: #835416
@@ -7,8 +7,12 @@
     to make sure there is any Uploader
   * debhelper 10
   * d/watch: version=4
+  * do not Build-Depend from g++
+  * hardening=+all
+  * DEP5
+  * Fix desktop file
 
- -- Andreas Tille <tille at debian.org>  Thu, 17 Nov 2016 19:16:11 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Nov 2016 20:01:37 +0100
 
 imagevis3d (3.1.0-4) unstable; urgency=low
 

Modified: trunk/packages/imagevis3d/trunk/debian/control
===================================================================
--- trunk/packages/imagevis3d/trunk/debian/control	2016-11-17 18:25:24 UTC (rev 23100)
+++ trunk/packages/imagevis3d/trunk/debian/control	2016-11-17 21:43:51 UTC (rev 23101)
@@ -7,7 +7,6 @@
                cxxtest,
                debhelper (>= 10),
                flex,
-               g++,
                libboost-serialization-dev,
                libbz2-dev,
                libglew-dev,

Modified: trunk/packages/imagevis3d/trunk/debian/copyright
===================================================================
--- trunk/packages/imagevis3d/trunk/debian/copyright	2016-11-17 18:25:24 UTC (rev 23100)
+++ trunk/packages/imagevis3d/trunk/debian/copyright	2016-11-17 21:43:51 UTC (rev 23101)
@@ -8,6 +8,13 @@
  © 2009 Institut of Mechanics and Fluid Dynamics,
  © 2009 IVDA, MMC, DFKI, SCI Institute
 License: MIT
+
+Files: debian/*
+Copyright: 2011-2014 Mathieu Malaterre <malat at debian.org>
+           2016 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
  Copyright (c) 2008-2011 Scientific Computing and Imaging Institute,
  University of Utah & Interactive Visualization and Data Analysis Group, DFKI
  .
@@ -28,9 +35,3 @@
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
-
-Files: debian/*
-Copyright: 2011-2014 Mathieu Malaterre <malat at debian.org>
-           2016 Andreas Tille <tille at debian.org>
-License: MIT
- Same as above

Modified: trunk/packages/imagevis3d/trunk/debian/imagevis3d.desktop
===================================================================
--- trunk/packages/imagevis3d/trunk/debian/imagevis3d.desktop	2016-11-17 18:25:24 UTC (rev 23100)
+++ trunk/packages/imagevis3d/trunk/debian/imagevis3d.desktop	2016-11-17 21:43:51 UTC (rev 23101)
@@ -6,7 +6,7 @@
 GenericName=Data Viewer
 Comment=Desktop volume rendering application for large data
 TryExec=imagevis3d
-Exec=imagevis3d &
+Exec=imagevis3d %f
 Categories=Education;Science;DataVisualization;ImageProcessing;MedicalSoftware
 Icon=imagevis3d
 MimeType=application/x-imagevis3d;

Modified: trunk/packages/imagevis3d/trunk/debian/rules
===================================================================
--- trunk/packages/imagevis3d/trunk/debian/rules	2016-11-17 18:25:24 UTC (rev 23100)
+++ trunk/packages/imagevis3d/trunk/debian/rules	2016-11-17 21:43:51 UTC (rev 23101)
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@  --parallel
 




More information about the debian-med-commit mailing list