-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lintian: fix or override errors and warnings
- Loading branch information
1 parent
3162733
commit cc85f61
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# We are silencing this issue because of this LP: #1930121 | ||
ubuntu-advantage-tools: command-with-path-in-maintainer-script | ||
|
||
# Ubuntu doesn't support sysv init.d | ||
ubuntu-advantage-tools: package-supports-alternative-init-but-no-init.d-script | ||
ubuntu-advantage-tools: possible-bashism-in-maintainer-script | ||
|
||
# We have made the decision of delivering those files | ||
ubuntu-advantage-tools: package-installs-apt-preferences | ||
# python3 is a transitive dependency via ubuntu-pro-client | ||
ubuntu-advantage-tools: python3-script-but-no-python3-dep | ||
|
||
ubuntu-advantage-tools: possible-bashism-in-maintainer-script | ||
# This is only to cleanup an old tmp file | ||
ubuntu-advantage-tools: possibly-insecure-handling-of-tmp-files-in-maintainer-script /tmp [postinst:61] | ||
|
||
# systemctl is the only way to do these calls, and we do the required check before calling it | ||
ubuntu-advantage-tools: maintainer-script-calls-systemctl [postinst:260] | ||
ubuntu-advantage-tools: maintainer-script-calls-systemctl [postinst:263] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# We are silencing this issue because of this LP: #1930121 | ||
ubuntu-pro-client: command-with-path-in-maintainer-script | ||
|
||
# Ubuntu doesn't support sysv init.d | ||
ubuntu-pro-client: package-supports-alternative-init-but-no-init.d-script | ||
|
||
# We have made the decision of delivering those files | ||
ubuntu-pro-client: package-installs-apt-preferences | ||
|
||
ubuntu-pro-client: possible-bashism-in-maintainer-script | ||
# This is intentional | ||
ubuntu-pro-client: uses-dpkg-database-directly [usr/lib/ubuntu-advantage/apt-esm-json-hook] |