diff options
author | Francois Marier <francois@debian.org> | 2008-06-24 16:50:53 +1200 |
---|---|---|
committer | Francois Marier <francois@debian.org> | 2008-06-24 16:50:53 +1200 |
commit | 1893ee23dbc1f69d9dd3b03b4d28f89003762d3d (patch) | |
tree | 91883172382274a61fb5ebd62b6d06c992df668b | |
parent | 4a3d6de5fa445615f65aa41b19ada27f5b58ad6f (diff) |
Remove libterm-calleditor-perl dependencydebian/0.2.1-2
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9ee185f..9a2c414 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cil (0.2.1-2) unstable; urgency=low + + * Remove libterm-calleditor-perl dependency + * Cherry-pick upstream bugfix (6424e2cf7ddbd34f6bbf6b94c3489d6909c183c3) + + -- Francois Marier <francois@debian.org> Tue, 24 Jun 2008 16:50:02 +1200 + cil (0.2.1-1) unstable; urgency=low * Initial release (closes: #487593) diff --git a/debian/control b/debian/control index a88dd41..c96d670 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, libterm-calleditor-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 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 |