[Pkg-javascript-devel] [RFS] node-zkochan-cmd-shim

Sonnie Nkwuda nkwudasonnie at yahoo.com
Mon Jun 28 19:18:00 BST 2021


 Hi Yadd,
Thanks a lot for the hints.
After this fix, I was able to get rid of the missing dependency error. Though the test didn't run successfully, but it appears it's due to the test depending a new package ( node-memfs ) and on the new update of node-is-windows , which are not yet avialable in debian archive.
Kindly review it, and hopefully upload 
Regards,Sunday
    On Friday, 25 June 2021, 06:33:53 GMT+1, Yadd <yadd at debian.org> wrote:  
 
 Le 24/06/2021 à 22:17, Sonnie Nkwuda a écrit :
> Hi Yadd,
> 
> Thanks a lot for the corrections.
> I've fixed all except this line:   * autopkgtest fails: missing
> dependency to node-is-windows .  Please, any suggestion on what I should
> do to fix this?

--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Package: node-zkochan-cmd-shim
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs (>= 6)
+ , node-types-is-windows
 Description: This package is the cmd-shim used in npm
  Cmd-shim  is used in npm to create executable scripts.
  .


> The Challenge is that autopkgtest passes in my enviroment, making it
> difficult for me to reproduce this issue or know what caused it.
> I already added node-is-windows to Build-Depends and also
> node-types-is-windows  ( which is what node-zkochan-cmd-shim actually
> needs from node-is-windows ) to both B-D and extlinks
> I'm running the test in chroot.

This prove the failure with a minimal unstable image:

  autopkgtest -B ../foo.deb -- schroot unstable-amd64-sbuild

See
https://wiki.debian.org/Javascript/Tutorial#Little_schroot.2Fsbuild_howto
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20210628/d9f4d8e3/attachment.htm>


More information about the Pkg-javascript-devel mailing list