reassign 326653 rrdtool 1.2.11-0.1
reassign 324497 rrdtool 1.2.11-0.1
merge 326653 323975 324497
tags 323975 + patch
thanks

The attached patch fixes this issue.

Here's the details:
  * DejaVuSansMono-Roman.ttf was already in the Debian
    package "ttf-dejavu"
  * /usr/share/rrdtools only contained this font, so it's
    no longer listed in the rrdtool.install
  * a dependency for librrd2 to ttf-dejavu was added
  * --with-rrd-default-font option added to the configure script call.

Regards,
-- 
Jérémy
diff -ur rrdtool-1.2.11/debian/control rrdtool-1.2.11.fixed/debian/control
--- rrdtool-1.2.11/debian/control	2005-09-10 02:52:10.145031368 +0000
+++ rrdtool-1.2.11.fixed/debian/control	2005-09-10 02:34:29.188321304 +0000
@@ -26,7 +26,7 @@
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ttf-dejavu
 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
 Description: Time-series data storage and display system (runtime)
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
diff -ur rrdtool-1.2.11/debian/rrdtool.install rrdtool-1.2.11.fixed/debian/rrdtool.install
--- rrdtool-1.2.11/debian/rrdtool.install	2005-09-10 02:52:10.171027416 +0000
+++ rrdtool-1.2.11.fixed/debian/rrdtool.install	2005-09-10 02:33:52.745861400 +0000
@@ -1,4 +1,3 @@
 debian/tmp/usr/share/doc		usr/share
 debian/tmp/usr/bin			usr
-debian/tmp/usr/share/rrdtool		usr/share
 debian/tmp/usr/share/man/man1		usr/share/man
diff -ur rrdtool-1.2.11/debian/rules rrdtool-1.2.11.fixed/debian/rules
--- rrdtool-1.2.11/debian/rules	2005-09-10 02:52:10.173027112 +0000
+++ rrdtool-1.2.11.fixed/debian/rules	2005-09-10 02:35:36.934022392 +0000
@@ -47,7 +47,8 @@
 		--enable-shared=yes \
 		--enable-static=yes \
 		--with-tcllib=$(tclconfigdir) \
-		--with-perl-options=INSTALLDIRS=vendor
+		--with-perl-options=INSTALLDIRS=vendor \
+		--with-rrd-default-font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Roman.ttf
 
 #	# Configure Perl stuff
 #	cd bindings/perl-piped && \

Attachment: pgpXEK0w1I8eF.pgp
Description: PGP signature

Reply via email to