File: rules

package info (click to toggle)
slgdbm 1.7.1-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: ansic: 2,355; makefile: 115
file content (9 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (3)
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:
	dh_auto_install -- prefix=/usr INSTALL="install -m 644"