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

Marco Silva marcot at debian.org
Sat Jan 15 15:34:41 UTC 2011


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

    M ./changelog -4 +10
    M ./control -16 +16

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: cb182ff2f9a0f51370dae792bcb867f2
diff -rN -u old-haskell-haskeline/changelog new-haskell-haskeline/changelog
--- old-haskell-haskeline/changelog	2011-01-15 15:34:41.361807376 +0000
+++ new-haskell-haskeline/changelog	2011-01-15 15:34:41.365807587 +0000
@@ -1,3 +1,9 @@
+haskell-haskeline (0.6.2.2-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:05 -0200
+
 haskell-haskeline (0.6.2.2-1) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
@@ -22,24 +28,24 @@
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * Use debian/compat 7.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+  * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
     string-*.
 
   [ Joachim Breitner ]
   * Bump haskell-devscripts dependency to 0.7
   * New upstream release  
   * Switch to 3.0 (quilt) version
-  * Patch .cabal to allow utf8-string version from ghc6 package.
+  * Patch .cabal to allow utf8-string version from ghc package.
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Feb 2010 17:14:36 +0100
 
 haskell-haskeline (0.6.1.6-1) unstable; urgency=low
 
   * New upstream version.
-  * Remove extensible-exceptions patch, since ghc6 now ships it.
+  * Remove extensible-exceptions patch, since ghc now ships it.
   * debian/control:
     - Use versioned Build-Depends.
-    - Use unversioned Recommends for ghc6-doc in libghc6-terminfo-doc.
+    - Use unversioned Recommends for ghc-doc in libghc-terminfo-doc.
     - Use haskell Section.
     - Use new Standards-Version: 3.8.1.
     - Use DM-Upload-Allowed: yes.
diff -rN -u old-haskell-haskeline/control new-haskell-haskeline/control
--- old-haskell-haskeline/control	2011-01-15 15:34:41.361807376 +0000
+++ new-haskell-haskeline/control	2011-01-15 15:34:41.365807587 +0000
@@ -7,25 +7,25 @@
 Build-Depends: debhelper (>= 7)
   , haskell-devscripts (>= 0.7)
   , cdbs
-  , ghc6 
-  , ghc6-prof 
-  , libghc6-mtl-dev (>= 1.1)
-  , libghc6-mtl-dev (<< 1.2)
-  , libghc6-mtl-prof 
-  , libghc6-terminfo-dev (>= 0.3)
-  , libghc6-terminfo-dev (<< 0.4)
-  , libghc6-terminfo-prof 
-Build-Depends-Indep: ghc6-doc (>= 6.10.3-2)
-  , libghc6-mtl-doc (>= 1.1)
-  , libghc6-mtl-doc (<< 1.2)
-  , libghc6-terminfo-doc (>= 0.3)
-  , libghc6-terminfo-doc (<< 0.4)
+  , ghc 
+  , ghc-prof 
+  , libghc-mtl-dev (>= 1.1)
+  , libghc-mtl-dev (<< 1.2)
+  , libghc-mtl-prof 
+  , libghc-terminfo-dev (>= 0.3)
+  , libghc-terminfo-dev (<< 0.4)
+  , libghc-terminfo-prof 
+Build-Depends-Indep: ghc-doc (>= 6.10.3-2)
+  , libghc-mtl-doc (>= 1.1)
+  , libghc-mtl-doc (<< 1.2)
+  , libghc-terminfo-doc (>= 0.3)
+  , libghc-terminfo-doc (<< 0.4)
 Homepage: http://hackage.haskell.org/cgi-bin/haskeline/package/haskeline
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haskeline
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-haskeline
 DM-Upload-Allowed: yes
 
-Package: libghc6-haskeline-dev
+Package: libghc-haskeline-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -43,7 +43,7 @@
  .
  Haskeline runs both on POSIX-compatible systems and on Windows.
 
-Package: libghc6-haskeline-prof
+Package: libghc-haskeline-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -60,7 +60,7 @@
  .
  Haskeline runs both on POSIX-compatible systems and on Windows.
 
-Package: libghc6-haskeline-doc
+Package: libghc-haskeline-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list