diff mbox

[OSSTEST,04/16] ts-xen-build-prep: install packages for stretch

Message ID 20171020103840.32762-5-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Oct. 20, 2017, 10:38 a.m. UTC
Stubdom build needs texinfo.

Libvirt build needs autopoint.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 ts-xen-build-prep | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Ian Jackson Oct. 20, 2017, 10:50 a.m. UTC | #1
Wei Liu writes ("[OSSTEST PATCH 04/16] ts-xen-build-prep: install packages for stretch"):
> Stubdom build needs texinfo.

Same comment as my previous patch.  You should only mention old
release names in these kind of tests, unless you know that the requirement
is specific to only stretch and not future releases.

Ian.
diff mbox

Patch

diff --git a/ts-xen-build-prep b/ts-xen-build-prep
index 6152d0a..70a53ca 100755
--- a/ts-xen-build-prep
+++ b/ts-xen-build-prep
@@ -221,6 +221,10 @@  sub prep () {
 	# jessie (>jessie?)
 	push(@packages, "libnl-route-3-dev");
     }
+    if ($ho->{Suite} =~ m/stretch/) {
+        push(@packages, qw(texinfo autopoint libpciaccess-dev));
+    }
+
     target_install_packages($ho, @packages);
     target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates");
     # workaround for Debian #595728