summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-15 17:13:21 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-04-15 17:13:26 +0200
commit07745b1079fe66788e4ec5eedc14d0e6185d8d71 (patch)
tree01850b45cb7d97962fc5a45b53c269096f6ddc51 /job-cfg/haskell-package-plan.yaml
parentd10750261572bcc0a0de84b33854f4b6e1115b3a (diff)
downloadjenkins.debian.net-07745b1079fe66788e4ec5eedc14d0e6185d8d71.tar.xz
haskell-package-plan: Add a dependency
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index 5b2ba6a4..86953c9d 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 \; cabal update \; ./test-packages.pl'
+ my_shell: 'apt-get -y install cabal-install darcs libtext-patch-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'