Disabled the verbose DH mode
Emmanuel Bourg
5 years ago
0 | 0 |
#!/usr/bin/make -f
|
1 | |
# -*- makefile -*-
|
2 | |
|
3 | |
# Uncomment this to turn on verbose mode.
|
4 | |
export DH_VERBOSE=1
|
5 | |
#JAVA_HOME = /usr/lib/jvm/default-java
|
6 | 1 |
|
7 | 2 |
%:
|
8 | 3 |
dh $@ --with maven-repo-helper
|