Code

rules: Fixed a typo preventing the fix for #760719 to be active. collectd-5.4.1-5
authorSebastian Harl <sh@tokkee.org>
Sun, 28 Sep 2014 17:14:37 +0000 (17:14 +0000)
committerSebastian Harl <sh@tokkee.org>
Sun, 28 Sep 2014 17:14:37 +0000 (17:14 +0000)
debian/changelog
debian/rules

index 9e57061b6df01f8fc70ed0ec1b4aba502a22f416..8d0487125d2deada7168f6c7666f65388d73ff38 100644 (file)
@@ -1,3 +1,11 @@
+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:
index b414178b080f1fe2a99e15433cc1a2f2546db779..b0dd9fde0334b8b2b35933d8db76d97e226482c2 100755 (executable)
@@ -32,7 +32,7 @@ CPPFLAGS += -DCONFIGFILE='\"/etc/collectd/collectd.conf\"'
 
 # 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