chiark / gitweb /
debian/control: Mention LD_PRELOAD in Description
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Nov 2024 23:29:20 +0000 (23:29 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Nov 2024 23:29:37 +0000 (23:29 +0000)
debian/changelog
debian/control

index 2d384f7d75914ed3d8cb2d9d2b97d0ebebddb26f..c4a09d0c5f529d16926a1c1e9bab0a8e094031af 100644 (file)
@@ -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.
 
index d547744fd68ce09b8321f3c27b5ab902402834ce..0745f30996c2e28a5ca3b3347291a4f82e04a02f 100644 (file)
@@ -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.