File: rules

package info (click to toggle)
bincrypter 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 144 kB
  • sloc: sh: 717; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	cd src && bash make.sh

override_dh_auto_install:
	install -D -m 755 bincrypter.sh $(CURDIR)/debian/bincrypter/usr/bin/bincrypter