diff options
author | 2023-03-07 18:40:41 +0600 | |
---|---|---|
committer | 2023-03-07 21:11:14 +0600 | |
commit | b6fd8414a4387cac5c03d2a9e9529086acb484c9 (patch) | |
tree | a0f228e717c3b7347ea747a706c983767fa5fd97 /debian/control | |
parent | d830bfc8ce7c6763d074beafdde7cab1835d31f9 (diff) | |
download | whatsie-b6fd8414a4387cac5c03d2a9e9529086acb484c9.tar.gz whatsie-b6fd8414a4387cac5c03d2a9e9529086acb484c9.zip |
Import Debian changes 4.12.0-1debian/4.12.0-1
whatsie (4.12.0-1) shopno; urgency=medium
.
* Initial release.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6f6f2d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: whatsie +Section: web +Priority: optional +Maintainer: Mubashshir <ahm@jadupc.com> +Build-Depends: + debhelper-compat (= 13), + qt5-qmake, + libx11-dev, + libx11-xcb-dev, + qtwebengine5-dev, + qtwebengine5-dev-tools, + qtpositioning5-dev, +Standards-Version: 4.6.0 +Homepage: https://github.com/keshavbhatt/whatsie +Vcs-Git: https://builder.jadupc.com/git/pkgs/whatsie -b debian +Vcs-Browser: https://builder.jadupc.com/git/pkgs/whatsie + +Package: whatsie +Architecture: any +Depends: ${shlibs:Depends} +Provides: + whatsapp, + whatsapp-web, +Description: Unofficial client for WhatsApp + WhatSie is a feature rich WhatsApp web client based on + Qt WebEngine for Linux Desktop. + +# vim: ft=yaml:ts=1:et |