summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59b014b)
raw | patch | inline | side by side (parent: 59b014b)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Jul 2008 17:59:32 +0000 (19:59 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Jul 2008 18:19:25 +0000 (20:19 +0200) |
Thanks to Cyril for pointing this out.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index bb8b7b17d5ed0c9a3bc1695946e13c12aa86b4de..403d2db2f561cb743ce44cbc60acd3eba112d17b 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index 98a6acba59ecc84a5ef1b497b5fac62bb0022bce..48ba0753f6ecca6150b519d02f4e6cecdf216b84 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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
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 \