From 27fb57ff0caeb64df8271333ac0ccfdd2fcaa1f3 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 13 Oct 2015 14:30:01 +0200 Subject: [PATCH] MT#12347 Fix b15fa6b: libstring-shellquote-perl required for api-test only Change-Id: Id630562ad60ccbdfed3cb5042f6aa452244ad4b7 --- debian/control | 1 - t/api-rest/control | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f2db990868..5b692217f7 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,6 @@ Depends: gettext, libpath-tiny-perl, libperl5i-perl, libplack-middleware-deflater-perl, - libstring-shellquote-perl, librole-rest-client-perl, librpc-xml-perl, librsvg2-bin, diff --git a/t/api-rest/control b/t/api-rest/control index fdeeaf22d6..ebaee14da7 100644 --- a/t/api-rest/control +++ b/t/api-rest/control @@ -13,6 +13,7 @@ Build-Depends: libboolean-perl, libsereal-encoder-perl, libsipwise-base-perl, libstring-mkpasswd-perl, + libstring-shellquote-perl, libtap-harness-archive-perl, libtext-table-perl, libtime-warp-perl,