From 44a385dd5f56cec92b82b7ba74d227d14e937960 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 25 Jul 2008 19:59:32 +0200 Subject: [PATCH] Do not compress any example files, so they may be used directly. Thanks to Cyril for pointing this out. --- debian/changelog | 3 ++- debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb8b7b1..403d2db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 25 Jul 2008 17:00:42 +0200 + -- Sebastian Harl Fri, 25 Jul 2008 19:58:58 +0200 collectd (4.4.1-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 98a6acb..48ba075 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ -- 2.30.2