[Pkg-haskell-commits] darcs: haskell-mmap0.4: Use ghc instead of ghc6

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


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

    M ./changelog +6
    M ./control -9 +9
    M ./rules -1 +1

Sat Jan 15 15:06:04 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 114d0a185cad692c38573b7acc908160
diff -rN -u old-haskell-mmap0.4/changelog new-haskell-mmap0.4/changelog
--- old-haskell-mmap0.4/changelog	2011-01-15 16:03:20.816442166 +0000
+++ new-haskell-mmap0.4/changelog	2011-01-15 16:03:20.820442376 +0000
@@ -1,3 +1,9 @@
+haskell-mmap0.4 (0.4.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:18 -0200
+
 haskell-mmap0.4 (0.4.1-1) unstable; urgency=low
 
   * Initial release.  (Closes: #572163)
diff -rN -u old-haskell-mmap0.4/control new-haskell-mmap0.4/control
--- old-haskell-mmap0.4/control	2011-01-15 16:03:20.816442166 +0000
+++ new-haskell-mmap0.4/control	2011-01-15 16:03:20.820442376 +0000
@@ -6,19 +6,19 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-hunit-dev
-  , libghc6-hunit-prof
-Build-Depends-Indep: ghc6-doc
-  , libghc6-hunit-doc
+  , ghc
+  , ghc-prof
+  , libghc-hunit-dev
+  , libghc-hunit-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-hunit-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/mmap
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mmap0.4
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mmap0.4
 DM-Upload-Allowed: yes
 
-Package: libghc6-mmap0.4-dev
+Package: libghc-mmap0.4-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -35,7 +35,7 @@
  ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
  loading. Modifications are also supported.
 
-Package: libghc6-mmap0.4-prof
+Package: libghc-mmap0.4-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -53,7 +53,7 @@
  ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
  loading. Modifications are also supported.
 
-Package: libghc6-mmap0.4-doc
+Package: libghc-mmap0.4-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-mmap0.4/rules new-haskell-mmap0.4/rules
--- old-haskell-mmap0.4/rules	2011-01-15 16:03:20.812441955 +0000
+++ new-haskell-mmap0.4/rules	2011-01-15 16:03:20.816442166 +0000
@@ -2,7 +2,7 @@
 
 DEB_BUILD_DEPENDENCIES = build-arch
 DEB_CABAL_PACKAGE=mmap0.4
-DEB_HADDOCK_DIR=/usr/share/ghc6-doc/ghc-$(shell ghc --numeric-version)/haddock/mmap0.4/
+DEB_HADDOCK_DIR=/usr/share/ghc-doc/ghc-$(shell ghc --numeric-version)/haddock/mmap0.4/
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list