File: rules

package info (click to toggle)
xfce4-panel 4.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,740 kB
  • ctags: 4,280
  • sloc: ansic: 33,735; sh: 11,410; makefile: 1,211; xml: 198; perl: 92
file content (21 lines) | stat: -rwxr-xr-x 482 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
#!/usr/bin/make -f

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

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

override_dh_install:
	dh_install --fail-missing -X .la

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules --enable-gtk3

override_dh_auto_clean:
	dh_auto_clean

override_dh_strip:
	dh_strip --dbgsym-migration='xfce4-panel-dbg (<< 4.12.1-1~)'

%:
	dh $@ --parallel