diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 17:44:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 17:46:12 +0000 |
commit | d01dc6f0450f2a2f5e424c6407160d70421ecaf6 (patch) | |
tree | da394771611774d4af7c10699f258fe5e8d15dde | |
parent | Minimizing depends wrt/ versions prior stretch. (diff) | |
download | netdata-d01dc6f0450f2a2f5e424c6407160d70421ecaf6.tar.xz netdata-d01dc6f0450f2a2f5e424c6407160d70421ecaf6.zip |
Removing notes about autoreconf in rules, this is run by dh 10 by default already.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 706cf3bfb..56e9db248 100755 --- a/debian/rules +++ b/debian/rules @@ -14,15 +14,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed MULTIARCH_INSTALL = debian/netdata.postinst %: - # For jessie and beyond - # - dh $@ --with autoreconf - - # For wheezy or other non-systemd distributions use the following. You - # should also see contrib/README.md which gives details of updates to - # make to debian/control. - # - #dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-math |