Re: RFC: 3.0 (git), now with bundles

2010-07-25 Thread Raphael Hertzog
Hi, On Wed, 02 Jun 2010, Joey Hess wrote: > Attached updated patch adds the ability to limit the history depth that > is included in the git bundle (via --git-depth), as well as fully > control which tags/branches/objects are included/excluded in the bundle > (via --git-ref). I've committed your

Re: dpkg-buildflags

2010-07-25 Thread Raphael Hertzog
Hi, On Mon, 07 Jun 2010, Raphael Hertzog wrote: > > * If packages should set all the flags, have you considered having a > > mode where it lists them all (like dpkg-architecture -l), perhaps > > with export statements? > > Would you like this? I have no problem adding this feature to > dpkg-b

Re: Multiarch and ABI support

2010-07-25 Thread Hector Oron
Dear Steve, 2010/7/24, Steve Langasek : > On Mon, Jul 19, 2010 at 07:02:32PM +0100, Hector Oron wrote: >> 2010/7/18 Steve Langasek : >> AFAICS `dpkg' relais on -dumpmachine from `gcc' >> scripts/Dpkg/Arch.pm:68:my $gcc_host_gnu_type = `\${CC:-gcc} >> -dumpmachine`; > It wouldn't. I don'

[PATCH] add missing paragraph break to man page

2010-07-25 Thread Joey Hess
--- man/dpkg-source.1 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index ac3ff82..3d87bc5 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -587,6 +587,7 @@ include. It may also be any parameter that can be passed to the ma

[PATCH] fix path to gitshallow file

2010-07-25 Thread Joey Hess
It was looking in the current directory, which works most of the time, but not always. --- scripts/Dpkg/Source/Package/V3/git.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/Dpkg/Source/Package/V3/git.pm b/scripts/Dpkg/Source/Package/V3/git.pm index c7429c1..d

Re: Multiarch and ABI support

2010-07-25 Thread Hector Oron
Hello Loïc, 2010/7/25, Loïc Minier : > On Sun, Jul 25, 2010, Hector Oron wrote: >> Sysroot is everybody's way to cross compile in world but us (Debian) >> if multiarch aims to be a fit-all solution it should be relevant, if >> it is not, either you might misunderstood sysroot rationale or I just >

Re: [PATCH] add missing paragraph break to man page

2010-07-25 Thread Raphael Hertzog
Hi, On Sun, 25 Jul 2010, Joey Hess wrote: > man/dpkg-source.1 |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) On Sun, 25 Jul 2010, Joey Hess wrote: > It was looking in the current directory, which works most of the time, > but not always. > --- > scripts/Dpkg/Source/Package/V3/git.

Re: Multiarch and ABI support

2010-07-25 Thread Goswin von Brederlow
Hector Oron writes: > Dear Steve, > > 2010/7/24, Steve Langasek : >> On Mon, Jul 19, 2010 at 07:02:32PM +0100, Hector Oron wrote: >>> 2010/7/18 Steve Langasek : > >>> AFAICS `dpkg' relais on -dumpmachine from `gcc' >>> scripts/Dpkg/Arch.pm:68:my $gcc_host_gnu_type = `\${CC:-gcc} >>> -dump

Re: Multiarch and ABI support

2010-07-25 Thread Hector Oron
Hi Goswin, >>> It wouldn't. I don't see a compelling reason for dpkg to do this at all. >>> Your quote shows that dpkg *does* do this today, which I didn't remember >>> before this conversation, but that's not an explanation for *why* it does >>> - >>> as opposed to dpkg directly recording what i

Re: Multiarch and ABI support

2010-07-25 Thread Raphael Hertzog
On Sat, 24 Jul 2010, Steve Langasek wrote: > On Mon, Jul 19, 2010 at 07:02:32PM +0100, Hector Oron wrote: > > > 2010/7/18 Steve Langasek : > > > I'm puzzled why dpkg needs a unique triplet for a port.  dpkg needs to map > > > port names to triplets, but why does it need to do the inverse?  And if