Description: Don't install RRDCached.pm as an executable
Author: Jean-Michel Vourgère <nirgal@debian.org>
Bug: https://github.com/oetiker/rrdtool-1.x/issues/658
Applied-Upstream: 1.5.5
Last-Update: 2015-08-11

--- rrdtool-1.5.4.orig/examples/rrdcached/Makefile.am
+++ rrdtool-1.5.4/examples/rrdcached/Makefile.am
@@ -5,6 +5,7 @@
 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
 
 examplesdir = $(pkgdatadir)/examples/rrdcached
-examples_SCRIPTS = RRDCached.pm rrdcached-size.pl
+examples_SCRIPTS = rrdcached-size.pl
+examples_DATA = RRDCached.pm
 
-EXTRA_DIST = RRDCached.pm rrdcached-size.pl
+EXTRA_DIST = $(examples_DATA) $(examples_SCRIPTS)
