File: rules

package info (click to toggle)
lxlauncher 0.2.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,100 kB
  • sloc: ansic: 2,033; sh: 1,278; makefile: 54; python: 18
file content (15 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@} --parallel

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

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxlauncher

override_dh_strip:
	dh_strip --dbgsym-migration='lxlauncher-dbg (<< 0.2.5-1.1~)'