[DHG_packages] 01/01: glirc: Build-Depend on alex and happy
Clint Adams
clint at moszumanska.debian.org
Tue Oct 25 23:24:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 35dc24bd7397ef15572abc708de5c2490b2eb23a
Author: Clint Adams <clint at debian.org>
Date: Tue Oct 25 19:15:40 2016 -0400
glirc: Build-Depend on alex and happy
These aren't actually used, but the build chokes if it can't find
their versions.
---
p/glirc/debian/control | 25 +++----------------------
1 file changed, 3 insertions(+), 22 deletions(-)
diff --git a/p/glirc/debian/control b/p/glirc/debian/control
index 9e03107..24e46e5 100644
--- a/p/glirc/debian/control
+++ b/p/glirc/debian/control
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc,
ghc-prof,
+ alex,
+ happy,
libghc-hsopenssl-dev (>= 0.11),
libghc-hsopenssl-dev (<< 0.12),
libghc-hsopenssl-prof (>= 0.11),
@@ -98,28 +100,6 @@ Build-Depends: debhelper (>= 10),
libghc-vty-dev,
libghc-hunit-dev (>= 1.3),
libghc-hunit-dev (<< 1.4),
-Build-Depends-Indep: ghc-doc,
- libghc-hsopenssl-doc,
- libghc-async-doc,
- libghc-attoparsec-doc,
- libghc-config-value-doc,
- libghc-data-default-class-doc,
- libghc-gitrev-doc,
- libghc-hashable-doc,
- libghc-hookup-doc,
- libghc-irc-core-doc,
- libghc-kan-extensions-doc,
- libghc-lens-doc,
- libghc-memory-doc,
- libghc-network-doc,
- libghc-regex-tdfa-doc,
- libghc-socks-doc,
- libghc-split-doc,
- libghc-stm-doc,
- libghc-text-doc,
- libghc-unordered-containers-doc,
- libghc-vector-doc,
- libghc-vty-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/glguy/irc-core
X-Description: console IRC client
@@ -131,6 +111,7 @@ Architecture: any
Section: net
Depends: ${haskell:Depends},
${misc:Depends},
+ ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list