File: rules

package info (click to toggle)
libspnav 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ansic: 2,231; makefile: 119; sh: 103
file content (21 lines) | stat: -rwxr-xr-x 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

override_dh_auto_configure:
	dh_auto_configure -- --disable-debug

override_dh_auto_build:
	dh_auto_build --buildsystem=makefile

override_dh_auto_clean:
	dh_auto_clean
	rm -f spnav.pc src/spnav_config.h

%:
	dh $@