diff options
author | Francois Marier <francois@debian.org> | 2008-07-05 13:03:25 +1200 |
---|---|---|
committer | Francois Marier <francois@debian.org> | 2008-07-05 13:11:15 +1200 |
commit | c3e2ac27a81aa8020165d27f0b7eab4fee079354 (patch) | |
tree | e412b7d60c1f0733762936287ba8a3e14c7b3539 | |
parent | 2979e8914aa542a20cbf07e8f7812e293ad0699d (diff) |
Add dependency on libemail-{simple,date,find}-perl
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c27646b..75e04f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ cil (0.4.2-1) unstable; urgency=low + [ Andrew Chilton ] * New Upstream Version - -- Andrew Chilton <andychilton@gmail.com> Fri, 04 Jul 2008 16:17:53 +1200 + [ Francois Marier ] + * Add dependency on libemail-{simple,date,find}-perl + + -- Francois Marier <francois@debian.org> Sat, 05 Jul 2008 13:10:36 +1200 cil (0.3.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index c96d670..8ff2d2d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/cil.git;a=summary Package: cil Architecture: all -Depends: ${perl:Depends}, libgetopt-mixed-perl, libdigest-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl +Depends: ${perl:Depends}, libgetopt-mixed-perl, libdigest-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-simple-perl, libemail-date-perl, libemail-find-perl 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 |