File: watch

package info (click to toggle)
node-resolve-from 5.0.0%2B~3.1.0%2B~3.3.0%2B~2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 364 kB
  • sloc: javascript: 234; makefile: 19
file content (30 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version=4
# check: uscan --report
# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan

opts=\
filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-$1/,\
dversionmangle=auto \
https://github.com/sindresorhus/resolve-from/tags \
.*?@ANY_VERSION@@ARCHIVE_EXT@ group

opts=\
component=Xcall,\
filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-Xcall-$1/,\
dversionmangle=auto \
https://github.com/sindresorhus/callsites/tags \
.*?@ANY_VERSION@@ARCHIVE_EXT@ group

opts=\
component=Xfresh,\
filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-Xfresh-$1/,\
dversionmangle=auto \
https://github.com/sindresorhus/import-fresh/tags \
.*?@ANY_VERSION@@ARCHIVE_EXT@ group

opts=\
component=Xparent,\
filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-Xparent-$1/,\
dversionmangle=auto \
https://github.com/sindresorhus/parent-module/tags \
.*?@ANY_VERSION@@ARCHIVE_EXT@ group