From: Ian Jackson Date: Sun, 10 Nov 2024 23:29:20 +0000 (+0000) Subject: debian/control: Mention LD_PRELOAD in Description X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=18aad42813ac2542e073230918714857f7c5f95a;p=authbind.git debian/control: Mention LD_PRELOAD in Description --- diff --git a/debian/changelog b/debian/changelog index 2d384f7..c4a09d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ authbind (2.2.0~) unstable; urgency=medium * Rewrite packaging to use dh sequencer. Packaging output greatly improved. Removes the need for fakeroot. Closes: #1086628. [Niels Thykier] Probably also fixes #1075720. + * Description: Mention LD_PRELOAD. Closes: #949949. * d/control: Add `Vcs-*` headers. [Niels Thykier] * Abolish the prerm and postinst (/usr/share transition). Closes: #866249. diff --git a/debian/control b/debian/control index d547744..0745f30 100644 --- a/debian/control +++ b/debian/control @@ -14,3 +14,5 @@ Depends: ${shlibs:Depends} Description: Allows non-root programs to bind() to low ports This package allows a package to be started as non-root but still bind to low ports, without any changes to the application. + . + This is achieved with LD_PRELOAD.