From 97a8dd03a82c8bbee6e8e36ec56ce17f0e0bedab Mon Sep 17 00:00:00 2001 From: Jonathon Fernyhough Date: Wed, 15 Mar 2017 20:01:31 +0000 Subject: [PATCH] Fix empty override_dh_auto_build causing build failure A blank debian/rules directive means nothing happens. In this case, it means the build process fails. Removing the empty directive lets builds continue correctly. --- debian/rules | 3 --- debian/rules.wheezy | 3 --- 2 files changed, 6 deletions(-) diff --git a/debian/rules b/debian/rules index 72c529552..72e2ef14b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ CXXFLAGS=-O3 -fstack-protector-strong %: dh $@ --with systemd -override_dh_auto_build: -# make -j 2 - override_dh_systemd_start: dh_systemd_start --restart-after-upgrade diff --git a/debian/rules.wheezy b/debian/rules.wheezy index 0165be37e..9e7016345 100755 --- a/debian/rules.wheezy +++ b/debian/rules.wheezy @@ -6,6 +6,3 @@ CXXFLAGS=-O3 -fstack-protector %: dh $@ -override_dh_auto_build: -# make -j 2 -