Code

Fixed a typo which prevented MyPlugin.pm from not being compressed.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Jun 2008 17:11:09 +0000 (19:11 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Jun 2008 17:11:09 +0000 (19:11 +0200)
debian/rules

index 3bf4fce8d524bfc48f7d1eb502c4ca45c689adc6..11f5c05efeb0e3a7ebed41eb1891a0c000c12c76 100755 (executable)
@@ -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