pbuilder git tree: Changes to 'master'

Junichi Uekawa dancer at alioth.debian.org
Sun Sep 28 18:43:37 UTC 2008


 pbuilder-runhooks |    4 ++--
 pbuilderrc        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a6b59a4a0283546e4e596be39f3c7e8fed8cb114
Author: Ben Finney <ben at benfinney.id.au>
Date:   Sun Sep 28 11:42:53 2008 -0700

    Dereference symlinks when copying hooks. (closes: #499358)
    
    I keep a number of different hooks in my $HOME/.pbuilder/hooks/
    directory, and some are symlinks to files outside that directory.
    
    When 'pbuilder-runhooks' copies the hooks, it copies them without
    dereference, which fails inside the chroot since the referenced files
    are not found.
    
    The attached patch, generated using 'git format-patch', fixes this by
    using the '-L' ('--dereference') option to 'cp' when copying the hook
    files into the pbuilder chroot.

commit 0de2f647f98c55d7a6988e2e29c7949bea0bc054
Author: Junichi Uekawa <dancer at netfort.gr.jp>
Date:   Sun Sep 28 11:38:58 2008 -0700

    REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002)
    
    lilo is not installed by default anymore, and having it here makes a
    dpkg warning every time. Good-bye!




More information about the Pbuilder-maint mailing list