diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 10:50:05 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 10:50:09 +0200 |
commit | 3cf5a542d13ac9696d2c8bab818d16255904a6d9 (patch) | |
tree | 8ec140738a2d3efb1227e3a2b33f04d80c84fb90 | |
parent | 0670bf319618deb5787b8fe9914f335f1349fb60 (diff) | |
download | jenkins.debian.net-3cf5a542d13ac9696d2c8bab818d16255904a6d9.tar.xz |
haskell-package-plan: Depend on patchutils
-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 754bdd67..f13bf8bb 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -44,7 +44,7 @@ jobs: - '{name}': my_distro: 'sid' - my_pkgs: 'cabal-install dctrl-tools darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl' + my_pkgs: 'cabal-install dctrl-tools patchutils darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl' my_shell: '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' |