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

Marco Silva marcot at debian.org
Sat Jan 15 15:22:20 UTC 2011


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

    M ./changelog -1 +5
    M ./control -6 +6

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 2745eb099050f5f5c9f2e2ea56707b8c
diff -rN -u old-haskell-dataenc/changelog new-haskell-dataenc/changelog
--- old-haskell-dataenc/changelog	2011-01-15 15:22:20.234738891 +0000
+++ new-haskell-dataenc/changelog	2011-01-15 15:22:20.242739312 +0000
@@ -1,8 +1,12 @@
 haskell-dataenc (0.13.0.4-1) UNRELEASED; urgency=low
 
+  [ Erik de Castro Lopo ]
   * New upstream.
   * debian/control: Standards 3.9.1. No changes required.
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sat,  8 Jan 2011 13:06:57 +1100
 
 haskell-dataenc (0.13.0.3-1) unstable; urgency=low
@@ -15,7 +19,7 @@
   [ Erik de Castro Lopo ]
   * New upstream.
   * debian/control: Standards 3.9.0.
-  * Remove debian/libghc6-dataenc-doc.doc-base.
+  * Remove debian/libghc-dataenc-doc.doc-base.
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Thu, 22 Jul 2010 21:51:14 +1000
 
diff -rN -u old-haskell-dataenc/control new-haskell-dataenc/control
--- old-haskell-dataenc/control	2011-01-15 15:22:20.234738891 +0000
+++ new-haskell-dataenc/control	2011-01-15 15:22:20.238739102 +0000
@@ -7,15 +7,15 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc
+ ghc,
+ ghc-prof,
+ ghc-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/dataenc
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dataenc
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dataenc
 
-Package: libghc6-dataenc-dev
+Package: libghc-dataenc-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -28,7 +28,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-dataenc-prof
+Package: libghc-dataenc-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -41,7 +41,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-dataenc-doc
+Package: libghc-dataenc-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list