Review: node-pixl-unit 2.0.1-1
New Package Report
.changes
| Changed-By | Joseph Nahmias |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Wed, 27 May 2026 22:41:45 -0400 |
| Source | node-pixl-unit |
| Version | 2.0.1-1 |
Changelog
node-pixl-unit (2.0.1-1) unstable; urgency=medium . * Initial release (Closes: #1138070) * install unit test examples * run sample unit tests during build and as autopkgtest * make pixl-unit cli executable * add pixl-unit(1) manpage
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | node-pixl-unit deb javascript optional arch=all |
| Section | javascript |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pixl-unit Upstream-Contact: https://github.com/jhuckaby/pixl-unit/issues Source: https://github.com/jhuckaby/pixl-unit Files: * Copyright: 2015 - 2026, Joseph Huckaby <jhuckaby@gmail.com> License: Expat Files: debian/* Copyright: 2026, Joseph Nahmias <jello@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Review Information
accepted — allocated to eamanu 24 days ago, started 24 days ago, completed 24 days ago.
Final Comment
Public Notes
24 days ago
● public
licensecheck
Command: licensecheck -r --deb-machine .
Exit code: 0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck
Files: ./.npmignore
./debian/changelog
./debian/control
./debian/examples
./debian/gbp.conf
./debian/manpages
./debian/nodejs/extlinks
./debian/nodejs/links
./debian/rules
./debian/salsa-ci.yml
./debian/source/format
./debian/tests/pkg-js/test
./debian/upstream/metadata
./debian/watch
Copyright: NONE
License: UNKNOWN
FIXME
Files: ./test.js
./unit.js
Copyright: 2015, Joseph Huckaby
2015-2018, Joseph Huckaby
License: Expat
FIXME
Files: ./package.json
Copyright: NONE
License: Expat
FIXME
Files: ./debian/copyright
Copyright: 2015-2026, Joseph Huckaby <jhuckaby@gmail.com>
2026, Joseph Nahmias <jello@debian.org>
License: Expat
FIXME
Files: ./README.md
Copyright: 2015-2026, Joseph Huckaby.
License: Expat
FIXME
Files: ./debian/pixl-unit.1
Copyright: 2026, Joseph Nahmias <jello@debian.org>,
License: UNKNOWN
FIXME
24 days ago
● public
debian/copyright check
Command: cme check dpkg-copyright
Exit code: 0
(no output)
24 days ago
● public
licenserecon
Command: licenserecon
Exit code: 0
en: Versions: licenserecon '17.0' licensecheck '3.3.9-1'
Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....
No significant differences found
24 days ago
● public
Look for SPDX
Command: grep -r -B1 'SPDX-'
Exit code: 1
(no output)
24 days ago
● public
Lintian
Command: lintian -i -I -v --pedantic
Exit code: 1
Skipping ../node-pixl-unit_2.0.1-1_amd64.changes: ../node-pixl-unit_2.0.1-1_all.deb does not exist, exiting
No packages selected.
24 days ago
● public
duck
Command: duck
Exit code: 0
(no output)
24 days ago
● public
look for copyright
Command: egrep -R -i copyright
Exit code: 0
unit.js:// Copyright (c) 2015 - 2018 Joseph Huckaby
debian/pixl-unit.1:.\" (C) Copyright 2026 Joseph Nahmias <jello@debian.org>,
debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright: 2015 - 2026, Joseph Huckaby <jhuckaby@gmail.com>
debian/copyright:Copyright: 2026, Joseph Nahmias <jello@debian.org>
debian/copyright: The above copyright notice and this permission notice shall be
debian/copyright: NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
README.md:Copyright (c) 2015 - 2026 Joseph Huckaby.
README.md:The above copyright notice and this permission notice shall be included in
README.md:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
test.js:// Copyright (c) 2015 Joseph Huckaby
24 days ago
● public
look for license
Command: egrep -R -i license
Exit code: 0
unit.js:// Released under the MIT License
debian/copyright:License: Expat
debian/copyright:License: Expat
debian/copyright:License: Expat
debian/copyright: publish, distribute, sublicense, and/or sell copies of the Software,
README.md:# License
README.md:The MIT License
README.md:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
package.json: "license": "MIT",
test.js:// Released under the MIT License