<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 5 févr. 2019 à 10:40, Paolo Greppi <<a href="mailto:paolo.greppi@libpf.com">paolo.greppi@libpf.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Il 04/02/19 22:01, Jérémy Lal ha scritto:<br>
> Le lun. 4 févr. 2019 à 21:51, Paul Gevers <<a href="mailto:elbrus@debian.org" target="_blank">elbrus@debian.org</a> <mailto:<a href="mailto:elbrus@debian.org" target="_blank">elbrus@debian.org</a>>> a écrit :<br>
> <br>
> ...<br>
>     With a recent upload of node-stringprep the autopkgtest of node-xmpp<br>
>     fails in testing when that autopkgtest is run with the binary packages<br>
>     of node-stringprep from unstable. It passes when run with only packages<br>
>     from testing. In tabular form:<br>
> ...<br>
> <br>
> I started investigations about node-stringprep failure and while the fix is probably<br>
> one line somewhere, it's hard to find it (nodejs cannot load the module, it falls back to<br>
> a default useless behavior).<br>
<br>
it fails with node-stringprep from unstable (0.8.0-5)<br>
it passes with node-stringprep from testing (0.8.0-4)<br>
<br>
the only significant difference I see is switching from nodejs-dev to libnode-dev<br>
<br>
git diff debian/0.8.0-4 debian/0.8.0-5<br>
<br>
diff --git a/debian/changelog b/debian/changelog<br>
index 8593d15..b486302 100644<br>
--- a/debian/changelog<br>
+++ b/debian/changelog<br>
@@ -1,3 +1,13 @@<br>
+node-stringprep (0.8.0-5) unstable; urgency=medium<br>
+<br>
+  [ Gianfranco Costamagna ]<br>
+  * Team upload<br>
+<br>
+  [ Xavier Guimard ]<br>
+  * Fix cdbs files<br>
+<br>
+ -- Gianfranco Costamagna <<a href="mailto:locutusofborg@debian.org" target="_blank">locutusofborg@debian.org</a>>  Thu, 31 Jan 2019 13:58:51 +0100<br>
+<br>
 node-stringprep (0.8.0-4) unstable; urgency=medium<br>
<br>
   * Team upload<br>
diff --git a/debian/control b/debian/control<br>
index 1c493ce..1e85350 100644<br>
--- a/debian/control<br>
+++ b/debian/control<br>
@@ -5,7 +5,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.deb<br>
 Uploaders: Jonas Smedegaard <<a href="mailto:dr@jones.dk" target="_blank">dr@jones.dk</a>><br>
 Build-Depends: cdbs,<br>
  licensecheck,<br>
- debhelper,<br>
+ debhelper (>= 10~),<br>
  dh-buildinfo,<br>
  libnode-dev,<br>
  node-gyp (>= 3.8.0-2),<br>
diff --git a/debian/rules b/debian/rules<br>
index f7c71dd..fbbd7d3 100755<br>
--- a/debian/rules<br>
+++ b/debian/rules<br>
@@ -26,7 +26,7 @@ pkg = node-node-stringprep<br>
 libdir = /usr/lib/nodejs/node-stringprep<br>
<br>
 # Needed by upstream build<br>
-bdeps = nodejs-dev, node-gyp, node-nan (>= 2.3.3), libicu-dev<br>
+bdeps = libnode-dev, node-gyp (>= 3.8.0-2), node-nan (>= 2.3.3), libicu-dev<br>
<br>
 # Needed at runtime<br>
 depends = nodejs, node-bindings (>= 1.2.1), node-debug<br></blockquote><div><br></div><div><br></div><div>Yeah but that was all an illusion - the software wasn't actually working correctly.</div><div>There might be a problem with the "pure js" fallback mode of node-stringprep, though.</div><div><br></div><div>Jérémy</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
-- <br>
Pkg-javascript-devel mailing list<br>
<a href="mailto:Pkg-javascript-devel@alioth-lists.debian.net" target="_blank">Pkg-javascript-devel@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel</a></blockquote></div></div>