blob: 26ba625fbbaba5303a342124e89239fdbd2586c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
true
override_dh_auto_clean:
true
override_dh_auto_install:
prefix=/usr DESTDIR=debian/git-remote-gcrypt ./install.sh
|