fix typo in Debian-Binary-Package-Building-HOWTO

This commit is contained in:
liginity 2023-09-28 08:33:13 +08:00
parent abae0478d1
commit 182f2a316d
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