From a97926a999e979c64cf4a278fe0dd3a8250f60b6 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 Signed-off-by: Kyle M Hall Signed-off-by: Chris Nighswonger Signed-off-by: Galen Charlton --- debian/control | 2 ++ debian/control.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 2560f885d6..16977d694e 100644 --- a/debian/control +++ b/debian/control @@ -139,6 +139,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz @@ -186,6 +187,7 @@ Depends: ${misc:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz diff --git a/debian/control.in b/debian/control.in index 371128b5ad..bd34fcb1ea 100644 --- a/debian/control.in +++ b/debian/control.in @@ -30,6 +30,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz @@ -78,6 +79,7 @@ Depends: ${misc:Depends}, pwgen, sudo, tinymce, + ttf-dejavu, unzip, xmlstarlet, yaz -- 2.20.1