blob: 120e727089aaa7d50382970cbdcbbcebb60b17be (
plain)
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
30
31
32
33
34
35
36
37
|
Source: tfortune
Section: games
Priority: optional
Maintainer: Andre Noll <maan@tuebingen.mpg.de>
Build-Depends: m4, flex, bison, debhelper (>= 13), debhelper-compat (=13), autoconf, liblopsub-dev
Standards-Version: 4.6.2
Homepage: https://people.tuebingen.mpg.de/maan/tfortune/
Vcs-Browser: https://git.tuebingen.mpg.de/tfortune.git
Vcs-Git: https://git.tuebingen.mpg.de/tfortune/
Rules-Requires-Root: no
Package: tfortune
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: tfortunes
Description: Fortune Cookies with Tags
Like fortune(6), tfortune is a Unix command line utility which prints
a random epigram. Epigrams are stored as plain text files, but they
must be annotated with tags to make full use of the features which
tfortune offers over other implementations.
.
Tfortune has a built-in matching language for epigrams. User-supplied
tag expressions define subsets of admissible epigrams. If a tag
expression is given, epigrams are picked from the admissible subset
only.
Package: tfortunes
Architecture: all
Multi-Arch: foreign
Depends: tfortune, ${misc:Depends}
Description: Data files for tfortune
This provides a small set of tagged epigrams for tfortune. These are
only used if no personal epigrams are found in the per-user epigram
directory.
.
All epigrams are in English language and are considered
non-offensive. They were mostly selected from public mailing lists.
|