[DHG_packages] 02/02: fail at identifying Provides problem with tf-random
Clint Adams
clint at moszumanska.debian.org
Fri Jul 1 09:02:29 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 1857f756f05a41f551797d8b621adacbd0fe74e1
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 1 11:02:07 2016 +0200
fail at identifying Provides problem with tf-random
---
p/haskell-tf-random/debian/control | 7 +++++--
p/haskell-tf-random/debian/rules | 2 ++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/p/haskell-tf-random/debian/control b/p/haskell-tf-random/debian/control
index 59df655..464f98d 100644
--- a/p/haskell-tf-random/debian/control
+++ b/p/haskell-tf-random/debian/control
@@ -54,6 +54,7 @@ Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
@@ -66,6 +67,7 @@ Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
@@ -75,10 +77,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-tf-random-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
+Depends: ${haskell:Depends},
+ ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-tf-random/debian/rules b/p/haskell-tf-random/debian/rules
index d730346..4555cbf 100755
--- a/p/haskell-tf-random/debian/rules
+++ b/p/haskell-tf-random/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = tf-random
+DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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