Hi, On Tue, Aug 29, 2017 at 04:27:16PM +0200, Mattia Rizzolo wrote: ... > tbh, I fail to properly read your sentence above, so I'll avoid doing a > guess of what you mean.
hahaha... Basically it breaks my current lazy development work flow and asks me to do one extra step. "make test" in script directory. ... > > Anyway, if you insist logical solution: > […] > > something along this should solve all stupid perl module build > > dependency issues. If you like this way, I am OK with this. > > I don't see that as something too complex. Code itself is simple as it can be. > > > The following packages have unmet dependencies: > > > builddeps:/build/devscripts_2.17.10.dsc:arm64 : Depends: > > > libfile-desktopentry-perl:arm64 but it is not installable > > > Depends: > > > libfile-homedir-perl:arm64 but it is not installable > > > Depends: > > > libgit-wrapper-perl:arm64 but it is not installable > > > Depends: > > > liblist-compare-perl:arm64 but it is not installable > > > Depends: > > > liburi-perl:arm64 but it is not installable > > > Depends: > > > libwww-perl:arm64 but it is not installable If you apply my proposed changes provided as git diff, not just libgit-wrapper-perl but all these lib*-perl dependencies can be <!nocheck> since these are used only in the test target and no-need to install these. Dependency comes from the perl syntax checker requiring modules in system. But if you don't run syntax checker, you don't need these. Regards, Osamu