Your message dated Thu, 21 Jun 2012 14:01:37 +0800
with message-id <[email protected]>
and subject line fixed in 1.2.18.0-1
has caused the Debian Bug report #648379,
regarding mlmmj: Please add support for build-arch and build-indep targets
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.)


-- 
648379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648379
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mlmmj
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: build-arch-target

Hi,

Please see attached patch as an example of how to do this.

~Niels
>From 16b33e5915d68e4ddf50ecac12568921b1c0286e Mon Sep 17 00:00:00 2001
From: Niels Thykier <[email protected]>
Date: Thu, 10 Nov 2011 22:44:10 +0100
Subject: [PATCH] Add support for build-arch and build-indep targets

Signed-off-by: Niels Thykier <[email protected]>
---
 debian/rules |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8bdfdbc..827ea6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,9 @@ configure-stamp: patch-stamp
 	dh_testdir
 	./configure $(CONFFLAGS)
 	touch configure-stamp
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp  
 	dh_testdir
 	$(MAKE)
@@ -109,4 +111,4 @@ binary-arch: build install
 	dh_md5sums
 	dh_builddeb
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure patch unpatch
-- 
1.7.7.1


--- End Message ---
--- Begin Message ---
fixed in 1.2.18.0-1, so closing this, as I don't think the build target
are necessary for Squeeze.

Thomas


--- End Message ---

Reply via email to