Skip to content

Debian Lintian: libafflib0v5: exit-in-shared-library usr/lib/x86_64-linux-gnu/libafflib.so.0.0.0 #48

@eribertomota

Description

@eribertomota

I did a little comment about it in #47. How to reproduce:

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

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions