Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/rules: Reduce debug info because the build is too big
· 1f4c0604
Gert Wollny
authored
Dec 07, 2019
1f4c0604
d/changelog: Prep new upload
· 7fbda4e5
Gert Wollny
authored
Dec 07, 2019
7fbda4e5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7fbda4e5
insighttoolkit4 (4.13.2-dfsg1-5) unstable; urgency=medium
* d/rules: Reduce debug info because the build is too big
-- Gert Wollny <gewo@debian.org> Sat, 07 Dec 2019 12:51:11 +0100
insighttoolkit4 (4.13.2-dfsg1-4) unstable; urgency=medium
* d/control: Add libminc-dev to dev deps, Closes: #944636
...
...
debian/rules
View file @
7fbda4e5
...
...
@@ -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
export DEB_CPPFLAGS_MAINT_APPEND =
"
-I/usr/include/nifti
-g1"
ENABLE_PYTHON=1
...
...