-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct misspellings and rewrite dpkg subroutine
The Finfosys.class file defines a subroutine for counting the number of installed packages. For systems using `dpkg` it used grep + wc to manually parse internal dpkg database files. This is ill-advised as the dpkg API is constantly evolving and the calculation can be easily replaced with the `dpkg --get-selections` command, providing an identical result but by using a stable API call. This resolves the final lintian warning for the package, "W: i-nex: uses-dpkg-database-directly usr/bin/i-nex.gambas". Also, several source files misspelled the word 'needed' as 'nedded' and the .png icon files from the preceding commit were optimized using optipng. Signed-off-by: Peter J. Mello <[email protected]>
- Loading branch information
1 parent
972743f
commit 0d52e59
Showing
9 changed files
with
92 additions
and
92 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
Oops, something went wrong.