File: rules

package info (click to toggle)
kget 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,148 kB
  • sloc: cpp: 33,013; xml: 810; makefile: 9; sh: 6
file content (16 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	xvfb-run -a dh_auto_test

execute_after_dh_auto_install:
	# remove dev .so symlinks, we aren't shipping dev suff for these
	find debian/tmp/ -name '*.so' -type l -print -delete

execute_after_dh_fixperms-arch:
	chmod -x $(CURDIR)/debian/kget/usr/share/kio/servicemenus/kget_download.desktop