File: rules

package info (click to toggle)
nsnake 3.0.1-2.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 784 kB
  • sloc: cpp: 5,472; ansic: 201; makefile: 116
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	dh_auto_build -- V=1
endif