[Pkg-haskell-commits] [package-plan] 02/02: test-packages.pl README: Document dependencies

Joachim Breitner nomeata at moszumanska.debian.org
Sat May 30 14:21:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 1f4fe1277e8682d83ea1961ee3de00f1f99d3531
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat May 30 16:16:19 2015 +0200

    test-packages.pl README: Document dependencies
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8019825..cd14d63 100644
--- a/README.md
+++ b/README.md
@@ -65,12 +65,17 @@ In addition to `packages.txt`, the follwing files are taken into account:
 Running the package plan
 ------------------------
 
+The script has a few dependencies, so run
+
+    apt-get install libfile-slurp-perl libipc-run-perl \
+      liblist-moreutils-perl libtext-patch-perl libdpkg-perl \
+      cabal-install
+
 To test the package plan, run
 
     cabal update
     ./test-packages.pl
 
-
 this tool will
 
  * read `packages.txt`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list