[pacman-dev] [PATCH] makepkg: fix --verifysource (FS#35057)
Allan McRae
allan at archlinux.org
Thu May 2 01:49:24 EDT 2013
On 02/05/13 14:28, Jan Alexander Steffens wrote:
>>> >> -if (( NODEPS || (NOBUILD && !DEP_BIN ) )); then
>>> >> +if (( VERIFYSOURCE || NODEPS || (NOBUILD && !DEP_BIN ) )); then
>>> >> # no warning message needed for nobuild
>>> >> if (( NODEPS )); then
>>> >> warning "$(gettext "Skipping dependency checks.")"
>> >
>> > I have been thinking about this... Your VCS tool will be in
>> > makedepends and needed to download those sources.
>
> Wouldn't it be cleaner if makepkg would handle the "sourcedeps" itself?
Please clarify what you are suggesting here?
> I wouldn't want to install loads of unneeded makedepends on my
> chrootbuild host just to get git.
More information about the pacman-dev
mailing list