helixarch / debtap

A script for converting .deb packages into Arch Linux packages, focused on accuracy
GNU General Public License v2.0
1.35k stars 78 forks source link

debtap got the names of dependencies connected together #51

Closed SamLukeYes closed 4 years ago

SamLukeYes commented 4 years ago

When I tried to generate a PKGBUILD for vst-video.deb (https://github.com/xymov/vst-video/releases/download/V2.55/vst-video.deb), I got a dependency like this:

libqt5xml5libqt5concurrent5libqt5multimedia5libqt5multimediawidgets5libqt5core5alibqt5gui5libqt5widgets5libqt5network5

I checked the control file inside the package, the dependencies are written like this:

Depends:libqt5xml5,libqt5concurrent5,libqt5multimedia5,libqt5multimediawidgets5,libqt5core5a,libqt5gui5,libqt5widgets5,libqt5network5

It seems that the missing spaces after commas caused debtap failing to read the dependencies. Is this a bug in debtap?

helixarch commented 4 years ago

Fixed in 3.3.1