From 28dd697ebcd18c40569637190c5480ab3ddaaf70 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 --- 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 bc628730e5..5fca3e1dc5 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -120,6 +120,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 3332be4191..d4c778add2 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -116,6 +116,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 41c099a3fa..2cee4da52e 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -120,6 +120,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 abfb0fcbb0..fa675416fb 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.11.0