[DHG_packages] 02/03: Fixed lintian warnings for too long short description and no ${shlibs:Depends} dependency on cabal-helper
Sven Bartscher
svenb-guest at moszumanska.debian.org
Wed Jan 6 15:57:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
svenb-guest pushed a commit to branch master
in repository DHG_packages.
commit bff09a27e52a2fb214579bcfbfec2dc555b5b1d5
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date: Wed Jan 6 16:51:40 2016 +0100
Fixed lintian warnings for too long short description and no
${shlibs:Depends} dependency on cabal-helper
---
p/haskell-cabal-helper/debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/p/haskell-cabal-helper/debian/control b/p/haskell-cabal-helper/debian/control
index b1baa65..eb4aa3d 100644
--- a/p/haskell-cabal-helper/debian/control
+++ b/p/haskell-cabal-helper/debian/control
@@ -23,7 +23,7 @@ Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/cabal-helper
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple interface to some of Cabal's configuration state used by ghc-mod
+X-Description: Simple interface to some of Cabal's configuration state
cabal-helper provides a library which wraps the internal use of
anexecutable to lift the restrictions imposed by linking against versions of
GHC before 7.10. This has the pleasant side effect of isolating the user
@@ -92,6 +92,7 @@ Architecture: any
Section: misc
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