diff mbox

UBUNTU: [Packaging] Put hooks.mk file in the right place

Message ID 20170519134821.7939-3-cascardo@canonical.com
State New
Headers show

Commit Message

Thadeu Lima de Souza Cascardo May 19, 2017, 1:48 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1691814

After the removal of *-tools-common packages, build started failing
because master added a rule to stop building if the non-master branch
tried to build *-tools-common packages.

hooks.mk should be in debian.gke/rules.d/, not debian.gke/.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
---
 debian.gke/{ => rules.d}/hooks.mk | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename debian.gke/{ => rules.d}/hooks.mk (100%)
diff mbox

Patch

diff --git a/debian.gke/hooks.mk b/debian.gke/rules.d/hooks.mk
similarity index 100%
rename from debian.gke/hooks.mk
rename to debian.gke/rules.d/hooks.mk