[Pkg-haskell-commits] darcs: haskell-hxt-tagsoup: Reformat build-dependencies to match other Haskell packages, including moving *-doc to Build-Depends-Indep.

Colin Watson cjwatson at debian.org
Wed Jan 1 14:28:41 UTC 2014


Wed Jan  1 14:28:29 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Reformat build-dependencies to match other Haskell packages, including moving *-doc to Build-Depends-Indep.

    M ./changelog +2
    M ./control -16 +17

Wed Jan  1 14:28:29 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Reformat build-dependencies to match other Haskell packages, including moving *-doc to Build-Depends-Indep.
diff -rN -u old-haskell-hxt-tagsoup/changelog new-haskell-hxt-tagsoup/changelog
--- old-haskell-hxt-tagsoup/changelog	2014-01-01 14:28:41.322586546 +0000
+++ new-haskell-hxt-tagsoup/changelog	2014-01-01 14:28:41.322586546 +0000
@@ -5,6 +5,8 @@
 
   [ Colin Watson ]
   * Port to tagsoup 0.13.
+  * Reformat build-dependencies to match other Haskell packages, including
+    moving *-doc to Build-Depends-Indep.
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:48 +0200
 
diff -rN -u old-haskell-hxt-tagsoup/control new-haskell-hxt-tagsoup/control
--- old-haskell-hxt-tagsoup/control	2014-01-01 14:28:41.322586546 +0000
+++ new-haskell-hxt-tagsoup/control	2014-01-01 14:28:41.322586546 +0000
@@ -3,22 +3,23 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 9),
-	haskell-devscripts (>= 0.8.15),
-	cdbs,
-	ghc,
-	ghc-prof,
-	ghc-doc,
-	libghc-tagsoup-dev (>= 0.13),
-	libghc-tagsoup-dev (<< 0.14),
-	libghc-tagsoup-prof,
-	libghc-tagsoup-doc,
-	libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10),
-	libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10),
-	libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10),
-	libghc-hxt-charproperties-dev,
-	libghc-hxt-charproperties-prof,
-	libghc-hxt-charproperties-doc,
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-tagsoup-dev (>= 0.13)
+  , libghc-tagsoup-dev (<< 0.14)
+  , libghc-tagsoup-prof
+  , libghc-hxt-dev (>= 9)
+  , libghc-hxt-dev (<< 10)
+  , libghc-hxt-prof,
+  , libghc-hxt-charproperties-dev
+  , libghc-hxt-charproperties-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-tagsoup-doc
+  , libghc-hxt-doc
+  , libghc-hxt-charproperties-doc
 Standards-Version: 3.9.4
 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
 




More information about the Pkg-haskell-commits mailing list