Code

Do not compress any example files, so they may be used directly. collectd-4.4.2-1
authorSebastian Harl <sh@tokkee.org>
Fri, 25 Jul 2008 17:59:32 +0000 (19:59 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 25 Jul 2008 18:19:25 +0000 (20:19 +0200)
Thanks to Cyril for pointing this out.

debian/changelog
debian/rules

index bb8b7b17d5ed0c9a3bc1695946e13c12aa86b4de..403d2db2f561cb743ce44cbc60acd3eba112d17b 100644 (file)
@@ -15,8 +15,9 @@ collectd (4.4.2-1) unstable; urgency=low
     strcpy() which is poisoned in collectd.h.
   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
     plugin now links against the shared libupsclient.
+  * Do not compress any example files, so they may be used directly.
 
- -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 17:00:42 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
 
 collectd (4.4.1-2) unstable; urgency=low
 
index 98a6acba59ecc84a5ef1b497b5fac62bb0022bce..48ba0753f6ecca6150b519d02f4e6cecdf216b84 100755 (executable)
@@ -131,7 +131,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.pm
+       dh_compress -i -Xexamples/
        dh_fixperms -i
        dh_installdeb -i
        dh_gencontrol -i
@@ -154,7 +154,7 @@ binary-arch: build install-arch
        dh_installinit -a -- defaults 95
        dh_link -a
        dh_strip -a --dbg-package=collectd-dbg
-       dh_compress -a
+       dh_compress -a -Xexamples/
        dh_fixperms -a
        dh_installdeb -a
        dpkg-shlibdeps -Tdebian/collectd.substvars \