File: README.source

package info (click to toggle)
timew 1.4.3%2Bds.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,152 kB
  • sloc: cpp: 28,251; python: 6,208; sh: 645; makefile: 15
file content (5 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (6)
1
2
3
4
5
As with taskwarrior (src:task), upstream distributes tarballs which exclude the testsuite, so we need to make our own.

Timewarrior git also includes a git submodule (src/libshared) containing code that will apparently be shared with taskwarrior/taskd (but isn't as of 2.5.1 and 1.1.0). The README for this submodule requests that it not be packaged seperately, and since it consists of a relatively limited number of shared functions, with no API guarantee for users outside these projects, this seems reasonable.

The get-orig-source target in debian/rules creates a tarball as per these considerations.