From 182f2a316d07005879f2ae25cf97dd0ae6a83d76 Mon Sep 17 00:00:00 2001 From: liginity Date: Thu, 28 Sep 2023 08:33:13 +0800 Subject: [PATCH] fix typo in Debian-Binary-Package-Building-HOWTO --- LDP/howto/docbook/Debian-Binary-Package-Building-HOWTO.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDP/howto/docbook/Debian-Binary-Package-Building-HOWTO.xml b/LDP/howto/docbook/Debian-Binary-Package-Building-HOWTO.xml index 0c14fbb3..92d523bc 100644 --- a/LDP/howto/docbook/Debian-Binary-Package-Building-HOWTO.xml +++ b/LDP/howto/docbook/Debian-Binary-Package-Building-HOWTO.xml @@ -250,7 +250,7 @@ e.g. only of portable shell scripts, use 'all' as its 'Architecture'. 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 <file>' for this to find this out, e.g.: $ dkpg -S /bin/cat @@ -310,7 +310,7 @@ root# dpkg -i ./linuxstatus_1.1-1_all.deb Type 'linuxstatus' or 'ls -l /usr/bin/linuxstatus' to see if it worked. If you don't like your package any more, just type 'dpkg -r linuxstatus' 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. +you don't have to remove the old one first, though. If you are curious about the version numbering scheme and naming conventions for a Debian package, have a read at