File: rules

package info (click to toggle)
akregator 4%3A24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,844 kB
  • sloc: cpp: 28,138; xml: 255; makefile: 8; sh: 4
file content (14 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# do not ship development stuff
	find debian/akregator -name '*.so' -type l -delete

override_dh_auto_test:
	xvfb-run dh_auto_test --no-parallel