File: README.source

package info (click to toggle)
timew 1.0.0%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,936 kB
  • ctags: 1,254
  • sloc: cpp: 18,246; python: 2,441; sh: 111; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (5)
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.