From 615c79d7a6be08be43db7a162b47ab7704c8b608 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 9 Jan 2015 10:42:40 -0500 Subject: [PATCH] LP#1392759 Add 'bzr' to 'packager' targets Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/src/extras/install/Makefile.debian-jessie | 1 + Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-precise | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-trusty | 1 + 4 files changed, 4 insertions(+) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index cdf7ab43db..f8d7dff8a8 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -121,6 +121,7 @@ PACKAGER_DEBS = \ python-lxml \ zip \ unzip \ + bzr \ nsis all: diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 570b58feb7..f222d5ccac 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -117,6 +117,7 @@ PACKAGER_DEBS = \ python-lxml \ zip \ unzip \ + bzr \ nsis all: diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index f960181d56..4865754491 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -121,6 +121,7 @@ PACKAGER_DEBS = \ python-lxml \ zip \ unzip \ + bzr \ nsis all: diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index ac06893de3..0e1be4b783 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -129,6 +129,7 @@ PACKAGER_DEBS = \ python-lxml \ zip \ unzip \ + bzr \ nsis all: -- 2.43.2