[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#923331: lintian: Check for debian/tests/pkg-js/test if "dh --with nodejs" is used



Package: lintian
Version: 2.7.0
Severity: wishlist

Hi all,

pkg-js-tools provides tools to test nodejs packages. It search for 2
files: debian/tests/pkg-js/{test,files}

It could be interesting to provide these 2 tags:

 * "W: pkg-js-tools-test-is-missing":
   - if "dh --with nodejs" is used and both debian/tests/pkg-js/test and
     "override_dh_auto_test" are missing: "W: pkg-js-tools-test-is-missing".
   - if "Testsuite" = "autopkgtest-pkg-nodejs" and
     debian/tests/pkg-js/test is missing
   This is just a warning since since pkg-js-tools and pkg-js-autopkgtest
   will fall to a simple "node require('.')"

 * "E: pkg-js-autopkgtest-file-does-not-exist":
   - if debian/tests/pkg-js/files exists, each line must match to an
     existing file(s) in unbuilt source, else autopkgtest will fail.
     This files contains lines given to `tar cf - "$@"`. Test can be
     something like:

    use Dpkg::IPC;                                                                                                        
    {                                                                                                                     
      my $out;
      local $ENV{LANG} = 'C';
      spawn(
        exec => ['tar', '--create', '--file', '/dev/null', @non_empty_lines],
        wait_child => 1,
        error_to_string => \$out,
        nocheck => 1
      );  
      if($?) {
        my @files = map {/tar:\s+(.*?):\s*Cannot stat/; $1} grep /Cannot stat/,                                          
          split(/\n/, $out);
        foreach(@files) {
            tag "pkg-js-autopkgtest-file-does-not-exist", $_;
        }   
      }   
    }

Cheers,
Xavier

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian depends on:
ii  binutils                       2.31.1-11
ii  bzip2                          1.0.6-9
ii  diffstat                       1.62-1
ii  dpkg                           1.19.2
ii  dpkg-dev                       1.19.2
ii  file                           1:5.35-2
ii  gettext                        0.19.8.1-9
ii  gpg                            2.2.12-1
ii  intltool-debian                0.35.0+20060710.5
ii  libapt-pkg-perl                0.1.34+b1
ii  libarchive-zip-perl            1.64-1
ii  libcgi-pm-perl                 4.40-1
ii  libclass-accessor-perl         0.51-1
ii  libclone-perl                  0.41-1+b1
ii  libdigest-sha-perl             6.02-1+b1
ii  libdpkg-perl                   1.19.2
ii  libemail-valid-perl            1.202-1
ii  libfile-basedir-perl           0.08-1
ii  libio-async-perl               0.72-1
ii  libipc-run-perl                20180523.0-1
ii  liblist-moreutils-perl         0.416-1+b4
ii  libparse-debianchangelog-perl  1.2.0-13
ii  libtext-levenshtein-perl       0.13-1
ii  libtimedate-perl               2.3000-2
ii  liburi-perl                    1.76-1
ii  libxml-simple-perl             2.25-1
ii  libyaml-libyaml-perl           0.76+repack-1
it  man-db                         2.8.5-2
ii  patchutils                     0.3.4-2
ii  perl                           5.28.1-4
ii  t1utils                        1.41-3
ii  xz-utils                       5.2.4-1

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1+b5

Versions of packages lintian suggests:
pn  binutils-multiarch     <none>
ii  libhtml-parser-perl    3.72-3+b3
ii  libtext-template-perl  1.54-1

-- no debconf information


Reply to: