Source: bobby
Section: database
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Sven Geuer <sge@debian.org>,
Build-Depends: debhelper-compat (= 14),
# Without listing libdebhelper-perl here lintian issues
#	missing-build-dependency-for-dh-addon single_binary
#	(does not satisfy libdebhelper-perl:any) [debian/rules]
# That's a false positive IMHO as debhelper already pulls in libdebhelper-perl.
# See also https://bugs.debian.org/1140893
               libdebhelper-perl,
               desktop-file-utils,
               dh-cargo,
               meson,
               cargo:native,
               rustc:native,
               libstd-rust-dev,
               librust-chrono-0.4+default-dev (>= 0.4.42),
               librust-gio-0.22+default-dev (>= 0.22.5),
               librust-gtk4-0.11+default-dev (>= 0.11.2),
               librust-gtk4-0.11+gnome-50-dev (>= 0.11.2),
               librust-libadwaita-0.9+default-dev (>= 0.9.1),
               librust-libadwaita-0.9+v1-8-dev (>= 0.9.1),
               librust-rusqlite-0.29+buildtime-bindgen-dev (>= 0.29.0),
               librust-rusqlite-0.29+default-dev (>= 0.29.0),
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/gnome-team/bobby.git
Vcs-Browser: https://salsa.debian.org/gnome-team/bobby
Homepage: https://apps.gnome.org/de/Bobby/

Package: bobby
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${cargo:Built-Using}
X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: View SQLite databases
 Bobby lets you open SQLite database files (.db, .sqlite) and browse the
 tables inside. Handy for app development or inspecting downloaded databases.
 .
 It lets one
   - Scroll through tables and views of any size
   - Copy rows or cells to the clipboard
 .
 As of yet Bobby does not support viewing encrypted SQLite databases.
 .
 Bobby is a GNOME Circle app.
