File: rules

package info (click to toggle)
xfce4-quicklauncher-plugin 1.9.4-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,676 kB
  • ctags: 337
  • sloc: sh: 9,069; ansic: 1,184; makefile: 69
file content (21 lines) | stat: -rwxr-xr-x 564 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
#!/usr/bin/make -f

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

%:
	dh $@ --parallel

override_dh_auto_configure:
	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
	find .pc -type f -name '*.in' -exec echo '{}' >> po/POTFILES.skip \;
	NOCONFIGURE=1 xdt-autogen
	dh_auto_configure -- --disable-static

override_dh_auto_clean:
	rm -f po/POTFILES.skip
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install
	find debian/xfce4-quicklauncher-plugin -name '*.la' -delete