File: debian.control

package info (click to toggle)
charmtimetracker 1.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,340 kB
  • sloc: cpp: 19,176; xml: 284; python: 120; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: charmtimetracker
Section: Miscellaneous
Priority: optional
Maintainer: Frank Osterfeld <frank.osterfeld@kdab.com>
Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev, libxss-dev, libqt4-sql-sqlite
Standards-Version: 3.9.6
Homepage: https://github.com/KDAB/Charm

Package: charmtimetracker
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libqt4-sql-sqlite
Description: The Cross-Platform Time Tracker.
 Charm is a program for OS X, Linux and Windows that helps to keep
 track of time. It is built around two major ideas - tasks, and
 events. Tasks are the things time is spend on, repeatedly. For
 example, ironing laundry is a task. The laundry done for two hours on
 last Tuesday is an event in that task. When doing laundry multiple
 times, the events will be accumulated, and can later be printed in
 activity reports or weekly time sheets. So in case laundry would be
 done for three hours on Wednesday again, the activity report for the
 "Ironing Laundry" task would list the event on tuesday, the event on
 wednesday and a total of five hours.