From: Sebastian Harl Date: Mon, 16 Jun 2008 17:11:09 +0000 (+0200) Subject: Fixed a typo which prevented MyPlugin.pm from not being compressed. X-Git-Tag: collectd-4.4.1-1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=24d7b5574f51a33003d7f5ad2a4e156db2c1719d;p=pkg-collectd.git Fixed a typo which prevented MyPlugin.pm from not being compressed. --- diff --git a/debian/rules b/debian/rules index 3bf4fce..11f5c05 100755 --- a/debian/rules +++ b/debian/rules @@ -132,7 +132,7 @@ binary-indep: install-indep dh_installdocs -A -i debian/README.Debian AUTHORS README TODO dh_installexamples -i contrib/examples/myplugin.c \ contrib/examples/MyPlugin.pm - dh_compress -i -Xexamples/myplugin.c -Xexamples/MyPlugin.c + dh_compress -i -Xexamples/myplugin.c -Xexamples/MyPlugin.pm dh_fixperms -i dh_installdeb -i dh_gencontrol -i