add export V=1 to debian/rules so compiler flags aren't hidden

This commit is contained in:
Doug Torrance
2014-07-21 01:33:36 -05:00
parent 38383b192e
commit 507b0416aa

5
debian/rules vendored
View File

@ -1,8 +1,5 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# -*- makefile -*- export V=1
#
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%: %:
dh $@ dh $@