blob: 1221eb2089aa3edadd71844bcec9a7b16fb87625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
export PERL5LIB=$(CURDIR)/lib
export PATH:=$(CURDIR):$(PATH)
export DEBPUTY_CMD=$(CURDIR)/debputy.sh
%:
dh $@ --with debputy
override_dh_debputy:
dh_debputy --plugin self-hosting-plugins/debputy-self-hosting.json
|