File: rules

package info (click to toggle)
tardy 1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,732 kB
  • sloc: cpp: 16,173; sh: 3,862; makefile: 1,785; ansic: 1,248; awk: 272
file content (22 lines) | stat: -rwxr-xr-x 424 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic
export DEB_CPPFLAGS_MAINT_APPEND= -D_FILE_OFFSET_BITS=64

override_dh_autoreconf:
	ln etc/configure.ac
	dh_autoreconf
	rm configure.ac

override_dh_auto_build:
	dh_auto_build -- all-bin

override_dh_installchangelogs:
	dh_installchangelogs README

override_dh_auto_install:
	# See debian/install

%:
	dh $@