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

Marco Silva marcot at debian.org
Sat Jan 15 16:12:25 UTC 2011


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

     ./libghc6-sendfile-doc.doc-base -> ./libghc-sendfile-doc.doc-base
    M ./changelog +6
    M ./control -9 +9
    M ./libghc-sendfile-doc.doc-base -2 +2

Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 28738655f5c309f4e80bfb4aee21cd62
diff -rN -u old-haskell-sendfile/changelog new-haskell-sendfile/changelog
--- old-haskell-sendfile/changelog	2011-01-15 16:12:25.005122357 +0000
+++ new-haskell-sendfile/changelog	2011-01-15 16:12:25.013122779 +0000
@@ -1,3 +1,9 @@
+haskell-sendfile (0.6.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:28 -0200
+
 haskell-sendfile (0.6.1-1) unstable; urgency=low
 
   * Initial release. (closes: #583169)
diff -rN -u old-haskell-sendfile/control new-haskell-sendfile/control
--- old-haskell-sendfile/control	2011-01-15 16:12:25.005122357 +0000
+++ new-haskell-sendfile/control	2011-01-15 16:12:25.009122568 +0000
@@ -7,19 +7,19 @@
  debhelper (>= 7),
  haskell-devscripts,
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-network-dev (>= 2),
- libghc6-network-prof (>= 2)
+ ghc,
+ ghc-prof,
+ libghc-network-dev (>= 2),
+ libghc-network-prof (>= 2)
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-network-doc (>= 2)
+ ghc-doc,
+ libghc-network-doc (>= 2)
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/sendfile
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-sendfile
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sendfile
 
-Package: libghc6-sendfile-dev
+Package: libghc-sendfile-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -38,7 +38,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-sendfile-prof
+Package: libghc-sendfile-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -56,7 +56,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-sendfile-doc
+Package: libghc-sendfile-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-sendfile/libghc6-sendfile-doc.doc-base new-haskell-sendfile/libghc6-sendfile-doc.doc-base
--- old-haskell-sendfile/libghc6-sendfile-doc.doc-base	2011-01-15 16:12:25.005122357 +0000
+++ new-haskell-sendfile/libghc6-sendfile-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-sendfile-api
-Title: Documentation for the haskell sendfile library
-Author: Matthew Elder
-Abstract: sendfile is a Haskell portable implementation for the sendfile system call
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-sendfile-doc/html/index.html
-Files: /usr/share/doc/libghc6-sendfile-doc/html/*.html
diff -rN -u old-haskell-sendfile/libghc-sendfile-doc.doc-base new-haskell-sendfile/libghc-sendfile-doc.doc-base
--- old-haskell-sendfile/libghc-sendfile-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sendfile/libghc-sendfile-doc.doc-base	2011-01-15 16:12:25.009122568 +0000
@@ -0,0 +1,9 @@
+Document: haskell-sendfile-api
+Title: Documentation for the haskell sendfile library
+Author: Matthew Elder
+Abstract: sendfile is a Haskell portable implementation for the sendfile system call
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-sendfile-doc/html/index.html
+Files: /usr/share/doc/libghc-sendfile-doc/html/*.html





More information about the Pkg-haskell-commits mailing list