From 1225253cb10910175d443b12d1b7f0ab0196a975 Mon Sep 17 00:00:00 2001 From: Marco Silva Date: Sat, 15 Jan 2011 18:06:20 +0300 Subject: haskell-texmath: Use ghc instead of ghc6 --- p/haskell-texmath/debian/changelog | 8 +++++++- p/haskell-texmath/debian/control | 24 +++++++++++----------- .../debian/libghc-texmath-doc.examples | 2 ++ .../debian/libghc6-texmath-doc.examples | 2 -- 4 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 p/haskell-texmath/debian/libghc-texmath-doc.examples delete mode 100644 p/haskell-texmath/debian/libghc6-texmath-doc.examples (limited to 'p/haskell-texmath') diff --git a/p/haskell-texmath/debian/changelog b/p/haskell-texmath/debian/changelog index 6f2f52c12..20604a902 100644 --- a/p/haskell-texmath/debian/changelog +++ b/p/haskell-texmath/debian/changelog @@ -1,3 +1,9 @@ +haskell-texmath (0.3.0.3-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva Sat, 15 Jan 2011 12:41:32 -0200 + haskell-texmath (0.3.0.3-1) experimental; urgency=low * New upstream release @@ -7,7 +13,7 @@ haskell-texmath (0.3.0.3-1) experimental; urgency=low haskell-texmath (0.3.0.2-2) unstable; urgency=low - * Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build + * Run ghc without active timer (+RTS -V0 -RTS) to avoid build problems on hppa -- Joachim Breitner Sun, 22 Aug 2010 16:06:02 +0200 diff --git a/p/haskell-texmath/debian/control b/p/haskell-texmath/debian/control index dc83077f4..32992b023 100644 --- a/p/haskell-texmath/debian/control +++ b/p/haskell-texmath/debian/control @@ -7,22 +7,22 @@ Build-Depends: debhelper (>= 7), haskell-devscripts (>= 0.7), cdbs, - ghc6, - ghc6-prof, - libghc6-xml-dev, - libghc6-xml-prof, - libghc6-parsec3-dev, - libghc6-parsec3-prof, + ghc, + ghc-prof, + libghc-xml-dev, + libghc-xml-prof, + libghc-parsec3-dev, + libghc-parsec3-prof, Build-Depends-Indep: - ghc6-doc, - libghc6-xml-doc, - libghc6-parsec3-doc + ghc-doc, + libghc-xml-doc, + libghc-parsec3-doc Standards-Version: 3.9.1 Homepage: http://hackage.haskell.org/package/texmath Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-texmath Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-texmath -Package: libghc6-texmath-dev +Package: libghc-texmath-dev Architecture: any Depends: ${haskell:Depends}, @@ -38,7 +38,7 @@ Description: Haskell library to convert LaTeX to MathML - GHC 6 libraries . This package contains the libraries compiled for GHC 6. -Package: libghc6-texmath-prof +Package: libghc-texmath-prof Architecture: any Depends: ${haskell:Depends}, @@ -53,7 +53,7 @@ Description: Haskell library to convert LaTeX to MathML - GHC 6 profiling librar . This package contains the profiling libraries compiled for GHC 6. -Package: libghc6-texmath-doc +Package: libghc-texmath-doc Section: doc Architecture: all Depends: diff --git a/p/haskell-texmath/debian/libghc-texmath-doc.examples b/p/haskell-texmath/debian/libghc-texmath-doc.examples new file mode 100644 index 000000000..553b5e3ae --- /dev/null +++ b/p/haskell-texmath/debian/libghc-texmath-doc.examples @@ -0,0 +1,2 @@ +cgi +testTeXMathML.hs diff --git a/p/haskell-texmath/debian/libghc6-texmath-doc.examples b/p/haskell-texmath/debian/libghc6-texmath-doc.examples deleted file mode 100644 index 553b5e3ae..000000000 --- a/p/haskell-texmath/debian/libghc6-texmath-doc.examples +++ /dev/null @@ -1,2 +0,0 @@ -cgi -testTeXMathML.hs -- cgit v1.2.3