[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#919850: python3-link-grammar: broken symlink: /usr/lib/python3.7/site-packages/linkgrammar/_clinkgrammar.so -> _clinkgrammar.so.5.5.1



Hi,

After dh_install:

python3-link-grammar
└── usr
    └── lib
        └── python3.7
            └── site-packages
                ├── linkgrammar
                │   ├── clinkgrammar.py
                │   ├── _clinkgrammar.so -> _clinkgrammar.so.5.5.1
                │   ├── _clinkgrammar.so.5 -> _clinkgrammar.so.5.5.1
                │   ├── _clinkgrammar.so.5.5.1
                │   ├── __init__.py
                │   ├── linkgrammar.py
                │   └── __pycache__
                │       ├── clinkgrammar.cpython-37.opt-1.pyc
                │       ├── clinkgrammar.cpython-37.pyc
                │       ├── __init__.cpython-37.opt-1.pyc
                │       ├── __init__.cpython-37.pyc
                │       ├── linkgrammar.cpython-37.opt-1.pyc
                │       └── linkgrammar.cpython-37.pyc
                └── linkgrammar.pth

After dh_python3:

python3-link-grammar
└── usr
    ├── lib
    │   ├── python3
    │   │   └── dist-packages
    │   │       ├── linkgrammar
    │   │       │   ├── clinkgrammar.py
    │   │       │   ├── _clinkgrammar.so.5.5.1
    │   │       │   ├── __init__.py
    │   │       │   └── linkgrammar.py
    │   │       └── linkgrammar.pth
    │   └── python3.7
    │       └── site-packages
    │           └── linkgrammar
    │               └── _clinkgrammar.so -> _clinkgrammar.so.5.5.1

So, the link was not moved or recreated by dh_python3.

Eriberto

Reply to: