Source: glade2script
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper (>= 11),
 debhelper-compat (= 13),
 pkgconf,
 pkg-config,
 python3,
Standards-Version: 4.7.2
Homepage: https://launchpad.net/glade2script
Vcs-Browser: https://github.com/yannmrn/glade2script
Vcs-Git: https://github.com/yannmrn/glade2script.git

Package: glade2script
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 glade2script-python3,
Description: Glade interface engine for scripts
 Glade2script allows a script (Bash, Python or other) to display and interact with a GUI (created with Glade).

Package: glade2script-python3
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 gir1.2-gtk-3.0,
 python3,
 python3-gi,
Recommends: gir1.2-notify-0.7,
Suggests: gir1.2-appindicator3-0.1,
Description: Glade interface engine for scripts
 Glade2script allows a script (Bash, Python or other) to display and interact with a GUI (created with Glade).