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

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