Your message dated Thu, 31 Mar 2016 19:40:19 +0900
with message-id 
<CAEQ9gEmQ2SuXJoCkeT=aencw1vDJ7=kg-gxealkd1kawct3...@mail.gmail.com>
and subject line Re: Bug#819360: src:pam: Add bison into Build-Depends list
has caused the Debian Bug report #819360,
regarding src:pam: Add bison into Build-Depends list
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.)


-- 
819360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819360
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pam
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

I find src pkg "pam" need yacc, which usually provides by bison, when
build package.
So I create the patch enclosed.

I hope you can merge my patch soon. Thank you!

BTW. This patch is following by another patch, reported as #819359

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 17B3ACB1

--- End Message ---
--- Begin Message ---
Dear Steve,

On Tue, Mar 29, 2016 at 6:39 PM, Roger Shimizu <[email protected]> wrote:
> On Tue, Mar 29, 2016 at 2:31 AM, Steve Langasek <[email protected]> wrote:
>> On Mon, Mar 28, 2016 at 07:35:22PM +0900, Roger Shimizu wrote:
>>> $ sudo apt build-dep pam
>>> $ sudo apt install git-remote-bzr
>>> $ git clone bzr::http://anonscm.debian.org/bzr/pkg-pam/debian/sid pam
>>> -- may wait a few minutes --
>>> $ cd pam
>>> -- to start from a previous release point --
>>> $ git checkout -b v1.1.8-3 c0f400
>>> $ gbp buildpackage -uc -us --git-ignore-branch

I confirm it's because git don't store the datetime of files, and it
can be solved by extracting a pristine tar as below:
$ tar xfvz ../pam_1.1.8.orig.tar.gz
$ rsync -a Linux-PAM-1.1.8/ ./
$ rm -rf Linux-PAM-1.1.8/

then, following the "gbp buildpackage -uc -us" won't shout lacking of
yacc anymore.

Thank you for your comments, as it gave me tips to resolve it.

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 17B3ACB1

--- End Message ---

Reply via email to