Merge pull request #110 from liginity/fix-typo

fix typo in Debian-Binary-Package-Building-HOWTO
This commit is contained in:
Peter Bieringer 2023-09-28 06:39:01 +02:00 committed by GitHub
commit 70e18f8124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ e.g. only of portable shell scripts, use 'all' as its 'Architecture'.
</para><para>
For 'Depends' you might need to find out to which package a certain file or program
your new package relies onto belongs to.
your new package relies onto belongs.
You can use 'dpkg -S &lt;file&gt;' for this to find this out, e.g.:
</para><screen>
$ dkpg -S /bin/cat
@ -310,7 +310,7 @@ root# dpkg -i ./linuxstatus_1.1-1_all.deb
Type '<literal>linuxstatus</literal>' or '<literal>ls -l /usr/bin/linuxstatus</literal>' to see if it worked.
If you don't like your package any more, just type '<literal>dpkg -r linuxstatus</literal>'
and check again that the package is deinstalled. If you install a newer version
you don't have to remove the old one first, thought.</para><para>
you don't have to remove the old one first, though.</para><para>
If you are curious about the version numbering scheme and
naming conventions for a Debian package, have a read at