File: control

package info (click to toggle)
confclerk 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,028 kB
  • sloc: cpp: 3,751; sql: 251; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: confclerk
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 12),
               qtbase5-dev
Standards-Version: 4.5.0
Vcs-Browser: https://git.toastfreeware.priv.at/debian/confclerk.git
Vcs-Git: https://git.toastfreeware.priv.at/debian/confclerk.git
Homepage: https://www.toastfreeware.priv.at/confclerk
Rules-Requires-Root: no

Package: confclerk
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libqt5sql5-sqlite
Description: offline conference schedule application
 ConfClerk is an application written in Qt, which makes conference schedules
 available offline. It displays the conference schedule from various views,
 support searches on various items (speaker, speech topic, location, etc.) and
 enables you to select favorite events and create your own schedule.
 .
 At the moment ConfClerk is able to import schedules in XML format created by
 the PentaBarf conference management system (or frab) used by e.g. FOSDEM,
 DebConf, FrOSCon, Grazer LinuxTage, and the CCC congresses.
 .
 ConfClerk is targeted at mobile devices but works on any system running Qt.