r43749 - /scripts/KGB/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Sep 5 19:37:40 UTC 2009


Author: dmn
Date: Sat Sep  5 19:37:36 2009
New Revision: 43749

URL: http://svn.debian.org/wsvn/?sc=1&rev=43749
Log:
bump perl (build) dependency to 5.10

we use the new // operator

Modified:
    scripts/KGB/debian/control

Modified: scripts/KGB/debian/control
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/control?rev=43749&op=diff
==============================================================================
--- scripts/KGB/debian/control (original)
+++ scripts/KGB/debian/control Sat Sep  5 19:37:36 2009
@@ -2,7 +2,8 @@
 Section: net
 Priority: extra
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libpoe-perl, libpoe-component-server-soap-perl,
+Build-Depends-Indep: perl (>= 5.10), libpoe-perl,
+ libpoe-component-server-soap-perl,
  libpoe-component-irc-perl (>= 5.56), libyaml-perl, libproc-pid-file-perl,
  libdigest-sha1-perl, libsvn-perl
 Vcs-Svn: svn://svn.debian.org/pkg-perl/scripts/KGB/
@@ -16,7 +17,7 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl,
  libpoe-component-server-soap-perl, libpoe-component-irc-perl (>= 5.56),
  libyaml-perl, libproc-pid-file-perl, libdigest-sha1-perl, libsvn-perl,
- adduser
+ adduser, perl (>= 5.10)
 Description: IRC collaboration bot
  KGB is an IRC bot, helping people work together by notifying an IRC channel
  when a commit occures.




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