File: rules

package info (click to toggle)
lbzip2 2.5-2.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,600 kB
  • sloc: ansic: 27,584; sh: 4,306; perl: 154; makefile: 80
file content (30 lines) | stat: -rwxr-xr-x 530 bytes parent folder | download
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
26
27
28
29
30
#!/usr/bin/make -f
# -*- makefile -*-

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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


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

override_dh_auto_clean:
	sh build-aux/autogen.sh -r
	dh_auto_clean

override_dh_autoreconf:

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


%:
	dh $@