addfile ./changelog addfile ./profile.diff addfile ./series hunk ./changelog 1 +haskell-http (1) unstable; urgency=low + + * Patch to generate profiling package. + + -- David Fox Tue, 6 Nov 2007 10:07:26 -0800 + hunk ./profile.diff 1 +--- haskell-http/debian/control~ 2007-10-20 11:59:18.000000000 -0700 ++++ haskell-http/debian/control 2007-11-06 10:09:00.000000000 -0800 +@@ -3,8 +3,8 @@ + Section: net + Maintainer: Arjan Oosting + Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, +- haskell-devscripts (>= 0.5.6), ghc6 (>= 6.4.2), libghc6-network-dev, +- libghc6-parsec-dev ++ haskell-devscripts (>= 0.5.6), ghc6 (>= 6.4.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof, ++ libghc6-parsec-dev, libghc6-parsec-dev + Build-Depends-Indep: haddock, hugs, + libhugs-network | hugs (<< 98.200609.21), + libhugs-parsec | hugs (<< 98.200609.21), +@@ -24,6 +24,16 @@ + . + This package contains the libraries compiled for GHC 6. + ++Package: libghc6-http-prof ++Section: devel ++Architecture: any ++Depends: ${haskell:Depends}, ${misc:Depends} ++Suggests: haskell-http-doc (= ${source:Version}) ++Description: GHC 6 libraries for the Haskell HTTP client library ++ HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1. ++ . ++ This package contains the libraries compiled for GHC 6. ++ + Package: libhugs-http + Section: devel + Architecture: all hunk ./series 1 +profile.diff hunk ./profile.diff 7 -- haskell-devscripts (>= 0.5.6), ghc6 (>= 6.4.2), libghc6-network-dev, +- haskell-devscripts (>= 0.6.0), ghc6 (>= 6.4.2), libghc6-network-dev, hunk ./profile.diff 9 -+ haskell-devscripts (>= 0.5.6), ghc6 (>= 6.4.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof, -+ libghc6-parsec-dev, libghc6-parsec-dev ++ haskell-devscripts (>= 0.6.0), ghc6 (>= 6.4.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof, ++ libghc6-parsec-dev, libghc6-parsec-prof addfile ./new-cabal.diff hunk ./new-cabal.diff 1 +diff -ru haskell-http/debian/patches/00list~ haskell-http/debian/patches/00list +--- haskell-http/debian/patches/00list~ 2008-01-28 17:39:35.000000000 -0800 ++++ haskell-http/debian/patches/00list 2008-01-28 17:38:56.000000000 -0800 +@@ -1,2 +0,0 @@ +- +-01-work-with-old-cabal hunk ./series 2 +new-cabal.diff hunk ./changelog 1 +haskell-http (2) unstable; urgency=low + + * Update patch that adds dependencies on profiling packages for version + 30010004-2. + + -- David Fox Mon, 24 Mar 2008 09:56:56 -0700 + hunk ./profile.diff 7 -- haskell-devscripts (>= 0.6.0), ghc6 (>= 6.4.2), libghc6-network-dev, +- haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), libghc6-network-dev, hunk ./profile.diff 9 -+ haskell-devscripts (>= 0.6.0), ghc6 (>= 6.4.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof, ++ haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof, libghc6-network-dev, libghc6-network-prof, hunk ./series 2 -new-cabal.diff hunk ./changelog 1 +haskell-http (3) unstable; urgency=low + + * Remove hugs section. + + -- David Fox Tue, 29 Dec 2009 22:03:13 -0800 + addfile ./nohugs.diff hunk ./nohugs.diff 1 +--- haskell-http/debian/control~ 2009-12-29 22:02:11.000000000 -0800 ++++ haskell-http/debian/control 2009-12-29 22:01:49.000000000 -0800 +@@ -48,16 +48,6 @@ + . + This package contains the profiling libraries compiled for GHC 6. + +-Package: libhugs-http +-Architecture: all +-Depends: ${haskell:Depends}, libhugs-network | hugs (<< 98.200609.21), +- libhugs-parsec | hugs (<< 98.200609.21), ${misc:Depends} +-Suggests: haskell-http-doc (= ${source:Version}) +-Description: Hugs libraries for the Haskell HTTP client library +- HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1. +- . +- This package contains the libraries for use by the Hugs interpreter. +- + Package: haskell-http-doc + Section: doc + Architecture: all hunk ./series 2 +nohugs.diff