Your message dated Mon, 17 Dec 2012 11:22:08 +0100
with message-id <20121217102208.GG4678@mobee>
and subject line close long-fixed bug reports
has caused the Debian Bug report #564795,
regarding Doesn't honor nocheck in DEB_BUILD_OPTIONS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
564795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bogofilter
Version: 1.2.0-3
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch

        Hi

 bogofilter doesn't honor nocheck in DEB_BUILD_OPTIONS; attached patch
 fixes it for me.

   Thanks,
-- 
Loïc Minier
>From 8ae4a3a0f403b7ae3da5b8149cd606e6f8db88d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Minier?= <[email protected]>
Date: Mon, 11 Jan 2010 23:47:59 +0100
Subject: [PATCH 3/3] Honor nocheck in DEB_BUILD_OPTIONS

---
 debian/rules |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7eb4a7d..35ffbaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -224,8 +224,10 @@ binary-indep: build install checkroot
 	cd debian/bogofilter-common && find * -type f ! -path "etc/bogofilter.cf" ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
 	dpkg --build debian/bogofilter-common ..
 
+maybe_check = $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check)
+
 # Build architecture-dependent files here.
-binary-arch: build install check checkroot
+binary-arch: build install $(maybe_check) checkroot
 	$(checkdir)
 	$(INSTALL_DIR) debian/bogofilter-bdb/usr/share/doc \
 		       debian/bogofilter-sqlite/usr/share/doc \
-- 
1.6.5


--- End Message ---
--- Begin Message ---
-- 
Every great idea is worthless without someone to do the work. --Neil Williams

--- End Message ---

Reply via email to