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

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


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

     ./libghc6-ghc-events-dev.install -> ./libghc-ghc-events-dev.install
    M ./changelog +6
    M ./control -8 +8
    M ./libghc-ghc-events-dev.install -1 +1

Sat Jan 15 15:05:55 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 8ffc4a97837dd57502d81235ab5bb841
diff -rN -u old-haskell-ghc-events/changelog new-haskell-ghc-events/changelog
--- old-haskell-ghc-events/changelog	2011-01-15 15:29:20.132872581 +0000
+++ new-haskell-ghc-events/changelog	2011-01-15 15:29:20.136872792 +0000
@@ -1,3 +1,9 @@
+haskell-ghc-events (0.2.0.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:59 -0200
+
 haskell-ghc-events (0.2.0.1-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-ghc-events/control new-haskell-ghc-events/control
--- old-haskell-ghc-events/control	2011-01-15 15:29:20.132872581 +0000
+++ new-haskell-ghc-events/control	2011-01-15 15:29:20.136872792 +0000
@@ -4,17 +4,17 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof,
- libghc6-mtl-dev, libghc6-mtl-prof,
- libghc6-binary-dev, libghc6-binary-prof
-Build-Depends-Indep: ghc6-doc,
- libghc6-mtl-doc, libghc6-binary-doc
+ ghc, ghc-prof,
+ libghc-mtl-dev, libghc-mtl-prof,
+ libghc-binary-dev, libghc-binary-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc, libghc-binary-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/ghc-events
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghc-events
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-ghc-events
 
-Package: libghc6-ghc-events-dev
+Package: libghc-ghc-events-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -27,7 +27,7 @@
  This library provides functions to parse .eventlog files emitted by
  the GHC 6.12.1 and later runtimes.
 
-Package: libghc6-ghc-events-prof
+Package: libghc-ghc-events-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -41,7 +41,7 @@
  This library provides functions to parse .eventlog files emitted by
  the GHC 6.12.1 and later runtimes.
 
-Package: libghc6-ghc-events-doc
+Package: libghc-ghc-events-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}
diff -rN -u old-haskell-ghc-events/libghc6-ghc-events-dev.install new-haskell-ghc-events/libghc6-ghc-events-dev.install
--- old-haskell-ghc-events/libghc6-ghc-events-dev.install	2011-01-15 15:29:20.132872581 +0000
+++ new-haskell-ghc-events/libghc6-ghc-events-dev.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dist-ghc6/build/show-ghc-events/show-ghc-events /usr/bin
diff -rN -u old-haskell-ghc-events/libghc-ghc-events-dev.install new-haskell-ghc-events/libghc-ghc-events-dev.install
--- old-haskell-ghc-events/libghc-ghc-events-dev.install	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ghc-events/libghc-ghc-events-dev.install	2011-01-15 15:29:20.136872792 +0000
@@ -0,0 +1 @@
+dist-ghc/build/show-ghc-events/show-ghc-events /usr/bin





More information about the Pkg-haskell-commits mailing list