diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-08 18:15:42 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-08 18:15:42 +0200 |
commit | 554bc87257a32dd0c3f6ae8ca15498534a983f77 (patch) | |
tree | d54b14a2f65987f61bfd8ca5ded042627666be71 /debian/control | |
parent | bcc61dc6eb62234947dd794a80b3e084a054164a (diff) |
Updated Debian/Ubuntu packaging files
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. | ||