File: rules

package info (click to toggle)
epiphany-browser 43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,124 kB
  • sloc: ansic: 73,811; javascript: 6,313; xml: 670; python: 201; sh: 80; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dnetwork_tests=disabled

execute_after_dh_install-arch:
	cd debian/epiphany-browser/usr/bin \
		&& mv epiphany-browser.sh epiphany-browser

override_dh_auto_test:
	dbus-run-session -- xvfb-run -a dh_auto_test