File: rules

package info (click to toggle)
tumbler 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,700 kB
  • sloc: ansic: 13,547; sh: 4,155; makefile: 720; xml: 178
file content (23 lines) | stat: -rwxr-xr-x 548 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
#!/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_autoreconf:
	mkdir -p m4
	NOCONFIGURE=1 dh_autoreconf xdt-autogen

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

override_dh_makeshlibs:
	dh_makeshlibs -p libtumbler-1-0 -X usr/lib/$(DEB_HOST_MULTIARCH)/tumbler-1/plugins

override_dh_missing:
	dh_missing --list-missing -X .la

override_dh_strip:
	dh_strip --dbgsym-migration='libtumbler-1-dbg (<< 0.1.92.1-1~)'

%:
	dh $@