Changeset 318ebb3
- Timestamp:
- Jan 20, 2019 1:24:01 PM (2 years ago)
- Branches:
- master
- Children:
- d00e3c7
- Parents:
- f224a77
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/StatSummarizer.java
rf224a77 r318ebb3 271 271 // at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:82) 272 272 setDisabled(); 273 String s = "Error rendering - disabling graph generation. Install ttf-dejavu font package?";273 String s = "Error rendering - disabling graph generation. Install fonts-dejavu font package?"; 274 274 _log.logAlways(Log.WARN, s); 275 275 IOException ioe = new IOException(s); … … 360 360 // at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:82) 361 361 setDisabled(); 362 String s = "Error rendering - disabling graph generation. Install ttf-dejavu font package?";362 String s = "Error rendering - disabling graph generation. Install fonts-dejavu font package?"; 363 363 _log.logAlways(Log.WARN, s); 364 364 IOException ioe = new IOException(s); -
debian-alt/buster/control
rf224a77 r318ebb3 87 87 Replaces: i2p ( << 0.8.6-5) 88 88 Breaks: i2p (<< 0.8.6-5) 89 Recommends: libjbigi-jni, ttf-dejavu89 Recommends: libjbigi-jni, fonts-dejavu 90 90 Suggests: apparmor 91 91 ,privoxy … … 97 97 trusted parties. 98 98 . 99 TrueType fonts (such as those provided in the package ttf-dejavu) are required99 TrueType fonts (such as those provided in the package fonts-dejavu) are required 100 100 in order to generate graphs. -
debian-alt/jessie/control
rf224a77 r318ebb3 85 85 Replaces: i2p ( << 0.8.6-5) 86 86 Breaks: i2p (<< 0.8.6-5) 87 Recommends: libjbigi-jni, ttf-dejavu87 Recommends: libjbigi-jni, fonts-dejavu 88 88 Suggests: apparmor 89 89 ,privoxy … … 95 95 trusted parties. 96 96 . 97 TrueType fonts (such as those provided in the package ttf-dejavu) are required97 TrueType fonts (such as those provided in the package fonts-dejavu) are required 98 98 in order to generate graphs. -
debian-alt/precise/control
rf224a77 r318ebb3 83 83 Replaces: i2p ( << 0.8.6-5) 84 84 Breaks: i2p (<< 0.8.6-5) 85 Recommends: libjbigi-jni, ttf-dejavu85 Recommends: libjbigi-jni, fonts-dejavu 86 86 Suggests: apparmor 87 87 ,privoxy … … 93 93 trusted parties. 94 94 . 95 TrueType fonts (such as those provided in the package ttf-dejavu) are required95 TrueType fonts (such as those provided in the package fonts-dejavu) are required 96 96 in order to generate graphs. -
debian-alt/trusty/control
rf224a77 r318ebb3 87 87 Replaces: i2p ( << 0.8.6-5) 88 88 Breaks: i2p (<< 0.8.6-5) 89 Recommends: libjbigi-jni, ttf-dejavu89 Recommends: libjbigi-jni, fonts-dejavu 90 90 Suggests: apparmor 91 91 ,privoxy … … 97 97 trusted parties. 98 98 . 99 TrueType fonts (such as those provided in the package ttf-dejavu) are required99 TrueType fonts (such as those provided in the package fonts-dejavu) are required 100 100 in order to generate graphs. -
debian-alt/wheezy/control
rf224a77 r318ebb3 81 81 Replaces: i2p ( << 0.8.6-5) 82 82 Breaks: i2p (<< 0.8.6-5) 83 Recommends: libjbigi-jni, ttf-dejavu83 Recommends: libjbigi-jni, fonts-dejavu 84 84 Suggests: apparmor 85 85 ,privoxy … … 91 91 trusted parties. 92 92 . 93 TrueType fonts (such as those provided in the package ttf-dejavu) are required93 TrueType fonts (such as those provided in the package fonts-dejavu) are required 94 94 in order to generate graphs. -
debian-alt/xenial/control
rf224a77 r318ebb3 88 88 Replaces: i2p ( << 0.8.6-5) 89 89 Breaks: i2p (<< 0.8.6-5) 90 Recommends: libjbigi-jni, ttf-dejavu90 Recommends: libjbigi-jni, fonts-dejavu 91 91 Suggests: apparmor 92 92 ,privoxy … … 98 98 trusted parties. 99 99 . 100 TrueType fonts (such as those provided in the package ttf-dejavu) are required100 TrueType fonts (such as those provided in the package fonts-dejavu) are required 101 101 in order to generate graphs. -
debian/control
rf224a77 r318ebb3 86 86 Replaces: i2p ( << 0.8.6-5) 87 87 Breaks: i2p (<< 0.8.6-5) 88 Recommends: libjbigi-jni, ttf-dejavu88 Recommends: libjbigi-jni, fonts-dejavu 89 89 Suggests: apparmor 90 90 ,privoxy … … 96 96 trusted parties. 97 97 . 98 TrueType fonts (such as those provided in the package ttf-dejavu) are required98 TrueType fonts (such as those provided in the package fonts-dejavu) are required 99 99 in order to generate graphs.
Note: See TracChangeset
for help on using the changeset viewer.