Package: cricket
Version: 1.0.5-13
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Apply patch from James Troup to resolve missing/incorrect current
value data in grapher on x86 and x86_64. (LP: #686911)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u cricket-1.0.5/debian/patches/series cricket-1.0.5/debian/patches/series
--- cricket-1.0.5/debian/patches/series
+++ cricket-1.0.5/debian/patches/series
@@ -10,0 +11 @@
+11_Format.pm.x86.x86_64.diff
only in patch2:
unchanged:
--- cricket-1.0.5.orig/debian/patches/11_Format.pm.x86.x86_64.diff
+++ cricket-1.0.5/debian/patches/11_Format.pm.x86.x86_64.diff
@@ -0,0 +1,22 @@
+Index: cricket-1.0.5/lib/RRD/Format.pm
+===================================================================
+--- cricket-1.0.5.orig/lib/RRD/Format.pm 2011-07-26 23:50:38.000000000 -0400
++++ cricket-1.0.5/lib/RRD/Format.pm 2011-07-26 23:51:10.000000000 -0400
+@@ -122,7 +122,7 @@
+ $self->{'pdpDef'} = "a30 x2 L x4 d x64";
+ $self->{'cdpDef'} = "d L x4 x64";
+
+- $self->{'liveHead'} = "L";
++ $self->{'liveHead'} = "L L";
+ $self->{'liveHead3'} = "L L";
+ $self->{'rraPtr'} = "L";
+ $self->{'element'} = "d";
+@@ -164,7 +164,7 @@
+ $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
+ $self->{'dsDef'} = "a20 a20 Q d d x56";
+ $self->{'rraDef'} = "a20 x4 Q Q d x72";
+- $self->{'liveHead'} = "Q";
++ $self->{'liveHead'} = "Q Q";
+ $self->{'liveHead3'} = "Q Q";
+ $self->{'pdpDef'} = "a30 x2 Q d x64";
+ $self->{'cdpDef'} = "d Q x64";