On 2017-04-07 15:39, Adam Borowski wrote: > On Fri, Apr 07, 2017 at 12:54:22PM +0200, Paride Legovini wrote: >> * Package name : vis >> Version : 0.3 > >> It's my main editor, so I'm willing to keep the package well maintained and >> up >> to date. > > If, per the home page, it's not fully vi compatible, it can't be entirely > bad :p Let's see how it fares, especially with basic vi tests like no other > way to exit it than kill -9 on another terminal. :)
Let's see :) > I'm afraid I didn't get that far with review, though: > > creating config.mk... done > checking for pkg-config... no > checking for libcurses... > checking for ncursesw... no > checking for ncurses... no > checking for libcurses... no > ./configure: cannot find libcurses > debian/rules:7: recipe for target 'override_dh_auto_configure' failed Should be fixed now: I added a build-dependency to pkg-config. > Also, the distribution is set to UNRELEASED. For an actual upload (even if > just to mentors if it's meant for sponsoring rather than review only), > please change it to "unstable". Done, thank you for your feedback. Paride