From a05b4271dc0e2e7b24fdfbe4a4358127a5df730e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Jul 2017 13:39:36 -0700 Subject: add installing lintian to sample sbuild config If the user has installed the sample .sbuildrc in /root, sbuild-createchroot will error out unless lintian is installed. --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Sbuild.hs') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 1b83a6dc..8d1b9807 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -20,7 +20,7 @@ Debian stretch, which older sbuild can't handle. Suggested usage in @config.hs@: -> & Apt.installed ["piuparts", "autopkgtest"] +> & Apt.installed ["piuparts", "autopkgtest", "lintian"] > & Sbuild.builtFor (System (Debian Linux Unstable) X86_32) Sbuild.UseCcache > & Sbuild.updatedFor (System (Debian Linux Unstable) X86_32) `period` Weekly 1 > & Sbuild.usableBy (User "spwhitton") -- cgit v1.2.3