Release new version 0.108
[grml-debootstrap.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7 %:
8         dh $@
9
10 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
11 override_dh_auto_test:
12         make shellcheck
13 endif