From e8feffd2db453e948e2c094bb553ff9b556e30e9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 31 May 2013 14:16:05 -0700 Subject: [PATCH] [SIGNED-OFF] 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 --- debian/control | 2 ++ debian/control.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 2560f88..16977d6 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 371128b..bd34fcb 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 -- 1.8.3.2