Your message dated Wed, 15 Dec 2010 11:12:55 +0000 with message-id <AANLkTim0CL6FMs8dErVNJNWTQ4K4iDo20nWLHTHOve1P@mail.gmail.com> and subject line Re: buildcross: Please add mirror and suite option for xapt has caused the Debian Bug report #606539, regarding buildcross: Please add mirror and suite option for xapt 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 owner@bugs.debian.org immediately.) -- 606539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606539 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: buildcross: Please add mirror and suite option for xapt
- From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
- Date: Fri, 10 Dec 2010 11:08:07 +0900
- Message-id: <[🔎] 20101210020807.GC14251@chimagu.nigauri.org>
Package: buildcross Version: 0.0.8 Severity: wishlist Tags: patch Hi, If user uses xapt, current code does not use MIRROR and SUITE. This patch change to use MIRROR and SUITE in xapt. Could you check and apply this patch? Best regards, NobuhiroFrom 0621428093d2926d818bdb91cb1802410fa630ca Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Date: Fri, 10 Dec 2010 10:55:09 +0900 Subject: [PATCH] Add mirror and suite option for xapt If user use xapt, current code does not use MIRROR and SUITE. This patch change to use MIRROR and SUITE in xapt. --- functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/functions b/functions index 93fd28e..16ae84b 100644 --- a/functions +++ b/functions @@ -415,7 +415,7 @@ make-cross-package () { ${ROOTCMD} dpkg -i ${_crossfile} ;; xapt) - ${ROOTCMD} xapt -a ${DEBARCH} -k $1 + ${ROOTCMD} xapt -a ${DEBARCH} -M ${MIRROR} -S ${SUITE} -k $1 cp -Rp /var/lib/xapt/output/*.deb $REPOPATH/incoming ${ROOTCMD} xapt -c ;; -- 1.7.2.3Attachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 606539-done@bugs.debian.org
- Subject: Re: buildcross: Please add mirror and suite option for xapt
- From: Hector Oron <hector.oron@gmail.com>
- Date: Wed, 15 Dec 2010 11:12:55 +0000
- Message-id: <AANLkTim0CL6FMs8dErVNJNWTQ4K4iDo20nWLHTHOve1P@mail.gmail.com>
Hello, Thanks! Your patch has been merged into version 0.0.9. Best regards, -- Héctor Orón "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- Day DVB-T stop working nicely Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html
--- End Message ---