Package: jasper

It would be nice to compile with --enable-debug when
DEB_BUILD_OPTIONS=debug is set.

Patch is:

$ cat debian/rules
[...]
ifeq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
dh_auto_configure -- --enable-shared=yes --enable-debug
else
dh_auto_configure -- --enable-shared=yes
endif
[...]

Thanks


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to