[DHG_packages] 03/03: xmlhtml: Remove unused build dependencies

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Fri Oct 20 14:02:06 UTC 2017


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

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 50211dd73970782b54be8789465eadcb1a3b0de3
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Fri Oct 20 16:46:57 2017 +0300

    xmlhtml: Remove unused build dependencies
---
 p/haskell-xmlhtml/debian/changelog |  5 ++--
 p/haskell-xmlhtml/debian/control   | 60 +++++++++++---------------------------
 2 files changed, 20 insertions(+), 45 deletions(-)

diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog
index 64348dc..b879d91 100644
--- a/p/haskell-xmlhtml/debian/changelog
+++ b/p/haskell-xmlhtml/debian/changelog
@@ -1,11 +1,12 @@
-haskell-xmlhtml (0.2.5.1-1) UNRELEASED; urgency=medium
+haskell-xmlhtml (0.2.5.1-1) unstable; urgency=medium
 
   * New upstream release (Closes: #867151)
   * Update d/patches
     - Drop saner-testsuite, applied upstream
     - Modify no-bytestring-builder to apply cleanly
+  * Remove unused build dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 20 Oct 2017 16:42:24 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 20 Oct 2017 16:51:06 +0300
 
 haskell-xmlhtml (0.2.5-2) unstable; urgency=medium
 
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control
index 98010bd..b64e873 100644
--- a/p/haskell-xmlhtml/debian/control
+++ b/p/haskell-xmlhtml/debian/control
@@ -4,14 +4,13 @@ Uploaders:
  Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends:
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
  cdbs,
- debhelper (>= 9),
- ghc (>= 8),
+ ghc,
  ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-dev (>= 0.2),
+ libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-prof,
  libghc-blaze-html-dev (>= 0.9),
  libghc-blaze-html-dev (<< 0.10),
@@ -21,31 +20,17 @@ Build-Depends:
  libghc-blaze-markup-prof,
  libghc-parsec3-dev (>= 3.1.2),
  libghc-parsec3-dev (<< 3.2),
- libghc-parsec3-dev (>= 3.1.2),
  libghc-parsec3-prof,
- libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-dev (>= 0.8.0.3),
- libghc-test-framework-hunit-dev (<< 0.4),
- libghc-test-framework-hunit-dev (>= 0.3),
- libghc-test-framework-hunit-prof,
- libghc-test-framework-prof,
- libghc-test-framework-quickcheck2-dev (<< 0.4),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
- libghc-test-framework-quickcheck2-prof,
- libghc-text-dev (<< 1.3),
  libghc-text-dev (>= 0.11),
+ libghc-text-dev (<< 1.3),
  libghc-text-prof,
- libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.1.4),
+ libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
- libghc-blaze-builder-dev,
- libghc-blaze-html-dev,
- libghc-blaze-markup-dev,
  libghc-hspec-dev (>= 2.4),
  libghc-hspec-dev (<< 2.5),
- libghc-text-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-html-doc,
@@ -77,16 +62,12 @@ X-Description: XML parser and renderer with HTML 5 quirks mode
 
 Package: libghc-xmlhtml-dev
 Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -94,15 +75,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-xmlhtml-prof
 Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -111,13 +88,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-xmlhtml-doc
 Architecture: all
 Section: doc
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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