File: rules

package info (click to toggle)
genromfs 0.5.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: ansic: 1,930; makefile: 128; sh: 14
file content (9 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	echo "Skip upstream install target"