Source: python-lupa
Version: 1.14.1+dfsg-1
Severity: normal
Tags: ftbfs patch
User: debian-loonga...@lists.debian.org
Usertags: loong64

Hi maintainers,

The status of python-lupa for loong64 is BD-Uninstallable.
```
Dependency installability problem for python-lupa on loong64:
python-lupa build-depends on missing:
- libluajit-5.1-dev:loong64
```

Due to libluajit-dev is not available on loong64, we need to rely on liblua for loong64 in d/control.
Please consider the patch I attached.
Based on the attached patch, I have built python-lupa successfully on my local ENV.
```
    dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-lupa-dbgsym' in '../python3-lupa-dbgsym_1.14.1+dfsg-1_loong64.deb'. dpkg-deb: building package 'python3-lupa' in '../python3-lupa_1.14.1+dfsg-1_loong64.deb'.
 dpkg-genbuildinfo -O../python-lupa_1.14.1+dfsg-1_loong64.buildinfo
 dpkg-genchanges -O../python-lupa_1.14.1+dfsg-1_loong64.changes
```

I checked that python-lupa is a key package for Debian release.
Could you add the loong64 support in the next upload?

Best regards,
Dandan Zhang

diff -Nru python-lupa-1.14.1+dfsg/debian/control 
python-lupa-1.14.1+dfsg/debian/control
--- python-lupa-1.14.1+dfsg/debian/control      2022-11-19 21:51:24.000000000 
+0000
+++ python-lupa-1.14.1+dfsg/debian/control      2022-11-19 21:51:24.000000000 
+0000
@@ -8,7 +8,7 @@
  cython3,
  debhelper-compat (= 13),
  dh-python,
- libluajit-5.1-dev [!s390x !alpha !hppa !ia64 !m68k !powerpcspe !sh4 !sparc64] 
| liblua5.1-0-dev,
+ libluajit-5.1-dev [!s390x !alpha !hppa !ia64 !m68k !powerpcspe !sh4 !sparc64 
!loong64] | liblua5.1-0-dev,
  pkg-config,
  python3-all,
  python3-all-dev,

Reply via email to