Your message dated Mon, 10 May 2021 20:05:49 +0000
with message-id <[email protected]>
and subject line unblock node-got
has caused the Debian Bug report #988340,
regarding unblock: node-got/11.8.1+~cs53.13.17-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
988340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988340
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package node-got
Due to pkg-js-tools bug, some node-got submodule ar broken due to
missing package.json.
[ Reason ]
Some node-got features are broken (see #988194)
[ Impact ]
Part of node-got is unusable
[ Tests ]
No changes in test, this is just a rebuild
[ Risks ]
No risk but it requires pkg-js-tools unblock
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
[ Other ]
Patch includes debian/watch update due to GitHub changes
Cheers,
Yadd (from hospital)
unblock node-got/11.8.1+~cs53.13.17-2
diff --git a/debian/changelog b/debian/changelog
index b70fffc..c1ca5b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-got (11.8.1+~cs53.13.17-2) unstable; urgency=medium
+
+ * Team upload
+ * Fix GitHub tags regex
+ * Rebuild using pkg-js-tools ≥ 0.9.65 (Closes: #988334)
+
+ -- Yadd <[email protected]> Mon, 10 May 2021 20:06:44 +0200
+
node-got (11.8.1+~cs53.13.17-1) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 0b42ce9..9ac53ed 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Javascript Maintainers
<[email protected]>
Uploaders: Pirate Praveen <[email protected]>
Build-Depends: debhelper-compat (= 13)
- , dh-sequence-nodejs
+ , dh-sequence-nodejs (>= 0.9.65~)
, node-decompress-response
, node-get-stream
, node-json-buffer
diff --git a/debian/copyright b/debian/copyright
index 5c7586f..589318f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -55,7 +55,7 @@ License: Expat
Files: debian/*
Copyright: 2017 Pirate Praveen <[email protected]>
- 2020 Xavier Guimard <[email protected]>
+ 2020 Yadd <[email protected]>
License: Expat
Files: debian/build_modules/*
diff --git a/debian/watch b/debian/watch
index cab480d..72f98c0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,21 +2,21 @@ version=4
opts=\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-got-$1.tar.gz/ \
- https://github.com/sindresorhus/got/tags .*/archive/v?([\d\.]+).tar.gz group
+ https://github.com/sindresorhus/got/tags .*/archive/.*/v?([\d\.]+).tar.gz
group
opts=\
ctype=nodejs,\
component=cacheable-lookup,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-cacheable-lookup-$1.tar.gz/ \
- https://github.com/szmarczak/cacheable-lookup/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/szmarczak/cacheable-lookup/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=cacheable-request,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-cacheable-request-$1.tar.gz/ \
- https://github.com/lukechilds/cacheable-request/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/lukechilds/cacheable-request/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
@@ -28,21 +28,21 @@ ctype=nodejs,\
component=clone-response,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-clone-response-$1.tar.gz/ \
- https://github.com/lukechilds/clone-response/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/lukechilds/clone-response/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=defer-to-connect,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-defer-to-connect-$1.tar.gz/ \
- https://github.com/szmarczak/defer-to-connect/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/szmarczak/defer-to-connect/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=http-cache-semantics,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-http-cache-semantics-$1.tar.gz/
\
- https://github.com/kornelski/http-cache-semantics/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/kornelski/http-cache-semantics/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
@@ -59,7 +59,7 @@ ctype=nodejs,\
component=keyv,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-keyv-$1.tar.gz/ \
- https://github.com/lukechilds/keyv/tags .*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/lukechilds/keyv/tags .*/archive/.*/v?([\d\.]+).tar.gz
checksum
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
@@ -71,21 +71,21 @@ ctype=nodejs,\
component=normalize-url,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-normalize-url-$1.tar.gz/ \
- https://github.com/sindresorhus/normalize-url/tags
.*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/sindresorhus/normalize-url/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=resolve-alpn,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-resolve-alpn-$1.tar.gz/ \
- https://github.com/szmarczak/resolve-alpn/tags .*/archive/v?([\d\.]+).tar.gz
checksum
+ https://github.com/szmarczak/resolve-alpn/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
opts=\
ctype=nodejs,\
component=responselike,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-responselike-$1.tar.gz/ \
- https://github.com/lukechilds/responselike/tags .*/archive/v?([\d\.]+).tar.gz
checksum
+ https://github.com/lukechilds/responselike/tags
.*/archive/.*/v?([\d\.]+).tar.gz checksum
# It is not recommended use npmregistry. Please investigate more.
# Take a look at https://wiki.debian.org/debian/watch/
@@ -97,11 +97,11 @@ ctype=nodejs,\
component=sindresorhus-is,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-is-$1.tar.gz/ \
- https://github.com/sindresorhus/is/tags .*/archive/v?([\d\.]+).tar.gz checksum
+ https://github.com/sindresorhus/is/tags .*/archive/.*/v?([\d\.]+).tar.gz
checksum
opts=\
ctype=nodejs,\
component=szmarczak-http-timer,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-http-timer-$1.tar.gz/ \
- https://github.com/szmarczak/http-timer/tags .*/archive/v?([\d\.]+).tar.gz
checksum
+ https://github.com/szmarczak/http-timer/tags .*/archive/.*/v?([\d\.]+).tar.gz
checksum
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---