File: rules

package info (click to toggle)
dupload 2.8.4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 40
  • sloc: perl: 817; makefile: 54; sh: 30
file content (10 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with=bash-completion

override_dh_auto_build:
	$(MAKE) prefix=/usr

override_dh_auto_install:
	$(MAKE) prefix=debian/dupload/usr install