[Pkg-haskell-commits] [agda] 01/02: Depend on ${shlibs:Depends}, to get libc (& maybe other) deps
Iain Lane
laney at moszumanska.debian.org
Wed May 20 12:49:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch master
in repository agda.
commit d5cf60f2a555080e19b80a4afcde37a01931d834
Author: Iain Lane <laney at debian.org>
Date: Wed May 20 13:07:51 2015 +0100
Depend on ${shlibs:Depends}, to get libc (& maybe other) deps
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index d60d115..2f617bd 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,8 @@ Homepage: http://wiki.portal.chalmers.se/agda/
Package: libghc-agda-dev
Architecture: any
Section: haskell
-Depends: ${haskell:Depends},
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/agda.git
More information about the Pkg-haskell-commits
mailing list