summaryrefslogtreecommitdiff
path: root/debian/control
blob: 47ff96e84bef12bdeeeba81878d840d7d5eb053b (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
38
39
40
41
42
Source: cil
Section: perl
Priority: extra
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 3.9.8
Build-Depends:
 debhelper (>= 10),
 libmodule-build-perl
Build-Depends-Indep:
 libclass-accessor-perl,
 libdatetime-perl,
 libemail-date-perl,
 libemail-find-perl,
 libemail-simple-perl,
 libfile-slurp-perl,
 libfile-touch-perl,
 libgetopt-mixed-perl,
 perl
Homepage: https://github.com/chilts/cil
Vcs-Git: git://jff.email/opt/git/cil.git
Vcs-Browser: https://jff.email/cgit/cil.git

Package: cil
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libclass-accessor-perl,
 libdatetime-perl,
 libdigest-perl,
 libemail-date-perl,
 libemail-find-perl,
 libemail-simple-perl,
 libfile-homedir-perl,
 libfile-slurp-perl,
 libfile-touch-perl
Pre-Depends:
 dpkg (>= 1.15.7.2)
Description: command line issue tracker
 'cil' allows easy command-line creation of an issue tracker. It saves each
 issue locally and in plain text. Commands are given such that these issues can
 be added, edited and listed easily.