Enable Lintian Support MIVisionX#1573
Merged
kiritigowda merged 13 commits intoROCm:developfrom Nov 17, 2025
Merged
Conversation
…MIVisionX into jonatluu/lintian_error
Collaborator
|
@jonatluu -- failing Azure CI build - |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds Lintian support for Debian packaging by installing changelog, copyright, and lintian override files to fix lintian errors (no-copyright-file, debian-changelog-file-missing, dir-or-file-in-opt).
Key changes:
- Added
utils.cmakewith functions for configuring Debian packaging files - Modified
CMakeLists.txtto enable Lintian support and call the new configuration function
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| utils.cmake | New file containing configure_pkg and set_debian_pkg_cmake_flags functions for Debian packaging configuration |
| CMakeLists.txt | Includes utils.cmake, sets Lintian-related variables, and calls configure_pkg function |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rrawther
reviewed
Nov 14, 2025
Contributor
rrawther
left a comment
There was a problem hiding this comment.
@kiritigowda : I am not sure what is the impact of this PR. Can you please validate it
kiritigowda
approved these changes
Nov 17, 2025
JeniferC99
pushed a commit
that referenced
this pull request
Jan 22, 2026
* Docs - Bump rocm-docs-core[api_reference] from 1.27.0 to 1.29.0 in /docs/sphinx (#1577) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.27.0 to 1.29.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.27.0...v1.29.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependecies - Use OpenCV & FFMPEG only in Ubuntu (#1575) * Dependecies - Use OpenCV & FFMPEG in Ubuntu * Min Deps Mode - Support Min deps build * CMakeLists - Fix * Ubuntu - 22 Only support for extented support * Package - Enable Lintian Support MIVisionX (#1573) * lintian errors fix * move overrides install * use provided changelog and copyright. Fixed formatting * keep changelog name. Don't install lintian overrides * keep copyright.txt naming * remove overrides * remove overrides and addressing comments --------- Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> * VX_Media - Add missing include directive (#1578) Signed-off-by: Christian Heusel <christian@heusel.eu> * Docs - Bump rocm-docs-core[api_reference] from 1.29.0 to 1.30.0 in /docs/sphinx (#1579) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Docs - Bump rocm-docs-core[api_reference] from 1.30.0 to 1.30.1 in /docs/sphinx (#1583) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.30.0 to 1.30.1. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.30.0...v1.30.1) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.30.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Docs - Bump fonttools from 4.55.0 to 4.61.0 in /docs/sphinx (#1584) Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.0 to 4.61.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.55.0...4.61.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.61.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * OpenVX - Fix Memory leak (#1580) * Fix - Memory leak * Removed comment --------- Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> * VX_RPP - Update memory allocation for HIP augmentation parameters (#1570) * Modified memory allocation to use hipHostMalloc for few functionalities * Modified memory allocation to use hipHostMalloc for other functionalities * Modified memory allocation to use hipHostMalloc for additional 3 kernels * Modified memory allocation to use hipHostMalloc for 2 kernels additional parameters * Updated version * Modified blend to use AGO_TARGET_AFFINITY_GPU flag and removed usage of ENABLE_HIP * Modified usage of AGO_TARGET_AFFINITY_GPU flag * Updated ResizeCropMirror changes * Removed nullPtr condition * Updated Flip and colorTemperature * updated version in RPP cmakelist * Update two more kernels and CMake * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change macro * Update rpp package version to 2.2.1 --------- Co-authored-by: shobana-mcw <shobana@multicorewareinc.com> Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * VX_NN - mem leak fix (#1585) * Fix - Memory leak * Removed comment * Fix - mem leak * Fix - mem leak --------- Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> * CMakeLists - update GPU targets (#1581) * upgrade mathjax version to 3.x to resolve a vulnerability (#1587) * Upgrade MathJax to 3.x to resolve vulnerability (#1588) * upgrade mathjax version to 3.x to resolve a vulnerability * upgrade MathJax to 3.x * VX_OpenCV & VX_Media - mem leak fix (#1586) * Fix - Memory leak * Removed comment * Fix - mem leak * Fix - mem leak * VX_OpenCV - mem leak fix * VX_OpenCV - mem leak fix * VX_MEDIA - mem leak fix * VX_MEDIA - mem leak fix * Update amd_openvx_extensions/amd_media/decoder.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update OpenCV_goodFeaturesToTrackdetector.cpp --------- Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Docs - Bump urllib3 from 2.5.0 to 2.6.0 in /docs/sphinx (#1589) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Docs - Update CHANGELOG.md (#1590) Updates for ROCm 7.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Christian Heusel <christian@heusel.eu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonatluu <jonatluu@amd.com> Co-authored-by: Christian Heusel <christian@heusel.eu> Co-authored-by: Sruthi Srinivasan <srutsrin@amd.com> Co-authored-by: Sundar Rajan Vaithiyanathan <99159823+SundarRajan28@users.noreply.github.com> Co-authored-by: shobana-mcw <shobana@multicorewareinc.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com> Co-authored-by: alexxu-amd <159800977+alexxu-amd@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Install changelog, copyright, and lintian override files to fix lintian errors:
no-copyright-file
debian-changelog-file-missing
dir-or-file-in-opt
Technical Details
Added function configure_pkg to install changelog, copyright, and lintian override for debian
Test Plan
Verify lintian errors are fixed and changelog, copyright and lintian overrides are installed
Test Result
Lintian errors fixed changelog, copyright and lintian overrides are installed
Submission Checklist