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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

