]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
debian: compile with V=1
authorDavid Bremner <bremner@unb.ca>
Sun, 26 May 2013 01:28:11 +0000 (22:28 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 23:45:38 +0000 (20:45 -0300)
The idea is to allow hardening verification tools (in particular blhc)
to scan the logs. Actually fixing the problem will require modifying
the notmuch configure script to propagate CPPFLAGS.

debian/rules

index 71a5602844a46dd45ed1fed1c5cd51975e472883..4257c5a74bf3d1f1e2871e10eb524e856efa8dbf 100755 (executable)
@@ -9,7 +9,7 @@ override_dh_auto_configure:
        dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
 
 override_dh_auto_build:
-       dh_auto_build
+       dh_auto_build -- V=1
        dh_auto_build --sourcedirectory bindings/python
        cd bindings/python && $(python3_all) setup.py build
        cd bindings/ruby && ruby extconf.rb --vendor && make