Hi Markus,

On Sat, Sep 7, 2019 at 2:00 AM Markus Grunwald <[email protected]> wrote:

[...]

> I'd like gtags in golang projects. https://github.com/juntaki/gogtags
> supports generating them, but the `global` binary needs to support
> sqlite3 to read them.
>
> I changed debian/rules in the source package like this (add
> --with-sqlite):
>
> override_dh_auto_configure:
>      dh_auto_configure -- --with-exuberant-ctags=/usr/bin/ctags
> --disable-static     \
>              --datadir=/usr/share/$(DEB_SOURCE) --with-sqlite3
>
> ... and the result suits my needs :) So please consider this change.

I've just uploaded a version to unstable enabling sqlite3 support.

It took a little longer as once the sqlite3 support for enabled,
lintian complained about the included sqlite3 source. I've managed to
shoehorn support for sqlite3 using libraries by the corresponding
package.

 The version with sqlite3 support should show up in unstable in the
next couple of hours. Please report back if things don't work as
expected.

Reply via email to