diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 1fdf3fd2..88ef8134 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,15 +1,18 @@ | |||
1 | Source: lagrange | 1 | Source: lagrange |
2 | Section: unknown | 2 | Section: net |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Manos Pitsidianakis <epilys@nessuent.xyz> | 4 | Maintainer: Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> |
5 | Build-Depends: cmake, debhelper (>=11~), libsdl2-dev, libssl-dev, libpcre3-dev, zlib1g-dev, libunistring-dev, libmpg123-dev | 5 | Build-Depends: cmake, debhelper (>=11~), libsdl2-dev, libssl-dev, libpcre3-dev, zlib1g-dev, libunistring-dev, libmpg123-dev |
6 | Standards-Version: 4.1.4 | 6 | Standards-Version: 4.1.4 |
7 | Homepage: https://github.com/skyjake/lagrange | 7 | Homepage: https://gmi.skyjake.fi/lagrange/ |
8 | 8 | ||
9 | Package: lagrange | 9 | Package: lagrange |
10 | Architecture: any | 10 | Architecture: any |
11 | Multi-Arch: foreign | 11 | Multi-Arch: foreign |
12 | Depends: ${misc:Depends}, ${shlibs:Depends} | 12 | Depends: ${misc:Depends}, ${shlibs:Depends} |
13 | Description: auto-generated package by debmake | 13 | Description: Lagrange - A Beautiful Gemini Client |
14 | This Debian binary package was auto-generated by the | 14 | Lagrange is a desktop GUI client for browsing Geminispace. |
15 | debmake(1) command provided by the debmake package. | 15 | It offers modern conveniences familiar from web browsers, |
16 | such as smooth scrolling, inline image viewing, multiple | ||
17 | tabs, visual themes, Unicode fonts, bookmarks, history, | ||
18 | and page outlines. | ||