summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-07-15 13:39:36 -0700
committerSean Whitton2017-07-15 13:39:36 -0700
commita05b4271dc0e2e7b24fdfbe4a4358127a5df730e (patch)
tree633d06bcaa281ef4411b8540088a984251db20c8 /src/Propellor/Property/Sbuild.hs
parent8a61b0a706dfde9f5ecef40775c9534c6a18773c (diff)
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.
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
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")