File: rules

package info (click to toggle)
mousepad 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,560 kB
  • ctags: 1,608
  • sloc: ansic: 12,192; sh: 11,304; xml: 591; makefile: 168
file content (17 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_install:
	dh_install --fail-missing

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_autoreconf:
	mkdir -p m4
	NOCONFIGURE=1 dh_autoreconf xdt-autogen

%:
	dh $@ --parallel --with autoreconf