Browse Source

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 <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
3.16.x
Galen Charlton 11 years ago
parent
commit
a97926a999
  1. 2
      debian/control
  2. 2
      debian/control.in

2
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

2
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

Loading…
Cancel
Save