[med-svn] [Git][med-team/elastix][master] 3 commits: Fix setting cmake variable SOURCE_DATE_EPOCH
Steven Robbins (@smr)
gitlab at salsa.debian.org
Sat Jan 1 23:31:03 GMT 2022
Steven Robbins pushed to branch master at Debian Med / elastix
Commits:
22a1156c by Steve Robbins at 2022-01-01T16:41:26-06:00
Fix setting cmake variable SOURCE_DATE_EPOCH
- - - - -
399a85c7 by Steve Robbins at 2022-01-01T17:09:41-06:00
Restrict to architecture amd64, matching itk v5.
- - - - -
9fee96c4 by Steve Robbins at 2022-01-01T17:10:17-06:00
Ready for release.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+elastix (5.0.1-2) unstable; urgency=medium
+
+ [ Steve Robbins ]
+ * [22a1156] Fix setting cmake variable SOURCE_DATE_EPOCH
+ * [399a85c] Restrict to architecture amd64, matching itk v5.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 01 Jan 2022 17:09:49 -0600
+
elastix (5.0.1-1) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/control
=====================================
@@ -29,7 +29,7 @@ Homepage: http://elastix.isi.uu.nl/
Rules-Requires-Root: no
Package: elastix
-Architecture: amd64 i386
+Architecture: amd64
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: elastix-doc
=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@ DEB_CMAKE_EXTRA_FLAGS += \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_SKIP_RPATH=ON \
- -DSOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH \
+ -DSOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH) \
-DBUILD_DOCUMENTATION=ON \
-DELASTIX_USE_MEVISDICOMTIFF:BOOL=OFF \
-DUSE_KNNGraphAlphaMutualInformationMetric:BOOL=ON
View it on GitLab: https://salsa.debian.org/med-team/elastix/-/compare/739619ae4c6440aec4f2dd7730868e1e40d280ea...9fee96c4439a8af7058214f96b9459ddee1c8ec4
--
View it on GitLab: https://salsa.debian.org/med-team/elastix/-/compare/739619ae4c6440aec4f2dd7730868e1e40d280ea...9fee96c4439a8af7058214f96b9459ddee1c8ec4
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/20220101/733042f2/attachment-0001.htm>
More information about the debian-med-commit
mailing list