[Pkg-haskell-commits] darcs: haskell-parsec: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:06:11 UTC 2011


Sat Jan 15 15:06:06 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: b2e0f23389bb60cb97ef8d5cc28172b2

    M ./changelog -5 +11
    M ./control -15 +15

Sat Jan 15 15:06:06 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: b2e0f23389bb60cb97ef8d5cc28172b2
diff -rN -u old-haskell-parsec/changelog new-haskell-parsec/changelog
--- old-haskell-parsec/changelog	2011-01-15 16:06:11.553440674 +0000
+++ new-haskell-parsec/changelog	2011-01-15 16:06:11.557440884 +0000
@@ -1,3 +1,9 @@
+haskell-parsec (3.1.0-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:22 -0200
+
 haskell-parsec (3.1.0-1) unstable; urgency=low
 
   * New upstream version.
@@ -12,7 +18,7 @@
   * New upstream version.
   * debian/control: Use one package per line on Depends-like fields.
   * debian/control: Remove haddock and hscolour from Build-Depends:.
-  * debian/control: Remove versioned Build-Depends: on libghc6-mtl-dev.
+  * debian/control: Remove versioned Build-Depends: on libghc-mtl-dev.
   * Split Build-Depends in Build-Depends-Indep.
   * debian/control: Use versioned Build-Depends on haskell-devscripts.
   * debian/control: Add Vcs-Darcs: and Vcs-Browser: fields.
@@ -28,8 +34,8 @@
 
 haskell-parsec (3.0.0-5) unstable; urgency=low
 
-  * Renamed binary packages as libghc6-parsec3-*.
-  * Replaces and conflicts with earlier libghc6-parsec* packages.
+  * Renamed binary packages as libghc-parsec3-*.
+  * Replaces and conflicts with earlier libghc-parsec* packages.
 
  -- Kari Pahula <kaol at debian.org>  Sun, 31 May 2009 00:57:07 +0300
 
@@ -64,7 +70,7 @@
   * Upgrade to "Generic Haskell cabal library packaging files v10":
     * Versioned dependencies are now generated for the Cabal packages we
       depend on.
-    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
     * Call canonicalise-comma-list on the depends and suggests fields in
       control.in. This works around bugs in lintian, where it gets
       confused and starts giving spurious warnings.
@@ -73,7 +79,7 @@
 
 haskell-parsec (2.1.0.0-1) unstable; urgency=low
 
-  * Initial release (used to be part of ghc6).
+  * Initial release (used to be part of ghc).
   * Using "Generic Haskell cabal library packaging files v9".
 
  -- Ian Lynagh (wibble) <igloo at debian.org>  Tue, 20 Nov 2007 23:34:00 +0000
diff -rN -u old-haskell-parsec/control new-haskell-parsec/control
--- old-haskell-parsec/control	2011-01-15 16:06:11.553440674 +0000
+++ new-haskell-parsec/control	2011-01-15 16:06:11.557440884 +0000
@@ -6,18 +6,18 @@
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
+ , ghc
+ , ghc-prof
  , cdbs
- , libghc6-mtl-dev
- , libghc6-mtl-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
 Homepage: http://legacy.cs.uu.nl/daan/parsec.html
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-parsec
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-parsec
 
-Package: libghc6-parsec3-dev
+Package: libghc-parsec3-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${shlibs:Depends}
@@ -25,8 +25,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Conflicts: libghc6-parsec-dev (<< 3.0.0-5)
-Replaces: libghc6-parsec-dev (<< 3.0.0-5)
+Conflicts: libghc-parsec-dev (<< 3.0.0-5)
+Replaces: libghc-parsec-dev (<< 3.0.0-5)
 Description: Haskell monadic parser combinator library for GHC
  This package provides a library for the Haskell programming language.
  .
@@ -36,15 +36,15 @@
  as a monad transformer that can be stacked on arbitrary monads, and
  it is also parametric in the input stream type.
 
-Package: libghc6-parsec3-prof
+Package: libghc-parsec3-prof
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Conflicts: libghc6-parsec-prof (<< 3.0.0-5)
-Replaces: libghc6-parsec-prof (<< 3.0.0-5)
+Conflicts: libghc-parsec-prof (<< 3.0.0-5)
+Replaces: libghc-parsec-prof (<< 3.0.0-5)
 Description: Haskell monadic parser combinator library for GHC; profiling libraries
  This package provides a library for the Haskell programming language,
  compiled for profiling.
@@ -55,7 +55,7 @@
  as a monad transformer that can be stacked on arbitrary monads, and
  it is also parametric in the input stream type.
 
-Package: libghc6-parsec3-doc
+Package: libghc-parsec3-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}
@@ -63,8 +63,8 @@
  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Conflicts: libghc6-parsec-doc (<< 3.0.0-5)
-Replaces: libghc6-parsec-doc (<< 3.0.0-5)
+Conflicts: libghc-parsec-doc (<< 3.0.0-5)
+Replaces: libghc-parsec-doc (<< 3.0.0-5)
 Description: Haskell monadic parser combinator library for GHC; documentation
  This package provides the documentation for a library for the Haskell
  programming language.





More information about the Pkg-haskell-commits mailing list