[webwork-pg] 04/05: debian/control: Add perl module dependencies.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:41:59 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository webwork-pg.

commit 0223d49922ea2122a95bd37144685cb4f9235528
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Nov 23 22:01:56 2015 -0500

    debian/control: Add perl module dependencies.
---
 debian/control | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8fbef6c..10c0d5f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,12 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/webwork-pg.g
 
 Package: webwork-pg
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: libhtml-parser-perl,
+         libtie-ixhash-perl,
+         liburi-perl,
+         libuuid-tiny-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Problem rendering engine for WeBWorK
  The PG language is a collection of macros (subroutines) written in perl which
  facilitate writing mathematics questions. It began in 1995 and is continuously

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/webwork-pg.git



More information about the debian-science-commits mailing list