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

Marco Silva marcot at debian.org
Sat Jan 15 15:35:18 UTC 2011


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

     ./libghc6-haxr-doc.lintian-overrides -> ./libghc-haxr-doc.lintian-overrides
    M ./changelog +6
    M ./control -8 +8
    M ./libghc-haxr-doc.lintian-overrides -3 +3

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 25b7736a7534a1e8028db36276192763
diff -rN -u old-haskell-haxr/changelog new-haskell-haxr/changelog
--- old-haskell-haxr/changelog	2011-01-15 15:35:18.067742482 +0000
+++ new-haskell-haxr/changelog	2011-01-15 15:35:18.071742693 +0000
@@ -1,3 +1,9 @@
+haskell-haxr (3000.2.1-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:06 -0200
+
 haskell-haxr (3000.2.1-2) unstable; urgency=low
 
   * debian/control: Remove hscolour from Build-Depends:, since it's now a
diff -rN -u old-haskell-haxr/control new-haskell-haxr/control
--- old-haskell-haxr/control	2011-01-15 15:35:18.067742482 +0000
+++ new-haskell-haxr/control	2011-01-15 15:35:18.071742693 +0000
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7),
-        ghc6, ghc6-prof, ghc6-doc,
-	libghc6-haxml-dev, libghc6-haxml-prof, haxml-doc,
-	libghc6-http-dev, libghc6-http-prof, haskell-http-doc,
-	libghc6-time-dev, libghc6-time-doc, libghc6-time-prof,
-	libghc6-dataenc-dev, libghc6-dataenc-doc, libghc6-dataenc-prof
+        ghc, ghc-prof, ghc-doc,
+	libghc-haxml-dev, libghc-haxml-prof, haxml-doc,
+	libghc-http-dev, libghc-http-prof, haskell-http-doc,
+	libghc-time-dev, libghc-time-doc, libghc-time-prof,
+	libghc-dataenc-dev, libghc-dataenc-doc, libghc-dataenc-prof
 Standards-Version: 3.8.4
 Homepage: http://www.haskell.org/haxr/
 
-Package: libghc6-haxr-dev
+Package: libghc-haxr-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -27,7 +27,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-haxr-prof
+Package: libghc-haxr-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -43,7 +43,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-haxr-doc
+Package: libghc-haxr-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}
diff -rN -u old-haskell-haxr/libghc6-haxr-doc.lintian-overrides new-haskell-haxr/libghc6-haxr-doc.lintian-overrides
--- old-haskell-haxr/libghc6-haxr-doc.lintian-overrides	2011-01-15 15:35:18.067742482 +0000
+++ new-haskell-haxr/libghc6-haxr-doc.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-libghc6-haxr-doc: lib-recommends-documentation recommends: ghc6-doc
-libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-mtl-doc
-libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-time-doc
-
diff -rN -u old-haskell-haxr/libghc-haxr-doc.lintian-overrides new-haskell-haxr/libghc-haxr-doc.lintian-overrides
--- old-haskell-haxr/libghc-haxr-doc.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haxr/libghc-haxr-doc.lintian-overrides	2011-01-15 15:35:18.067742482 +0000
@@ -0,0 +1,4 @@
+libghc-haxr-doc: lib-recommends-documentation recommends: ghc-doc
+libghc-haxr-doc: lib-recommends-documentation recommends: libghc-mtl-doc
+libghc-haxr-doc: lib-recommends-documentation recommends: libghc-time-doc
+





More information about the Pkg-haskell-commits mailing list