summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6879c7)
raw | patch | inline | side by side (parent: b6879c7)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Oct 2007 13:22:44 +0000 (15:22 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Oct 2007 13:22:44 +0000 (15:22 +0200) |
This overrides shlib-with-non-pic-code errors of plugins liked against
static libraries which have not been linked with -fPIC.
static libraries which have not been linked with -fPIC.
debian/changelog | patch | blob | history | |
debian/collectd.overrides | [new file with mode: 0644] | patch | blob |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index eb675ed0b58e767cb392006f724f56256989faba..d2f81a2f5cabb4a14c19e49f5b55c948672b485f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Merged all plugin packages into the collectd binary package.
* Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
dependencies.
+ * Added collectd.overrides to override shlib-with-non-pic-code errors of
+ plugins liked against static libraries which have not been linked with
+ -fPIC.
-- Sebastian Harl <sh@tokkee.org> Sat, 6 Oct 2007 21:49:39 +0200
diff --git a/debian/collectd.overrides b/debian/collectd.overrides
--- /dev/null
@@ -0,0 +1,4 @@
+collectd: shlib-with-non-pic-code usr/lib/collectd/nut.so
+collectd: shlib-with-non-pic-code usr/lib/collectd/iptables.so
+collectd: shlib-with-non-pic-code usr/lib/collectd/netlink.so
+
diff --git a/debian/rules b/debian/rules
index fab97fe574448b8bf76d5c435533dbac29da3363..3ab7f129c318ba178aa1296d41b488ca04d2f4ed 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
done
perl ./debian/bin/gen_plugin_deps.pl
+
+ mkdir -p debian/collectd/usr/share/lintian/overrides/
+ cp debian/collectd.overrides \
+ debian/collectd/usr/share/lintian/overrides/collectd
binary-indep: install-indep
dh_testdir