From 674c202e8817344007d2a2b0428db1c79596d48f Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Thu, 18 Aug 2011 17:36:00 +0000
Subject: [PATCH] Better: Instead of depending on ttf-dejavu, move to
 recommends and add a note about TrueType fonts to the description.

Also mention that the jbigi package also includes jcpuid on x86 platforms.
---
 debian/control | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index efb84bea7e..5b2fcbcce7 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Priority: optional
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Homepage: http://www.i2p2.de/jbigi
 Description: Java Big Integer library
- This Package contains the libjbigi JNI library
+ This Package contains the libjbigi JNI library (and on x86 platforms, jcpuid).
  .
  libjbigi is a math library that is part of the I2P installation.  Use of this
  library greatly enhances the efficiency of cryptographic algorithms, such as
@@ -65,11 +65,10 @@ Package: i2p-router
 Architecture: all
 Section: net
 Priority: optional
-Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre-headless | java5-runtime-headless | java6-runtime-headless,
- ttf-dejavu-core, ttf-dejavu-extra
+Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}, default-jre-headless | java5-runtime-headless | java6-runtime-headless
 Replaces: i2p ( << 0.8.6-5)
 Breaks: i2p (<< 0.8.6-5)
-Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~)
+Recommends: libjbigi-jni (>= ${source:Version}), libjbigi-jni (<< ${source:Version}.1~), ttf-dejavu
 Suggests: tor,
  i2p-messenger,
  i2phex,
@@ -92,3 +91,6 @@ Description: Load-balanced unspoofable packet switching network
  applications can use to securely communicate. All data is wrapped with several
  layers of encryption, and the network is both distributed and dynamic, with no
  trusted parties.
+ .
+ TrueType fonts (such as those provided in the package ttf-dejavu) are required
+ in order to generate graphs. 
-- 
GitLab