[med-svn] [Git][med-team/dcmtk][debian/experimental] 2 commits: d/rules: Fix armel buildd

Mathieu Malaterre (@malat) gitlab at salsa.debian.org
Fri Jan 12 16:10:41 GMT 2024



Mathieu Malaterre pushed to branch debian/experimental at Debian Med / dcmtk


Commits:
42583dfe by Emanuele Rocca at 2024-01-12T17:08:37+01:00
d/rules: Fix armel buildd

- - - - -
f4c27faa by Mathieu Malaterre at 2024-01-12T17:09:28+01:00
d/changelog: Upload 3.6.8-3 to experimental

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dcmtk (3.6.8-3) experimental; urgency=medium
+
+  [ Emanuele Rocca ]
+  * d/rules: Fix armel buildd
+
+ -- Mathieu Malaterre <malat at debian.org>  Fri, 12 Jan 2024 17:09:17 +0100
+
 dcmtk (3.6.8-2) experimental; urgency=medium
 
   * d/rules: Fix test suite on x87 hardware


=====================================
debian/rules
=====================================
@@ -2,7 +2,12 @@
 #export DH_VERBOSE=1
 
 # export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
+ifeq ($(DEB_TARGET_ARCH),armel)
+  # https://lists.debian.org/debian-arm/2024/01/msg00031.html
+  export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash optimize=+lto
+else
+  export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
+endif
 
 # needed for the tests
 export DCMDICTPATH=$(CURDIR)/dcmdata/data/dicom.dic



View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/0616f774e336978a9e909a638b3776a3e49ce9eb...f4c27faad1a6420f5050ee251fecb3353d973055

-- 
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/0616f774e336978a9e909a638b3776a3e49ce9eb...f4c27faad1a6420f5050ee251fecb3353d973055
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240112/ec787050/attachment-0001.htm>


More information about the debian-med-commit mailing list