[Pkg-javascript-devel] Using GroupedSources for gulp
Xavier
yadd at debian.org
Sun May 19 16:54:45 BST 2019
Le 19/05/2019 à 17:52, Pirate Praveen a écrit :
>
>
> On Sun, May 19, 2019 at 9:08 PM, Xavier <yadd at debian.org> wrote:
>> Le 19/05/2019 à 16:34, Pirate Praveen a écrit :
>>> Hi,
>>>
>>> I have been using
>>> https://wiki.debian.org/Javascript/Nodejs/Npm2Deb/Embedding till now.
>>>
>>> I want to try to use
>>> https://wiki.debian.org/Javascript/GroupSourcesTutorial for gulp 4.0
>>> (to
>>> embed gulp-cli 2.2.0)
>>>
>>> This is the watch file I have,
>>> version=4
>>>
>>> opts=\
>>> dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
>>> filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-gulp-$1.tar.gz/ \
>>> https://github.com/gulpjs/gulp/tags .*/archive/v?([\d\.]+).tar.gz
>>>
>>> opts="searchmode=plain,pgpmode=none,component=gulp-cli" \
>>> https://registry.npmjs.org/gulp-cli \
>>>
>>>
>>> https://registry.npmjs.org/gulp-cli/-/gulp-cli-(\d[\d\.]*)@ARCHIVE_EXT@
>>> group
>>>
>>> But uscan fails to download gulp-cli. Can some one help me with this?
>>
>> You must add "group" to the first line too
>>
> Thanks! It worked, but how do I tell uscan to not track versions of
> gulp-cli?
Then don't use "group", and add "ignore" on gulp-cli only.
More information about the Pkg-javascript-devel
mailing list