jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
418 stars 65 forks source link

Liblua5.3 instead of 5.3-0 #300

Closed koflesinge closed 4 years ago

koflesinge commented 4 years ago

myMPD version: [6.5.1], on raspbian

When using " build.sh pkgdebian" , the package produced is uninstalable

To Reproduce

Steps to reproduce the behavior:

  1. Run build.sh installdeps
  2. Run build.sh pkgdebian
  3. run dpkg -i packages/mympd*.deb
  4. Cant install because liblua5.3 dependency is not met

Proposed fix

liblua5.3 seems to be named liblua5.3.-0 in raspbian (same in debian ?)

replacing "liblua5.3" by "liblua5.3-0" in the debian control file seems to fix the bug.

Thanks !

jcorporation commented 4 years ago

Is already fixed in devel #299