Sign me up Login

Details about package hipblas-common

Name: hipblas-common
Uploader: Spaarsh Thakkar <spaarshthakkar11010@gmail.com> (Debian QA page)
Description: libhipblas-common-dev - Header-only common library for hipBLAS and hipBLASLt

Package uploads

Upload #2

Information

Version: 6.4.0-1
Uploaded: 2025-05-28 14:11
Source package: hipblas-common_6.4.0-1.dsc
Distribution: unstable
Section: libs
Priority: optional
Homepage: https://github.com/ROCm/hipBLAS-common
Vcs-Browser: https://salsa.debian.org/rocm-team/hipblas-common
Vcs-Git: https://salsa.debian.org/rocm-team/hipblas-common.git
Closes bugs: #1105114

Changelog

 hipblas-common (6.4.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1105114)

QA information

Comments

  1. Spaarsh Thakkar,
    
    Review of upload: 2025-05-28 14:11
    
    For information about the tests run, see:
    
    https://wiki.debian.org/PhilWyett/DebianMentoring
    
    Summary
    =======
    
    Package looks good here, with two notes.
    
    * I would package 6.4.1 as the initial release. It maybe some time before uploads resume after the Debian 13 hard freeze is over.
    
    * Your import into Salsa does not have the standard branch structure. A tutorial on how to create this can be seen at the link below.
    
    https://wiki.debian.org/PhilWyett/DebianImportNewPackageIntoSalsa
    
    When the above are done, it would be good to file an RFS[1] bug, so that more DD sponsors can see that your package is in a good state.
    
    [1] https://mentors.debian.net/sponsors/rfs-howto/
    
    Regards
    
    Phil
    Phil Wyett at May 28, 2025, 5:47 p.m.

Upload #1

Information

Version: 6.4.0-1
Uploaded: 2025-05-23 11:11
Source package: hipblas-common_6.4.0-1.dsc
Distribution: unstable
Section: libs
Priority: optional
Homepage: https://github.com/ROCm/hipBLAS-common
Closes bugs: #1105114

Changelog

 hipblas-common (6.4.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1105114)

QA information

Comments

  1. Spaarsh Thakkar,
    
    Review of upload: 2025-05-23 11:11
    
    For information about the tests run, see:
    
    https://wiki.debian.org/PhilWyett/DebianMentoring
    
    Test 4 (sbuild): Information only
    
    Lintian:
    
    Running lintian...
    N:
    I: hipblas-common source: debian-watch-file-is-missing
    N: 
    N:   This source package is not Debian-native but it does not have a
    N:   debian/watch file. This file is used for automatic detection of new
    N:   upstream versions by the Debian External Health Status project and other
    N:   project infrastructure. If this package is maintained upstream, please
    N:   consider adding a debian/watch file to detect new releases.
    N:   
    N:   If the package is not maintained upstream or if upstream uses a
    N:   distribution mechanism that cannot be meaningfully monitored by uscan and
    N:   the Debian External Health Status project, please consider adding a
    N:   debian/watch file containing only comments documenting the situation.
    N: 
    N:   Please refer to Upstream source location: debian/watch (Section 4.11) in
    N:   the Debian Policy Manual and the uscan(1) manual page for details.
    N: 
    N:   Visibility: info
    N:   Show-Always: no
    N:   Check: debian/watch
    N: 
    N:
    I: libhipblas-common-dev: extra-license-file [usr/share/doc/hipblas-common/LICENSE.md]
    N: 
    N:   All license information should be collected in the debian/copyright file.
    N:   This usually makes it unnecessary for the package to install this
    N:   information in other places as well.
    N: 
    N:   Please refer to Copyright information (Section 12.5) in the Debian Policy
    N:   Manual for details.
    N: 
    N:   Visibility: info
    N:   Show-Always: no
    N:   Check: files/licenses
    N: 
    N:
    I: hipblas-common source: out-of-date-standards-version 4.6.2 (released 2022-12-17) (current is 4.7.2)
    N: 
    N:   The source package refers to a Standards-Version older than the one that
    N:   was current at the time the package was created (according to the
    N:   timestamp of the latest debian/changelog entry). Please consider updating
    N:   the package to current Policy and setting this control field
    N:   appropriately.
    N:   
    N:   If the package is already compliant with the current standards, you don't
    N:   have to re-upload the package just to adjust the Standards-Version control
    N:   field. However, please remember to update this field next time you upload
    N:   the package.
    N:   
    N:   See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the
    N:   debian-policy package for a summary of changes in newer versions of
    N:   Policy.
    N: 
    N:   Please refer to
    N:   https://www.debian.org/doc/debian-policy/upgrading-checklist.html for
    N:   details.
    N: 
    N:   Visibility: info
    N:   Show-Always: no
    N:   Check: fields/standards-version
    N: 
    N:
    P: hipblas-common source: co-maintained-package-with-no-vcs-fields
    N: 
    N:   Based on the content of the maintainer and uploader fields this package is
    N:   co-maintained but there are no Vcs-* fields.
    N:   
    N:   It is recommended that shared maintenance of packages are co-ordinated via
    N:   a revision control system.
    N: 
    N:   Visibility: pedantic
    N:   Show-Always: no
    N:   Check: fields/vcs
    N:   Renamed from: co-maintained-package-with-no-vcs-headers
    N: 
    N:
    P: hipblas-common source: trailing-whitespace [debian/control:21]
    N: 
    N:   This file contains lines with trailing whitespace characters.
    N:   
    N:   Whilst often harmless and unsightly, such extra whitespaces can also cause
    N:   tools to interpret the whitespace characters literally. The tool diff(1)
    N:   does not like them, either. They are best avoided.
    N:   
    N:   Some of these problems can be hard to track down.
    N:   
    N:   Whitespace at the end of lines may be removed with the following:
    N:   
    N:    $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog
    N:   
    N:   If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup).
    N:   
    N:   However, if you wish to only remove trailing spaces and leave trailing
    N:   tabs (eg. for Makefiles), you can use the following code snippet:
    N:   
    N:    $ sed -i -e 's@[ ]*$@@g' debian/rules
    N:   
    N:   To remove empty lines from the end of a file, you can use:
    N:   
    N:    $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules
    N: 
    N:   Visibility: pedantic
    N:   Show-Always: no
    N:   Check: debian/trailing-whitespace
    N:   Renamed from: file-contains-trailing-whitespace
    N: 
    N:
    P: hipblas-common source: trailing-whitespace [debian/control:22]
    N:
    P: hipblas-common source: trailing-whitespace [debian/control:23]
    N:
    P: hipblas-common source: trailing-whitespace [debian/control:24]
    N:
    P: hipblas-common source: trailing-whitespace [debian/control:25]
    
    I: Lintian run was successful.
    
    Summary
    =======
    
    A few lintian issues to look at and address.
    
    Regards
    
    Phil
    Needs work Phil Wyett at May 25, 2025, 8:15 a.m.
  2. It would be good to import the package into Debian Salsa.
    
    A tutorial is at the link below.
    
    https://wiki.debian.org/PhilWyett/DebianImportNewPackageIntoSalsa
    Phil Wyett at May 25, 2025, 8:17 a.m.
  3. Hello Phil,
    
    I have made the necessary changes and re-uploaded the package.
    
    Additionally, I had already pushed the package to Salsa[1] but had forgotten to add it in Vcs. I have also added an upstream contact now.
    
    Regards,
    Spaarsh
    
    [1]: https://salsa.debian.org/rocm-team/hipblas-common
    Ready Spaarsh Thakkar at May 28, 2025, 2:15 p.m.