[DHG_packages] 05/11: [FIX] Adding -prof and -doc packages
Alexandre Delanoë
anoe at moszumanska.debian.org
Thu Aug 27 14:17:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
anoe pushed a commit to branch anoe
in repository DHG_packages.
commit 659fae319a94df9e96d181dad1057ecaa2314ae2
Author: Alexandre Delanoë <anoe at debian.org>
Date: Thu Aug 27 10:07:48 2015 +0200
[FIX] Adding -prof and -doc packages
---
p/haskell-misfortune/debian/control | 8 +++++++-
p/haskell-misfortune/debian/rules | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/p/haskell-misfortune/debian/control b/p/haskell-misfortune/debian/control
index 62a28fe..4ecbd08 100644
--- a/p/haskell-misfortune/debian/control
+++ b/p/haskell-misfortune/debian/control
@@ -22,8 +22,11 @@ Build-Depends: debhelper (>= 9),
libghc-vector-dev,
libghc-vector-prof,
libghc-monad-loops-dev,
+ libghc-monad-loops-prof,
libghc-regex-base-dev,
+ libghc-regex-base-prof,
libghc-regex-pcre-dev,
+ libghc-regex-pcre-prof,
Build-Depends-Indep: ghc-doc,
libghc-cereal-doc,
libghc-knob-doc,
@@ -32,6 +35,9 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
libghc-utf8-string-doc,
libghc-vector-doc,
+ libghc-monad-loops-doc,
+ libghc-regex-base-doc,
+ libghc-regex-pcre-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/mokus0/misfortune
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-misfortune
@@ -79,7 +85,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
.
${haskell:Blurb}
-Package: haskell-misfortune-utils
+Package: haskell-misfortune
Architecture: any
Section: misc
Depends: ${haskell:Depends},
diff --git a/p/haskell-misfortune/debian/rules b/p/haskell-misfortune/debian/rules
index 14c8032..d2022d8 100755
--- a/p/haskell-misfortune/debian/rules
+++ b/p/haskell-misfortune/debian/rules
@@ -6,4 +6,4 @@ DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-build/haskell-misfortune-utils:: build-ghc-stamp
+build/haskell-misfortune:: build-ghc-stamp
--
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