diff -u libphp-jpgraph-1.5.2/debian/changelog libphp-jpgraph-1.5.2/debian/changelog --- libphp-jpgraph-1.5.2/debian/changelog +++ libphp-jpgraph-1.5.2/debian/changelog @@ -1,3 +1,14 @@ +libphp-jpgraph (1.5.2-12.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - Drop ttf-mscorefonts-installer from dependencies. (Closes: #691933) + - Depends on fonts-liberation instead of dummy ttf-liberation + transitional package. + * src/jpgraph_dir.php: adjust to fonts-liberation path. + + -- David Prévot Tue, 13 Nov 2012 19:29:03 -0400 + libphp-jpgraph (1.5.2-12) unstable; urgency=low * Add support for free LIBERATION fonts diff -u libphp-jpgraph-1.5.2/debian/control libphp-jpgraph-1.5.2/debian/control --- libphp-jpgraph-1.5.2/debian/control +++ libphp-jpgraph-1.5.2/debian/control @@ -7,7 +7,7 @@ Package: libphp-jpgraph Architecture: all -Depends: libapache2-mod-php5 | php5 | php5-cgi, php5-gd, ttf-liberation | ttf-mscorefonts-installer +Depends: libapache2-mod-php5 | php5 | php5-cgi, php5-gd, fonts-liberation Description: Object oriented graph library for php5 JpGraph is an object oriented class library for php5. JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code diff -u libphp-jpgraph-1.5.2/src/jpgraph_dir.php libphp-jpgraph-1.5.2/src/jpgraph_dir.php --- libphp-jpgraph-1.5.2/src/jpgraph_dir.php +++ libphp-jpgraph-1.5.2/src/jpgraph_dir.php @@ -29,5 +29,5 @@ // Add Free liberation font as suggested by Alain Peyrat -DEFINE("LIBERATION_DIR","/usr/share/fonts/truetype/ttf-liberation/"); +DEFINE("LIBERATION_DIR","/usr/share/fonts/truetype/liberation/"); ?>