File: rules

package info (click to toggle)
xdg-native-messaging-proxy 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: ansic: 886; python: 259; xml: 34; sh: 16; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/default.mk
include /usr/share/debhelper/dh_package_notes/package-notes.mk

%:
	dh $@

# Tests get stuck, skip for now
# https://github.com/flatpak/xdg-native-messaging-proxy/issues/10
override_dh_auto_test: