[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] 2nd ed.- quilt fetch: pull series and patches ov
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [PATCH] 2nd ed.- quilt fetch: pull series and patches over ftp/http |
Date: |
Mon, 13 Aug 2007 20:06:25 +0200 |
User-agent: |
KMail/1.9.5 |
On Monday 13 August 2007 19:01, Brandon Philips wrote:
> I suppose a logical change would be to have import take either a single
> patch _or_ a path to a series file?
Yes, that's what I was thinking.
> > * curl needs a configure.ac check.
>
> I am not familiar with autoconfig. So, I will look at later today but
> if someone beats me to it I won't complain ;)
It's a one-liner in configute.ac:
QUILT_COMPAT_PROG_PATH(CURL, curl)
curl also needs to be added to Requires: in quilt.spec, and probably also to
Depends: in debian/control. (Not sure about the latter.)
Andreas