[med-svn] r23861 - in trunk/packages/dicomscope/trunk/debian: . patches

Gert Wollny gewo at moszumanska.debian.org
Sun Jun 25 06:42:10 UTC 2017


Author: gewo
Date: 2017-06-25 06:42:09 +0000 (Sun, 25 Jun 2017)
New Revision: 23861

Modified:
   trunk/packages/dicomscope/trunk/debian/changelog
   trunk/packages/dicomscope/trunk/debian/control
   trunk/packages/dicomscope/trunk/debian/patches/correct_include.patch
   trunk/packages/dicomscope/trunk/debian/rules
Log:
Add hardening flags

Modified: trunk/packages/dicomscope/trunk/debian/changelog
===================================================================
--- trunk/packages/dicomscope/trunk/debian/changelog	2017-06-25 06:12:20 UTC (rev 23860)
+++ trunk/packages/dicomscope/trunk/debian/changelog	2017-06-25 06:42:09 UTC (rev 23861)
@@ -6,7 +6,9 @@
   [ Gert Wollny ]
   * d/p/cmake.. Correct macros for new version Closes: #865783
   * d/p/correct_includes: Use full dcmtk sub-path for includes 
-  * d/control: correct my email address
+  * d/control: - correct my email address
+               - update standards version 
+  * d/rules:   - add linker -as-needed flags and hardening 
 
  -- Gert Wollny <gewo at debian.org>  Sun, 25 Jun 2017 06:06:11 +0000
 

Modified: trunk/packages/dicomscope/trunk/debian/control
===================================================================
--- trunk/packages/dicomscope/trunk/debian/control	2017-06-25 06:12:20 UTC (rev 23860)
+++ trunk/packages/dicomscope/trunk/debian/control	2017-06-25 06:42:09 UTC (rev 23861)
@@ -10,8 +10,8 @@
                default-jdk,
                javahelper,
                zip
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicomscope/trunk/
+Standards-Version: 4.0.0
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicomscope/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/dicomscope/trunk/
 Homepage: http://dicom.offis.de/dscope.php.en
 

Modified: trunk/packages/dicomscope/trunk/debian/patches/correct_include.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/correct_include.patch	2017-06-25 06:12:20 UTC (rev 23860)
+++ trunk/packages/dicomscope/trunk/debian/patches/correct_include.patch	2017-06-25 06:42:09 UTC (rev 23861)
@@ -1,3 +1,6 @@
+Author: Gert Wollny <gewo at debian.org>
+Description: Include DCMTK header with full path to simplify cmake
+
 --- a/interface/include/jInterface.h
 +++ b/interface/include/jInterface.h
 @@ -38,9 +38,9 @@

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2017-06-25 06:12:20 UTC (rev 23860)
+++ trunk/packages/dicomscope/trunk/debian/rules	2017-06-25 06:42:09 UTC (rev 23861)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed 
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)




More information about the debian-med-commit mailing list