* Matt Zimmerman [Mon, Jan 09, 2006 at 09:07:42AM -0800]:
> Sounds reasonable to me; an NMU would be more than welcome.

Uploaded. interdiff wrt -0.4 attached.
diff -u rrdtool-1.2.11/debian/changelog rrdtool-1.2.11/debian/changelog
--- rrdtool-1.2.11/debian/changelog
+++ rrdtool-1.2.11/debian/changelog
@@ -1,3 +1,11 @@
+rrdtool (1.2.11-0.5) unstable; urgency=low
+
+  * NMU.
+  * Fix the path to the ttf-deja font and version librrd2 dependance on
+    ttf-dejavu.
+
+ -- Laurent Fousse <[EMAIL PROTECTED]>  Mon,  9 Jan 2006 17:57:20 +0100
+
 rrdtool (1.2.11-0.4) unstable; urgency=low
 
   * NMU.
diff -u rrdtool-1.2.11/debian/control rrdtool-1.2.11/debian/control
--- rrdtool-1.2.11/debian/control
+++ rrdtool-1.2.11/debian/control
@@ -26,7 +26,7 @@
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}, ttf-dejavu
+Depends: ${shlibs:Depends}, ttf-dejavu (>= 2.1-1)
 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 -u rrdtool-1.2.11/debian/rules rrdtool-1.2.11/debian/rules
--- rrdtool-1.2.11/debian/rules
+++ rrdtool-1.2.11/debian/rules
@@ -48,7 +48,7 @@
                --enable-static=yes \
                --with-tcllib=$(tclconfigdir) \
                --with-perl-options=INSTALLDIRS=vendor \
-               
--with-rrd-default-font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Roman.ttf
+               
--with-rrd-default-font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
 
 #      # Configure Perl stuff
 #      cd bindings/perl-piped && \

Reply via email to