{ hunk ./changelog 1 +magic-haskell (3) unstable; urgency=low + + * Changes for ghc 6.10. + + -- David Fox Sun, 18 Jan 2009 11:57:43 -0800 + addfile ./ghc610.diff hunk ./ghc610.diff 1 +--- magic/debian/rules~ 2009-01-18 11:56:13.000000000 -0800 ++++ magic/debian/rules 2009-01-18 11:54:53.000000000 -0800 +@@ -34,7 +34,8 @@ + dh_testdir + # Add here commands to configure the package. + make setup +- ./setup configure --prefix=$(LIBPATH) --ghc ++ echo ./setup configure --ghc 1>&2 ++ ./setup configure --ghc + + touch configure-stamp + +--- magic/debian/control~ 2009-01-18 11:57:03.000000000 -0800 ++++ magic/debian/control 2009-01-18 11:55:38.000000000 -0800 +@@ -20,20 +20,6 @@ + This package is built for GHC. A Hugs package is also available + in libhugs-magic. + +-Package: libhugs-magic +-Section: devel +-Architecture: any +-Suggests: magic-haskell-doc +-Depends: ${haskell:Depends}, ${shlibs:Depends} +-Description: File type determination library for Haskell +- This package provides a Haskell interface to the C libmagic library. +- With it, you can determine the type of a file by examining its contents +- rather than its name. The Haskell interface provides a full-featured +- binding. +- . +- This package is built for Hugs. A GHC package is also available +- in libghc6-magic-dev. +- + Package: magic-haskell-doc + Section: devel + Architecture: any hunk ./series 3 +ghc610.diff hunk ./ghc610.diff 15 +@@ -1,7 +1,7 @@ + Source: magic-haskell + Priority: optional + Maintainer: John Goerzen +-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.6), libmagic-dev ++Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), hugs (>= 98.200503.08), haskell-devscripts-cdbs (>= 0.6.6), libmagic-dev + Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev + Standards-Version: 3.6.2 + Section: devel hunk ./ghc610.diff 15 -@@ -1,7 +1,7 @@ +@@ -1,8 +1,8 @@ hunk ./ghc610.diff 20 +-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev hunk ./ghc610.diff 22 - Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev ++Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts-cdbs (>= 0.5.10), libmagic-dev hunk ./ghc610.diff 25 + hunk ./ghc610.diff 25 - hunk ./ghc610.diff 22 -+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts-cdbs (>= 0.5.10), libmagic-dev + Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev hunk ./ghc610.diff 20 --Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev hunk ./ghc610.diff 15 -@@ -1,8 +1,8 @@ +@@ -1,7 +1,7 @@ hunk ./ghc610.diff 15 -@@ -1,7 +1,7 @@ - Source: magic-haskell - Priority: optional - Maintainer: John Goerzen --Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.6), libmagic-dev -+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), hugs (>= 98.200503.08), haskell-devscripts-cdbs (>= 0.6.6), libmagic-dev - Build-Depends-Indep: debhelper (>= 4.0.0), haddock, ghc6 (>= 6.8.2), haskell-devscripts (>= 0.5.10), libmagic-dev - Standards-Version: 3.6.2 - Section: devel hunk ./series 3 -ghc610.diff hunk ./ghc610.diff 1 ---- magic/debian/rules~ 2009-01-18 11:56:13.000000000 -0800 -+++ magic/debian/rules 2009-01-18 11:54:53.000000000 -0800 -@@ -34,7 +34,8 @@ - dh_testdir - # Add here commands to configure the package. - make setup -- ./setup configure --prefix=$(LIBPATH) --ghc -+ echo ./setup configure --ghc 1>&2 -+ ./setup configure --ghc - - touch configure-stamp - ---- magic/debian/control~ 2009-01-18 11:57:03.000000000 -0800 -+++ magic/debian/control 2009-01-18 11:55:38.000000000 -0800 -@@ -20,20 +20,6 @@ - This package is built for GHC. A Hugs package is also available - in libhugs-magic. - --Package: libhugs-magic --Section: devel --Architecture: any --Suggests: magic-haskell-doc --Depends: ${haskell:Depends}, ${shlibs:Depends} --Description: File type determination library for Haskell -- This package provides a Haskell interface to the C libmagic library. -- With it, you can determine the type of a file by examining its contents -- rather than its name. The Haskell interface provides a full-featured -- binding. -- . -- This package is built for Hugs. A GHC package is also available -- in libghc6-magic-dev. -- - Package: magic-haskell-doc - Section: devel - Architecture: any rmfile ./ghc610.diff hunk ./changelog 1 -magic-haskell (3) unstable; urgency=low - - * Changes for ghc 6.10. - - -- David Fox Sun, 18 Jan 2009 11:57:43 -0800 - }