* 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.
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.