Package: pdns-recursor
Version: 3.1.4-5
Tags: patch

debian/rules ignores errors from the build! This is very, very
broken. If the build fails on some architecture (e.g. because of
compiler problem), the package will get built anyway as if nothing
failed.

Here is a patch.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23.12-self (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- debian/rules	2008-01-22 18:53:07.545013563 +0100
+++ debian/rules.new	2008-01-22 18:55:30.317057592 +0100
@@ -31,7 +31,7 @@
 build-stamp: configure
 	
 	# Add here commands to compile the arch part of the package.
-	-$(MAKE) foo
+	$(MAKE) foo
 	
 	touch build-stamp
 

Reply via email to