blob: dd9c9ae163da01fc3ef04111f6fa3a7ddde90b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%:
dh $@
build:
autoreconf -i
override_dh_builddeb:
dh_builddeb -- -Zbzip2
|