Skip to content

Commit

Permalink
Fix deb lintian warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Oct 31, 2024
1 parent 915511d commit a91efc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,23 @@ Multi-Arch: foreign
Depends: {{product}}-common (= {{package_header_tag_version}}), ${misc:Depends}, ${shlibs:Depends},
openjdk-21-jre-headless | temurin-21-jre | jdk-21 | jdk-21-headless | zulu21-jre-headless | java-21-amazon-corretto-jdk
Description: {{product}}-identity-api
ASC.Identity.Registration
ASC.Identity.Registration

Package: {{product}}-identity-migration
Architecture: all
Multi-Arch: foreign
Depends: {{product}}-common (= {{package_header_tag_version}}), ${misc:Depends}, ${shlibs:Depends},
openjdk-21-jre-headless | temurin-21-jre | jdk-21 | jdk-21-headless | zulu21-jre-headless | java-21-amazon-corretto-jdk
Description: {{product}}-identity-migration
ASC.Identity.Migration
ASC.Identity.Migration

Package: {{product}}-identity-authorization
Architecture: all
Multi-Arch: foreign
Depends: {{product}}-common (= {{package_header_tag_version}}), ${misc:Depends}, ${shlibs:Depends},
openjdk-21-jre-headless | temurin-21-jre | jdk-21 | jdk-21-headless | zulu21-jre-headless | java-21-amazon-corretto-jdk
Description: {{product}}-identity-authorization
ASC.Identity.Authorization
ASC.Identity.Authorization

Package: {{product}}-backup-background
Architecture: all
Expand Down
9 changes: 9 additions & 0 deletions install/deb/debian/source/lintian-overrides
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,12 @@ unstripped-binary-or-object

# The systemctl call is used to manage MySQL and ensure that it is configured correctly
maintainer-script-calls-systemctl

# JAR files are standalone executables
jar-not-in-usr-share

# Set permissions to 0750 due to sensitive data
non-standard-dir-perm

# Suppressing warnings about class version due to Java version mismatch
unknown-java-class-version

0 comments on commit a91efc0

Please sign in to comment.