Source: medit
Section: editors
Priority: optional
Maintainer: Anton Batenev <antonbatenev@yandex.ru>
Build-Depends: debhelper (>= 10), cmake, pkg-config, intltool,
 libjpeg62-turbo-dev | libjpeg-dev,
 libgtk2.0-dev,
 libgtk-3-dev,
 libvte-2.91-dev,
 libjson-glib-dev,
 libxml2-dev,
Standards-Version: 4.1.2
Vcs-Git: https://github.com/abbat/medit.git
Vcs-Browser: https://github.com/abbat/medit
Homepage: https://github.com/abbat/medit

Package: medit
Architecture: all
Depends: ${misc:Depends}, medit-gtk3 | medit-gtk2
Description: Useful programming and around-programming text editor
 This package installs medit itself, built against either GTK+3 or GTK+2.
 The two builds are mutually exclusive; installing this package pulls in
 medit-gtk3 unless medit-gtk2 is already installed.
 .
 Features:
  * Configurable syntax highlighting.
  * Configurable keyboard accelerators.
  * Configurable tools available from the main and context menus, written as
    shell scripts.
  * Regular expression search/replace, grep and find frontends, builtin file
    selector and whatnot.
  * A language server client: diagnostics, a symbol tree, go to definition,
    hover and completion, for whichever servers you have installed.

Package: medit-gtk2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: clangd, python3-pylsp, gopls
Conflicts: medit-gtk3
Replaces: medit-gtk3, medit (<< 1.3.1)
Breaks: medit (<< 1.3.1)
Description: Useful programming and around-programming text editor (GTK+2)
 This is the GTK+2 build of medit, kept for systems without GTK+3. It cannot be
 installed alongside medit-gtk3; install one or the other.
 .
 Features:
  * Configurable syntax highlighting.
  * Configurable keyboard accelerators.
  * Configurable tools available from the main and context menus, written as
    shell scripts.
  * Regular expression search/replace, grep and find frontends, builtin file
    selector and whatnot.
  * A language server client: diagnostics, a symbol tree, go to definition,
    hover and completion, for whichever servers you have installed.

Package: medit-gtk3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: clangd, python3-pylsp, gopls
Conflicts: medit-gtk2
Replaces: medit-gtk2, medit (<< 1.3.1)
Breaks: medit (<< 1.3.1)
Description: Useful programming and around-programming text editor (GTK+3)
 This is the GTK+3 build of medit, and the one the medit metapackage installs.
 It cannot be installed alongside medit-gtk2; install one or the other.
 .
 Features:
  * Configurable syntax highlighting.
  * Configurable keyboard accelerators.
  * Configurable tools available from the main and context menus, written as
    shell scripts.
  * Regular expression search/replace, grep and find frontends, builtin file
    selector and whatnot.
  * A language server client: diagnostics, a symbol tree, go to definition,
    hover and completion, for whichever servers you have installed.
  * A terminal pane, which the GTK+2 build does not have.
