1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
version=4
# check: uscan --report
# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan
opts=\
dversionmangle=s/[~+]dfsg\d*$//,repacksuffix=~dfsg,\
filenamemangle=s/.*?v(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-$1/ \
https://github.com/kpdecker/jsdiff/tags \
.*?v@ANY_VERSION@@ARCHIVE_EXT@
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
opts="searchmode=plain,component=types-diff,pgpmode=none" \
https://registry.npmjs.org/@types/diff https://registry.npmjs.org/@types/diff/-/diff-([\d\.]+)@ARCHIVE_EXT@ ignore
|