Source: whatcha
Section: utils
Priority: optional
Maintainer: what-are-you-do-ing <support@whatareyoudo.ing>
# No compile step happens on the OBS worker -- the Flutter Linux bundle is
# built upstream (scripts/build-linux.sh, needs the Flutter SDK, a JDK, and
# libcurl4-openssl-dev: see obs-packaging/README.md) and shipped prebuilt in
# the source tarball's bundle/ directory. debian/rules just copies it into
# place. dh_shlibdeps's automatic ${shlibs:Depends} detection is disabled
# (debian/rules) rather than pulling libgtk-3-dev etc. onto the OBS worker --
# that chain drags in libgdk-pixbuf-2.0-dev -> an ambiguous libjpeg-dev vs
# libjpeg62-turbo-dev choice that OBS's dependency resolver refuses to guess
# on Debian ("unresolvable"). Runtime deps are hand-specified below instead,
# same as any package shipping vendored/prebuilt binaries would.
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://whatareyoudo.ing

Package: whatcha
Architecture: amd64
Depends: ${misc:Depends}, libgtk-3-0, libepoxy0, libcurl4 | libcurl4t64 | libcurl3-gnutls, hicolor-icon-theme
Description: Group diary platform — record memories together
 what-are-you-do-ing (whatcha) is a group diary platform for couples,
 classrooms, and teams to record shared memories together, with a
 Git-inspired version history (commits, branches, merges, reverts).
