diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 13:39:36 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 13:39:36 -0700 |
| commit | a05b4271dc0e2e7b24fdfbe4a4358127a5df730e (patch) | |
| tree | 633d06bcaa281ef4411b8540088a984251db20c8 /src | |
| parent | 8a61b0a706dfde9f5ecef40775c9534c6a18773c (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')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
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") |
