diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 00:48:19 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 00:48:19 +0200 |
commit | f096f1dbb34facd16d0f5cbf9f7460d4af4c9d47 (patch) | |
tree | 741848d9e4a74051e4876f70ad906e270305be74 /job-cfg | |
parent | a1ec9697bc8084c735200b50502efb33fe544717 (diff) | |
download | jenkins.debian.net-f096f1dbb34facd16d0f5cbf9f7460d4af4c9d47.tar.xz |
haskell-package-plan: Depend on dctrl-tools
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 865155b1..4f4c4c4b 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -44,6 +44,6 @@ jobs: - '{name}': my_distro: 'sid' - my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl\; cabal update \; ./test-packages.pl' + my_shell: 'apt-get -y install cabal-install dctrl-tools darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl\; cabal update \; ./test-packages.pl' my_description: 'Haskell Metadata sanity checks' my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' |