blob: 1c8861ba31db316f42691f85508d5e8a1bf5e6a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/usr/bin/make -f
%:
dh $@ --without autoreconf
override_dh_auto_configure:
AWK=awk dh_auto_configure -- --program-suffix=-dickey \
--datadir=/usr/share/autoconf-dickey
override_dh_auto_test:
dh_auto_test --no-parallel
DIR = debian/autoconf-dickey
override_dh_auto_install:
dh_auto_install
rm -rf $(DIR)/usr/share/info
|