r18045 - in /trunk/perlconsole/debian: changelog control

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Thu Mar 27 16:40:02 UTC 2008


Author: sukria
Date: Thu Mar 27 16:40:01 2008
New Revision: 18045

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18045
Log:
missing dep to libb-keywords-perl, 0.4-2

Modified:
    trunk/perlconsole/debian/changelog
    trunk/perlconsole/debian/control

Modified: trunk/perlconsole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/changelog?rev=18045&op=diff
==============================================================================
--- trunk/perlconsole/debian/changelog (original)
+++ trunk/perlconsole/debian/changelog Thu Mar 27 16:40:01 2008
@@ -1,3 +1,10 @@
+perlconsole (0.4-2) unstable; urgency=low
+
+  * Added missing dependency to libb-keywords-perl (thanks to Rached Ben
+    Mustapha).
+
+ -- Alexis Sukrieh <sukria at debian.org>  Thu, 27 Mar 2008 17:38:31 +0100
+
 perlconsole (0.4-1) unstable; urgency=low
 
   [ Alexis Sukrieh ]

Modified: trunk/perlconsole/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/control?rev=18045&op=diff
==============================================================================
--- trunk/perlconsole/debian/control (original)
+++ trunk/perlconsole/debian/control Thu Mar 27 16:40:01 2008
@@ -12,7 +12,7 @@
 Package: perlconsole
 Architecture: all
 Depends: ${perl:Depends}, 
-         libterm-readline-gnu-perl, liblexical-persistence-perl
+         libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl
 Description: small program that lets you evaluate Perl code interactively
  Perl Console is a light program that lets you evaluate Perl code 
  interactively. It uses Readline for grabing input and provides completion 




More information about the Pkg-perl-cvs-commits mailing list