File: rules

package info (click to toggle)
xfce4-whiskermenu-plugin 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,560 kB
  • sloc: cpp: 7,724; ansic: 33; sh: 24; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-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_installchangelogs:
	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS