summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99780f2)
raw | patch | inline | side by side (parent: 99780f2)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 28 Sep 2014 17:14:37 +0000 (17:14 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 28 Sep 2014 17:14:37 +0000 (17:14 +0000) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9e57061b6df01f8fc70ed0ec1b4aba502a22f416..8d0487125d2deada7168f6c7666f65388d73ff38 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (5.4.1-5) unstable; urgency=medium
+
+ * debian/rules:
+ - Fixed a typo preventing the fix for #760719 to be active
+ (Closes: #760719).
+
+ -- Sebastian Harl <tokkee@debian.org> Sun, 28 Sep 2014 17:13:07 +0000
+
collectd (5.4.1-4) unstable; urgency=medium
* debian/rules:
diff --git a/debian/rules b/debian/rules
index b414178b080f1fe2a99e15433cc1a2f2546db779..b0dd9fde0334b8b2b35933d8db76d97e226482c2 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# A PostgreSQL header redefines CACHE_LINE_SIZE on FreeBSD.
# Cf. https://bugs.debian.org/760719 and https://bugs.debian.org/763098
-ifeq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
+ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
CPPFLAGS += -Wp,-w
endif