diff options
author | Ilias Tsitsimpis <i.tsitsimpis@gmail.com> | 2016-11-28 17:36:05 +0200 |
---|---|---|
committer | Ilias Tsitsimpis <i.tsitsimpis@gmail.com> | 2016-11-28 17:36:05 +0200 |
commit | ec7be28f9dc45ea9b8884f2b4f47a13fc073ec0f (patch) | |
tree | d7c8f2f6bcebdabbe36096ce4cc525d95bca5029 /p/cabal-debian | |
parent | 917842f8b85b1f739c0635aa96ca07dff201b54a (diff) | |
download | DHG_packages-ec7be28f9dc45ea9b8884f2b4f47a13fc073ec0f.tar.gz |
cabal-debian: Remove Build-Depends-Indep dependencies
No architecture-independent packages are built.
Diffstat (limited to 'p/cabal-debian')
-rw-r--r-- | p/cabal-debian/debian/changelog | 7 | ||||
-rw-r--r-- | p/cabal-debian/debian/control | 24 |
2 files changed, 7 insertions, 24 deletions
diff --git a/p/cabal-debian/debian/changelog b/p/cabal-debian/debian/changelog index 76a6365ac..980f592e2 100644 --- a/p/cabal-debian/debian/changelog +++ b/p/cabal-debian/debian/changelog @@ -1,3 +1,10 @@ +cabal-debian (4.33-4) UNRELEASED; urgency=medium + + * Remove Build-Depends-Indep dependencies. + No architecture-independent packages are built. + + -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Mon, 28 Nov 2016 17:34:50 +0200 + cabal-debian (4.33-3) unstable; urgency=medium * Patch for newer Cabal. diff --git a/p/cabal-debian/debian/control b/p/cabal-debian/debian/control index cc38405f6..407594af8 100644 --- a/p/cabal-debian/debian/control +++ b/p/cabal-debian/debian/control @@ -56,30 +56,6 @@ Build-Depends: libghc-unixutils-prof, libghc-utf8-string-dev, libghc-utf8-string-prof, -Build-Depends-Indep: - ghc-doc, - libghc-ansi-wl-pprint-doc, - libghc-bifunctors-doc, - libghc-data-default-doc, - libghc-debian-doc, - libghc-diff-doc, - libghc-exceptions-doc, - libghc-hsemail-doc, - libghc-hunit-doc, - libghc-lens-doc, - libghc-memoize-doc, - libghc-mtl-doc, - libghc-network-uri-doc, - libghc-newtype-generics-doc, - libghc-optparse-applicative-doc, - libghc-parsec3-doc, - libghc-puremd5-doc, - libghc-regex-tdfa-doc, - libghc-set-extra-doc, - libghc-syb-doc, - libghc-text-doc, - libghc-unixutils-doc, - libghc-utf8-string-doc, Standards-Version: 3.9.8 Homepage: https://github.com/ddssff/cabal-debian Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git |