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-lazysmallcheck/debian/control | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'p/haskell-lazysmallcheck') diff --git a/p/haskell-lazysmallcheck/debian/control b/p/haskell-lazysmallcheck/debian/control index b3ce5ad17..9235526e1 100644 --- a/p/haskell-lazysmallcheck/debian/control +++ b/p/haskell-lazysmallcheck/debian/control @@ -1,26 +1,26 @@ Source: haskell-lazysmallcheck -Section: haskell -Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + ghc-doc, Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , ghc-doc -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck Homepage: http://www.cs.york.ac.uk/fp/smallcheck/ +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck Package: libghc-lazysmallcheck-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: A library for demand-driven testing of Haskell programs This package provides a library for the Haskell programming language. . @@ -34,9 +34,9 @@ Description: A library for demand-driven testing of Haskell programs Package: libghc-lazysmallcheck-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Provides: ${haskell:Provides}, Description: A library for demand-driven testing of Haskell programs; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. -- cgit v1.2.3