From 535c9b0b5e07e9d62a840d703e3cbd940ccf9fb6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 17 Apr 2014 16:46:42 +0200 Subject: dvswitch.yaml: also install build-depends from d/control as its in git --- job-cfg/dvswitch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job-cfg/dvswitch.yaml') diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml index 17b99338..676be7bc 100644 --- a/job-cfg/dvswitch.yaml +++ b/job-cfg/dvswitch.yaml @@ -87,5 +87,5 @@ - '{name}_against_libav_git': my_distro: 'sid' - my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; ./debian/rules build"' + my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; mk-build-deps -ir ; ./debian/rules build"' my_description: 'Build the dvswitch git master branch on sid.' -- cgit v1.2.3-54-g00ecf