diff options
author | Hubert Chathi <uhoreg@debian.org> | 2018-12-27 17:19:37 -0500 |
---|---|---|
committer | Hubert Chathi <uhoreg@debian.org> | 2018-12-27 17:19:37 -0500 |
commit | 34da172eadf142cb13825086ab10e5627fff2668 (patch) | |
tree | 03ad80be2fcae34dd355fefb323894d14eb7d0b1 /debian/control | |
parent | 8ad8a74152c5701b6ca1f9a00487ba9257a439b4 (diff) | |
download | libquotient-34da172eadf142cb13825086ab10e5627fff2668.tar.gz libquotient-34da172eadf142cb13825086ab10e5627fff2668.zip |
initial Debianization
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..0e1851c5 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: libqmatrixclient +Priority: optional +Maintainer: Hubert Chathi <uhoreg@debian.org> +Build-Depends: debhelper (>= 9), cmake, qtbase5-dev +Standards-Version: 3.9.8 +Section: libs +Homepage: https://github.com/QMatrixClient/libqmatrixclient +Vcs-Git: https://salsa.debian.org/matrix-team/libqmatrixclient.git +Vcs-Browser: https://salsa.debian.org/matrix-team/libqmatrixclient + +Package: libqmatrixclient-dev +Section: libdevel +Architecture: any +Depends: libqmatrixclient0.4 (= ${binary:Version}), ${misc:Depends} +Description: Qt5 library to write cross-platform clients for Matrix + libQMatrixClient is a Qt5-based library to make IM clients for the Matrix + protocol. It is the backbone of Quaternion, Spectral and some other projects. + +Package: libqmatrixclient0.4 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Qt5 library to write cross-platform clients for Matrix + libQMatrixClient is a Qt5-based library to make IM clients for the Matrix + protocol. It is the backbone of Quaternion, Spectral and some other projects. |