File: rules

package info (click to toggle)
xfce4-whiskermenu-plugin 2.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,516 kB
  • sloc: cpp: 7,001; ansic: 33; sh: 24; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (2)
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

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS