diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
commit | 868522aa377a4519adb0b9f402586ab7a41b86ba (patch) | |
tree | 44e805e154a3ace9bd8dbac73843e80d296b7814 /debian/watch | |
parent | Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3. (diff) | |
download | node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.tar.xz node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.zip |
Adding debian version 5.28.2+dfsg1+~cs23.11.12.3-6.debian/5.28.2+dfsg1+_cs23.11.12.3-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c185c69 --- /dev/null +++ b/debian/watch @@ -0,0 +1,49 @@ +version=4 +opts=\ +dversionmangle=auto,\ +repacksuffix=+dfsg1,\ +filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/undici-$1/ \ + https://github.com/nodejs/undici/tags .*?@ANY_VERSION@@ARCHIVE_EXT@ group + +opts=\ +component=llhttp,\ +mode=git,\ +pretty=describe,\ +uversionmangle=s/^v//;s/(?:[-]|\.[a-z]).*$//,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/node-llhttp-$1/ \ + https://github.com/nodejs/llhttp HEAD checksum + +opts=\ +component=llparse,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/node-llparse-$1/ \ + https://github.com/nodejs/llparse/tags .*?@ANY_VERSION@@ARCHIVE_EXT@ checksum + +opts=\ +component=llparse-frontend,\ +ctype=nodejs,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-llparse-frontend-$1/ \ + https://github.com/indutny/llparse-frontend/tags .*/archive.*/v?([\d\.]+).tar.gz checksum + +opts=\ +component=llparse-builder,\ +ctype=nodejs,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-llparse-builder-$1/ \ + https://github.com/indutny/llparse-builder/tags .*/archive.*/v?([\d\.]+).tar.gz checksum + +opts=\ +component=binary-search,\ +ctype=nodejs,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-binary-search-$1/ \ + https://github.com/darkskyapp/binary-search/tags .*/archive.*/v?([\d\.]+).tar.gz checksum + +opts=\ +component=fastify-busboy,\ +ctype=nodejs,\ +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-busboy-$1/ \ + https://github.com/fastify/busboy/tags .*/archive.*/v?([\d\.]+).tar.gz checksum |