File: rules

package info (click to toggle)
lbzip2 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,580 kB
  • ctags: 2,762
  • sloc: ansic: 27,584; sh: 4,306; perl: 154; makefile: 77
file content (25 lines) | stat: -rwxr-xr-x 418 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
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

# Comment this to turn off verbose mode.
export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS


build-arch:
	sh build-aux/autogen.sh
	dh $@

clean:
	dh $@
	sh build-aux/autogen.sh -r

# Enable as many compiler warnings as possible.
override_dh_auto_configure:
	dh_auto_configure -- --enable-warnings --disable-silent-rules


%:
	dh $@