diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 22:57:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 22:57:40 +0200 |
commit | a99b872fc2cda9b7f2b7b76881cff64410ec5d63 (patch) | |
tree | cfb06ee7b9828d8bfb8ea2f53fcaf238b3411dbc /debian | |
parent | 4d783014322707734296ac239edbf4c5f07adc4c (diff) | |
download | librda-a99b872fc2cda9b7f2b7b76881cff64410ec5d63.tar.gz librda-a99b872fc2cda9b7f2b7b76881cff64410ec5d63.tar.bz2 librda-a99b872fc2cda9b7f2b7b76881cff64410ec5d63.zip |
debian/rules: Keep --with-autoreconf, as we build with DH compat level 9 (for stretch compatibility).
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 10bd6f4..4842c17 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ + dh $@ --with-autoreconf override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ |