File: rules

package info (click to toggle)
libnss-securepass 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 317
  • sloc: sh: 3,068; ansic: 2,564; makefile: 82
file content (9 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DESTDIR=$(CURDIR)/debian/tmp

%:
	dh $@ --parallel --with autotools-dev

override_dh_auto_install:
	dh_auto_install -- DESTDIR="$(DESTDIR)"