From 9f8235f64400596e57e3da6e97823df357c270d2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 31 May 2013 14:16:05 -0700 Subject: [PATCH] bug 9854: add ttf-dejavu as dependency for Debian packages ttf-dejavu (i.e., the core and extra DejaVu TrueType) fonts are used by the proposed fix for bug 8375. To test, build and install the Koha packages for Debian and verify that the ttf-dejavu package is installed. Signed-off-by: Galen Charlton --- debian/control | 2 ++ debian/control.in | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/debian/control b/debian/control index 35024f8..c308771 100644 --- a/debian/control +++ b/debian/control @@ -136,6 +136,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz @@ -182,6 +183,7 @@ Depends: ${misc:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz diff --git a/debian/control.in b/debian/control.in index e2b8882..168ba6f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -29,6 +29,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz @@ -75,6 +76,7 @@ Depends: ${misc:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz -- 1.7.2.5