How to install a pacjage I compiled
C de-Avillez
hggdh2 at ubuntu.com
Sat Apr 4 19:41:20 UTC 2020
On Sat, Apr 4, 2020 at 1:54 PM stan <stanb at panix.com> wrote:
>
> I cannot find instructions as to how to properly create a modified Debian
> package for a package that has been migrated to the quilt build process, so
> finally I just made the request change in debian/rules and followed the
> build instructions from
> https://www.debian.org/doc/manuals/maint-guide/build.en.html
Wait. This is Ubuntu, not Debian; there may be differences in
(pre|co)-reqs, so you should be careful.
> This did result in the creation of a package
> -rw-r--r-- 1 root root 843396 Apr 4 14:08 openssl_1.1.1d-0+deb10u2_amd64.deb
> so, I did a dpkg -i of this package, yet I still see
> -rwxr-xr-x 1 root root 736776 Oct 12 15:56 /usr/bin/openssl
I am sorry, but I am not sure what is it you are asking. I am
*guessing* it is related to the
timestamp on /usr/bin/openssl.
One thing you can do is 'dkpg -l openssl', and check if the installed
version matches your
package version.
If it does, then 'dpkg -L openssl' will list the package files --
check if /usr/bin/openssl is there.
Then check the build log for something strange. I cannot be really
precise because I
do not know what is it you changed...
> I recognize that the kludge I used does not change the name of the package,
> but should this not reinstall it using the newly compiled package?
Indeed 'dpkg -i ,package>' will replace the named package. Version
checking will be
performed, and may affect the operation.
Cheers,
--
..hggdh..
More information about the ubuntu-users
mailing list