File: rules

package info (click to toggle)
lola 1.8-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 464 kB
  • sloc: python: 1,355; ansic: 1,169; fortran: 373; makefile: 40; yacc: 7
file content (13 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@ -- PREFIX=/usr

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr