blob: 0f62d7ea9b1b6a13993f4a158a4fd84ddd3f9814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static
override_dh_installchangelogs:
# install custom changelog
dh_installchangelogs doc/changelog.txt
|