try
doing the same for other affected platforms in an upload to
experimental.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
this unwanted
shadowing. (git2.h includes the other headers as "git2/*.h", so you
shouldn't need that flag.)
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
ough.
Thanks!
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
cover it:
$ dpkg-architecture -ax32 -qDEB_HOST_ARCH
x32
$ dpkg-architecture -ax32 -qDEB_HOST_ARCH_CPU
amd64
I suppose that also bears mention in a comment, though.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
accept files only (not directory
> names). However, this site has http too.
Good point. Better yet, it has https.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
ed anyway.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
"Aaron M. Ucko" writes:
> I am testing these changes now (against a checkout of your experimental
> branch) and will follow up with a full patch if they work.
I meant
$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
and
ifeq "" "$(SKIP_NFFTL)"
Havi
r commands involving the nfftl tree on
ifneq "" "$(SKIP_NFTL)"
I am testing these changes now (against a checkout of your experimental
branch) and will follow up with a full patch if they work.
Good question!
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
lumin writes:
> I don't think it's appropriate to bump Architecture from "amd64"
> to a wildcard without sort of notice to user.
That's fair; I just hadn't noticed that part of the README. Thanks for
the prompt explanation!
--
Aaron M. Ucko, KB1CJC (amu
depends on -base for you, and sed, mawk,
and gawk have all been at the requisite versions since at least
oldstable, with both sed and mawk setting Priority: required.
(Moreover, allowing the virtual awk package undermines the relevant
version requirements anyway.)
--
Aaron M. Ucko, KB1CJC (am
Charles Plessy <[EMAIL PROTECTED]> writes:
> Maq is likely to have to access files bigger than 2Gb sometimes, so
> I probably should not remove -D_FILE_OFFSET_BITS=64.
Indeed.
> Would the following patch make sense?
Yes, looks reasonable to me.
--
Aaron M. Ucko, KB1CJC (amu
ments:
#!/bin/bash -norc
cmd=git-$1-script
if command -v "$cmd" >/dev/null 2>&1; then
shift
exec "$cmd" "$@"
else
exec -a "$0" /usr/bin/git.not-cogito "$@"
fi
(You'd likewise need to divert /usr/share/man/man1/git.1.
12 matches
Mail list logo