[DHG_packages] 01/01: Use -with_hint flag to not depend on hint (>=0.3 && <0.5)

Lev Lamberov dogsleg at moszumanska.debian.org
Sat Jun 11 20:51:38 UTC 2016


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

dogsleg pushed a commit to branch master
in repository DHG_packages.

commit 3bfce0d7973345f792305fef524b650d7dd1099c
Author: Lev Lamberov <dogsleg at debian.org>
Date:   Sun Jun 12 01:50:50 2016 +0500

    Use -with_hint flag to not depend on hint (>=0.3 && <0.5)
---
 p/xmonad-extras/debian/README.Debian | 6 ++++--
 p/xmonad-extras/debian/control       | 3 ---
 p/xmonad-extras/debian/rules         | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/p/xmonad-extras/debian/README.Debian b/p/xmonad-extras/debian/README.Debian
index 2e11e02..5de65b3 100644
--- a/p/xmonad-extras/debian/README.Debian
+++ b/p/xmonad-extras/debian/README.Debian
@@ -2,7 +2,9 @@ xmonad-extras for Debian
 ------------------------
 
 Flag with_mpd is switched off, because otherwise xmonad-extras depends on
-obsolete libmpd (==0.8.*). So, modules depending on libmpd are not built, and
-XMonad.Prompt.MPD is not available.
+obsolete libmpd (==0.8.*). So, modules depending on libmpd are not built.
+
+Flag with_hint is switched off, beacuse otherwise xmonad-extras depends on
+obsolete hint (>=0.3 && <0.5). So, modules depending on hint are not built.
 
  -- Lev Lamberov <dogsleg at debian.org>, Sun, 12 Jun 2016 00:31:20 +0500
diff --git a/p/xmonad-extras/debian/control b/p/xmonad-extras/debian/control
index c0b4a37..cad7230 100644
--- a/p/xmonad-extras/debian/control
+++ b/p/xmonad-extras/debian/control
@@ -10,9 +10,6 @@ Build-Depends: debhelper (>= 9),
  ghc-prof,
  libghc-x11-dev (>= 1.4.3),
  libghc-x11-prof,
- libghc-hint-dev (>= 0.3.3.3),
- libghc-hint-dev (<< 0.5),
- libghc-hint-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-network-dev,
diff --git a/p/xmonad-extras/debian/rules b/p/xmonad-extras/debian/rules
index 576f06b..7dc07f9 100755
--- a/p/xmonad-extras/debian/rules
+++ b/p/xmonad-extras/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_CABAL_PACKAGE = xmonad-extras
 DEB_DEFAULT_COMPILER = ghc
-DEB_SETUP_GHC6_CONFIGURE_ARGS = -f-with_mpd
+DEB_SETUP_GHC6_CONFIGURE_ARGS = -f-with_hint -f-with_mpd
 
 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