I did a little comment about it in #47. How to reproduce:
- Make a jail Sid in Debian. Instructions here.
- Inside of the jail, install lintian:
# apt install lintian
- Create /root/.lintianrc with the following content:
display-info = yes
pedantic = yes
display-experimental = yes
color = auto
- Install some extra packages:
apt install debhelper devscripts quilt
- Download the source and build it:
mkdir afflib
cd afflib
apt source afflib
apt build-dep afflib
cd afflib-<version>
debuild
lintian -i
- To clean after a
debuild, run debclean.
Thanks!