This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITP] quilt-0.43 -- Tool to work with series of patches
Brian Dessent <brian-Uo+tbPwr0tHR7s880joybQ@public.gmane.org> writes:
Ok, the pending issues [1] have been fixed.
1) manual download
wget \
http://cygwin.cante.net/quilt/quilt-0.43-1.tar.bz2.sig \
http://cygwin.cante.net/quilt/quilt-0.43-1.tar.bz2 \
http://cygwin.cante.net/quilt/quilt-0.43-1-src.tar.bz2.sig \
http://cygwin.cante.net/quilt/quilt-0.43-1-src.tar.bz2 \
http://cygwin.cante.net/quilt/setup.hint
2) automated download where get.sh will print further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir quilt ; cd quilt
rm -f get.sh get.sh.sig
wget -q http://cygwin.cante.net/quilt/get.sh \
http://cygwin.cante.net/quilt/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
Jari
[1]
> The following files in the binary package are perl scripts (with
> #!/bin/perl as the first line) yet you don't list perl in the
> "requires" line. Is this package meant to be usable without perl
> installed or is this an oversight?
Done.
> ...and by locating the default quiltrc file under /etc/defaults instead of
> stashed away in /usr/share/doc/quilt-<VER>/examples/quilt.quiltrc
Done.
> Source builds fine, everything else looks OK.
>
> Brian