[med-svn] [Git][med-team/insighttoolkit][master] 2 commits: d/rules: Fix extra flags
Gert Wollny
gitlab at salsa.debian.org
Sat Dec 7 13:47:25 GMT 2019
Gert Wollny pushed to branch master at Debian Med / insighttoolkit
Commits:
d9c1638a by Gert Wollny at 2019-12-07T12:58:35Z
d/rules: Fix extra flags
- - - - -
b5a3bf57 by Gert Wollny at 2019-12-07T12:59:02Z
d/changelog: New upload
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+insighttoolkit4 (4.13.2-dfsg1-6) unstable; urgency=medium
+
+ * d/rules: Fix extra flags
+
+ -- Gert Wollny <gewo at debian.org> Sat, 07 Dec 2019 13:58:49 +0100
+
insighttoolkit4 (4.13.2-dfsg1-5) unstable; urgency=medium
* d/rules: Reduce debug info because the build is too big
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ SOVERSION = $(VER_MAJOR).$(VER_MINOR)
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
#ITK is not properly using system provided headers
-export DEB_CPPFLAGS_MAINT_APPEND = "-I/usr/include/nifti -g1"
+export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/nifti -g1
ENABLE_PYTHON=1
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/7fbda4e5a8a8709acd8b8d036994bfb152f2330b...b5a3bf57bfc9f5eb3eee67986e324ad84a60402e
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/7fbda4e5a8a8709acd8b8d036994bfb152f2330b...b5a3bf57bfc9f5eb3eee67986e324ad84a60402e
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/20191207/c885695b/attachment.html>
More information about the debian-med-commit
mailing list