Review: virtualbmc 3.3.0-1
New Package Report
.changes
| Date | Sat, 28 Feb 2026 17:32:14 -0500 |
|---|---|
| Source | virtualbmc |
| Version | 3.3.0-1 |
| Changed-By | Lena Voytek |
| Architecture | source all |
| Distribution | unstable |
Changelog
virtualbmc (3.3.0-1) unstable; urgency=medium . * Initial release (Closes: #1086153)
.dsc
| Section | python |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | python3-virtualbmc deb python optional arch=all virtualbmc deb utils optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: virtualbmc
Source: https://opendev.org/openstack/virtualbmc
Files: *
Copyright: 2010-2011, 2016 OpenStack Foundation
2013 Hewlett-Packard Development Company, L.P.
2016-2017 Red Hat, Inc.
2018 Ironic Developers
License: Apache-2
Files: debian/*
Copyright: 2026 Lena Voytek <lena@voytek.dev>
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.
Review Information
accepted — allocated to awm 13 days ago, started 13 days ago, completed 13 days ago.
Final Comment
Public Notes
13 days ago
● public
Lintian
Command: lintian -Iiv -L '>=warning' --show-overrides --color=never ../$(basename $PWD)_*.changes
Exit code: 0
N:
W: python3-virtualbmc: no-manual-page [usr/bin/vbmc]
N:
N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have
N: a manual page
N:
N: Note that though the man program has the capability to check for several
N: program names in the NAMES section, each of these programs should have its
N: own manual page (a symbolic link to the appropriate manual page is
N: sufficient) because other manual page viewers such as xman or tkman don't
N: support this.
N:
N: If the name of the manual page differs from the binary by case, man may be
N: able to find it anyway; however, it is still best practice to match the
N: exact capitalization of the executable in the manual page.
N:
N: If the manual pages are provided by another package on which this package
N: depends, Lintian may not be able to determine that manual pages are
N: available. In this case, after confirming that all binaries do have manual
N: pages after this package and its dependencies are installed, please add a
N: Lintian override.
N:
N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual
N: for details.
N:
N: Visibility: warning
N: Show-Always: no
N: Check: documentation/manual
N: Renamed from: binary-without-manpage
N:
N:
W: python3-virtualbmc: no-manual-page [usr/bin/vbmcd]
13 days ago
● public
vulture
Command: vulture --min-confidence 80 .
Exit code: 3
virtualbmc/cmd/vbmc.py:284: unused variable 'result' (100% confidence)
virtualbmc/tests/unit/test_control.py:32: unused variable 'mock_rm' (100% confidence)
virtualbmc/tests/unit/test_manager.py:220: unused variable 'mock_process' (100% confidence)
virtualbmc/utils.py:34: unused variable 'user_data' (100% confidence)
virtualbmc/utils.py:56: unused variable 'traceback' (100% confidence)
virtualbmc/utils.py:56: unused variable 'type' (100% confidence)
virtualbmc/utils.py:164: unused variable 'traceback' (100% confidence)
virtualbmc/utils.py:164: unused variable 'type' (100% confidence)