debian/rules: Disable autoreconf, handled by autogen.sh.
This commit is contained in:
parent
49f9ab0dae
commit
123f5c7637
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/buildflags.mk
|
||||
|
||||
%:
|
||||
dh $@ $(DHFLAGS)
|
||||
dh $@ $(DHFLAGS) --without autoreconf
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
Loading…
Reference in New Issue
Block a user