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

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


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

     ./libghc6-sha-doc.doc-base -> ./libghc-sha-doc.doc-base
    M ./changelog -1 +5
    M ./control -9 +9
    M ./libghc-sha-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: 7b05a2e8d29ca26a2988a986659f86a5
diff -rN -u old-haskell-sha/changelog new-haskell-sha/changelog
--- old-haskell-sha/changelog	2011-01-15 16:12:45.318192872 +0000
+++ new-haskell-sha/changelog	2011-01-15 16:12:45.326193294 +0000
@@ -1,7 +1,11 @@
 haskell-sha (1.4.1.1-2) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:13 -0300
 
 haskell-sha (1.4.1.1-1) unstable; urgency=low
@@ -21,7 +25,7 @@
   * debian/control: Remove haddock from Build-Depends:, since it's now a
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-bytestring-
+  * debian/control: Remove uneeded Build-Depends: in libghc-bytestring-
     *.
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-sha/control new-haskell-sha/control
--- old-haskell-sha/control	2011-01-15 16:12:45.318192872 +0000
+++ new-haskell-sha/control	2011-01-15 16:12:45.322193083 +0000
@@ -7,18 +7,18 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-binary-dev,
- libghc6-binary-prof,
- libghc6-binary-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-binary-dev,
+ libghc-binary-prof,
+ libghc-binary-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/SHA
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-sha
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sha
 
-Package: libghc6-sha-dev
+Package: libghc-sha-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -39,7 +39,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-sha-prof
+Package: libghc-sha-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -59,7 +59,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-sha-doc
+Package: libghc-sha-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-sha/libghc6-sha-doc.doc-base new-haskell-sha/libghc6-sha-doc.doc-base
--- old-haskell-sha/libghc6-sha-doc.doc-base	2011-01-15 16:12:45.318192872 +0000
+++ new-haskell-sha/libghc6-sha-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-sha-api
-Title: Documentation for the haskell SHA suite of message digest functions
-Author: Galois, Inc.
-Abstract: API interface for the haskell SHA suite of message digest functions
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-sha-doc/html/index.html
-Files: /usr/share/doc/libghc6-sha-doc/html/*.html
diff -rN -u old-haskell-sha/libghc-sha-doc.doc-base new-haskell-sha/libghc-sha-doc.doc-base
--- old-haskell-sha/libghc-sha-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sha/libghc-sha-doc.doc-base	2011-01-15 16:12:45.322193083 +0000
@@ -0,0 +1,9 @@
+Document: haskell-sha-api
+Title: Documentation for the haskell SHA suite of message digest functions
+Author: Galois, Inc.
+Abstract: API interface for the haskell SHA suite of message digest functions
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-sha-doc/html/index.html
+Files: /usr/share/doc/libghc-sha-doc/html/*.html





More information about the Pkg-haskell-commits mailing list