From: Jeremy Laine Date: Tue, 20 May 2003 15:50:58 +0000 (+0000) Subject: added Perl library dependencies X-Git-Tag: start~6 X-Git-Url: http://git.polytechnique.org/?p=old-projects.git;a=commitdiff_plain;h=cc49487d73a72d5b2f8e031db7416197b6f9daea added Perl library dependencies --- diff --git a/deptrack/debian/changelog b/deptrack/debian/changelog index ea1e653..657d83d 100644 --- a/deptrack/debian/changelog +++ b/deptrack/debian/changelog @@ -1,6 +1,12 @@ +deptrack (0.3.0-3) unstable; urgency=low + + * Added Perl library dependencies. + + -- Jeremy Laine Tue, 20 May 2003 17:50:19 +0200 + deptrack (0.3.0-2) unstable; urgency=low - * Changed Build-Depends to Build-Depends-Indep + * Changed Build-Depends to Build-Depends-Indep. -- Jeremy Laine Thu, 8 May 2003 19:07:54 +0200 diff --git a/deptrack/debian/control b/deptrack/debian/control index 82bf39c..b5ac34d 100644 --- a/deptrack/debian/control +++ b/deptrack/debian/control @@ -7,6 +7,7 @@ Standards-Version: 3.5.8 Package: deptrack Architecture: all +Depends: libconfig-general-perl, libdbi-perl Description: a PHP dependency tracker Deptrack takes a set of PHP files, calculates their dependencies and outputs the results to a MySQL database.