From 24d7b5574f51a33003d7f5ad2a4e156db2c1719d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 16 Jun 2008 19:11:09 +0200 Subject: [PATCH] Fixed a typo which prevented MyPlugin.pm from not being compressed. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2