Re: uscan 4: add an extra PDF document to the upstream source ball

2016-08-14 Thread Paul Wise
On Sun, Aug 14, 2016 at 11:27 PM, Jerome BENOIT wrote:

> is there a simple way with uscan(1) to add a single PDF document
> as complement to the upstream source ball ?

It appears that mk-origtargz only allows repacking zip/tar files:

unless ($is_zipfile or $is_tarfile) {
# TODO: Should we ignore the name and only look at what file knows?
die "Parameter $upstream does not look like a tar archive or a zip file."
}

BTW, It is usually a good idea to ask about specifics rather than
general scenarios since we can then provide more detailed and correct
help.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



uscan 4: add an extra PDF document to the upstream source ball

2016-08-14 Thread Jerome BENOIT
Hello Forum,

is there a simple way with uscan(1) to add a single PDF document
as complement to the upstream source ball ?

Thanks in advance,
Jerome