Your message dated Sat, 15 May 2021 12:09:07 +0000
with message-id <[email protected]>
and subject line unblock node-millstone
has caused the Debian Bug report #988503,
regarding unblock: node-millstone/0.6.19-4
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.)
--
988503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988503
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Please unblock package node-millstone
[ Reason ]
During autopkgtest, node-millstone downloads files from upstream
repository. One of this files is missing, causing autopkgtest to fail
(#988495)
[ Impact ]
No user impact, this just fixes autopkgtest
[ Tests ]
One check dropped
[ Risks ]
No risk: no code change
[ 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 info ]
This patch also:
* update GitHub tags regex in debian/watch
* mark autopkgtest with 'needs-internet' (which was missing)
Cheers,
Yadd (still from hospital ;-))
unblock node-millstone/0.6.19-4
diff --git a/debian/changelog b/debian/changelog
index 3e8d5a7..772caee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-millstone (0.6.19-4) unstable; urgency=medium
+
+ * Team upload
+ * Fix GitHub tags regex
+ * Disable one check in test: upstream deleted test file (Closes: #988495)
+ * Mark autopkgtest with "needs-internet"
+
+ -- Yadd <[email protected]> Fri, 14 May 2021 11:51:08 +0200
+
node-millstone (0.6.19-3) unstable; urgency=medium
* Team upload
diff --git a/debian/patches/disable-one-test.diff
b/debian/patches/disable-one-test.diff
index 562c276..20e5058 100644
--- a/debian/patches/disable-one-test.diff
+++ b/debian/patches/disable-one-test.diff
@@ -1,8 +1,24 @@
-Description: disable one test
-Author: Xavier Guimard <[email protected]>
+Description: disable some checks
+ Upstream deleted test files in its repo
+Author: Yadd <[email protected]>
Forwarded: not-needed
-Last-Update: 2020-10-21
+Last-Update: 2021-05-14
+--- a/test/markers.test.js
++++ b/test/markers.test.js
+@@ -42,6 +42,7 @@
+ });
+ });
+
++/*
+ it('correctly localizes zipped json', function(done) {
+ var mml = JSON.parse(fs.readFileSync(path.join(__dirname,
'zipped-json/project.mml')));
+
+@@ -70,3 +71,4 @@
+ done();
+ });
+ });
++*/
--- a/test/test.js
+++ b/test/test.js
@@ -126,6 +126,7 @@
diff --git a/debian/tests/control b/debian/tests/control
index 459e3df..d054e74 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -19,6 +19,6 @@ Depends: @
, node-step
, node-underscore
, node-zipfile
-Restrictions: allow-stderr, skippable,
+Restrictions: allow-stderr, skippable, needs-internet
Architecture: amd64
Features: test-name=pkg-js-autopkgtest
diff --git a/debian/watch b/debian/watch
index 5f294dc..672fe6b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-millstone-$1.tar.gz/ \
-https://github.com/mapbox/millstone/tags .*/archive/v?([\d\.]+).tar.gz
+https://github.com/mapbox/millstone/tags .*/archive/.*/v?([\d\.]+).tar.gz
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---