Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/rules: Fix extra flags
· d9c1638a
Gert Wollny
authored
Dec 07, 2019
d9c1638a
d/changelog: New upload
· b5a3bf57
Gert Wollny
authored
Dec 07, 2019
b5a3bf57
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b5a3bf57
insighttoolkit4 (4.13.2-dfsg1-6) unstable; urgency=medium
* d/rules: Fix extra flags
-- Gert Wollny <gewo@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
View file @
b5a3bf57
...
...
@@ -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
...
...