From 9fa2cdb713769ca89053c21e8700c29bb4bbb005 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 12 Aug 2015 20:17:21 +0200 Subject: Normalize all control files by reading them into cabal-debian, and serializing them again. This _should_ only change whitespace, linebreaks and order of fields. At least I hope so :-) --- p/haskell-fclabels/debian/control | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'p/haskell-fclabels') diff --git a/p/haskell-fclabels/debian/control b/p/haskell-fclabels/debian/control index 2e6398c4c..c795f9088 100644 --- a/p/haskell-fclabels/debian/control +++ b/p/haskell-fclabels/debian/control @@ -1,19 +1,19 @@ Source: haskell-fclabels -Priority: extra -Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , libghc-mtl-dev (>> 1.0) - , libghc-mtl-dev (<< 2.3) - , libghc-mtl-prof - , ghc-ghci +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-mtl-dev (>> 1.0), + libghc-mtl-dev (<< 2.3), + libghc-mtl-prof, + ghc-ghci, Build-Depends-Indep: ghc-doc, - , libghc-mtl-doc + libghc-mtl-doc, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/fclabels Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/cabal-debian @@ -22,11 +22,11 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/cabal-debian Package: libghc-fclabels-dev Architecture: any Depends: ${shlibs:Depends}, - ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: first-class accessor labels This package provides first class labels that can act as bidirectional record fields. The labels can be derived @@ -58,10 +58,10 @@ Description: first-class accessor labels Package: libghc-fclabels-prof Architecture: any Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: first-class accessor labels; profiling libraries This package provides first class labels that can act as bidirectional record fields. The labels can be derived @@ -94,9 +94,9 @@ Package: libghc-fclabels-doc Architecture: all Section: doc Depends: ${haskell:Depends}, - ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: first-class accessor labels; documentation This package provides first class labels that can act as bidirectional record fields. The labels can be derived -- cgit v1.2.3