[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-236-gba3ad70



The following commit has been merged in the master branch:
commit ba3ad7000cfa0665d2cf28f3a022da39df26910c
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 11 19:13:23 2013 +0200

    d/control: Add missing comma in the (Build-)Depends fields
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/control b/debian/control
index 785f24a..67dfdaa 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,7 @@ Build-Depends: binutils,
                patchutils,
                perl,
                perl (>= 5.12) | libtest-simple-perl (>= 0.93),
-               perl (>= 5.14~) | libautodie-perl (>= 2.10~)
+               perl (>= 5.14~) | libautodie-perl (>= 2.10~),
                python,
                python-all-dev,
                python-numpy,
@@ -93,7 +93,7 @@ Depends: binutils,
          man-db,
          patchutils,
          perl,
-         perl (>= 5.14~) | libautodie-perl (>= 2.10~)
+         perl (>= 5.14~) | libautodie-perl (>= 2.10~),
          t1utils,
          ${misc:Depends}
 Suggests: binutils-multiarch,

-- 
Debian package checker


Reply to: