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

Marco Silva marcot at debian.org
Sat Jan 15 16:13:02 UTC 2011


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

     ./libghc6-smtpclient-doc.doc-base -> ./libghc-smtpclient-doc.doc-base
    M ./changelog +6
    M ./control -15 +15
    M ./libghc-smtpclient-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: 8ca4209fb2b53e80d292385a442c897
diff -rN -u old-haskell-smtpclient/changelog new-haskell-smtpclient/changelog
--- old-haskell-smtpclient/changelog	2011-01-15 16:13:02.075075973 +0000
+++ new-haskell-smtpclient/changelog	2011-01-15 16:13:02.075075973 +0000
@@ -1,3 +1,9 @@
+haskell-smtpclient (1.0.2-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:28 -0200
+
 haskell-smtpclient (1.0.2-1) unstable; urgency=low
 
   * Initial release. (closes: #583209)
diff -rN -u old-haskell-smtpclient/control new-haskell-smtpclient/control
--- old-haskell-smtpclient/control	2011-01-15 16:13:02.075075973 +0000
+++ new-haskell-smtpclient/control	2011-01-15 16:13:02.075075973 +0000
@@ -7,26 +7,26 @@
  debhelper (>= 7),
  haskell-devscripts,
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-hsemail-dev (>= 1.6),
- libghc6-hsemail-prof (>= 1.6),
- libghc6-network-dev,
- libghc6-network-prof
+ ghc,
+ ghc-prof,
+ libghc-hsemail-dev (>= 1.6),
+ libghc-hsemail-prof (>= 1.6),
+ libghc-network-dev,
+ libghc-network-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-hsemail-doc (>= 1.6),
- libghc6-network-doc
+ ghc-doc,
+ libghc-hsemail-doc (>= 1.6),
+ libghc-network-doc
 Build-Conflicts:
- libghc6-hsemail-dev (>= 1.7),
- libghc6-hsemail-prof (>= 1.7),
- libghc6-hsemail-doc (>= 1.7)
+ libghc-hsemail-dev (>= 1.7),
+ libghc-hsemail-prof (>= 1.7),
+ libghc-hsemail-doc (>= 1.7)
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/smtpclient
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-smtpclient
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-smtpclient
 
-Package: libghc6-smtpclient-dev
+Package: libghc-smtpclient-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -41,7 +41,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-smtpclient-prof
+Package: libghc-smtpclient-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -55,7 +55,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-smtpclient-doc
+Package: libghc-smtpclient-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-smtpclient/libghc6-smtpclient-doc.doc-base new-haskell-smtpclient/libghc6-smtpclient-doc.doc-base
--- old-haskell-smtpclient/libghc6-smtpclient-doc.doc-base	2011-01-15 16:13:02.075075973 +0000
+++ new-haskell-smtpclient/libghc6-smtpclient-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-smtpclient-api
-Title: Documentation for the haskell smtpclient library
-Author: Stephen Blackheath
-Abstract: smtpclient is a simple Haskell SMTP client library
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-smtpclient-doc/html/index.html
-Files: /usr/share/doc/libghc6-smtpclient-doc/html/*.html
diff -rN -u old-haskell-smtpclient/libghc-smtpclient-doc.doc-base new-haskell-smtpclient/libghc-smtpclient-doc.doc-base
--- old-haskell-smtpclient/libghc-smtpclient-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-smtpclient/libghc-smtpclient-doc.doc-base	2011-01-15 16:13:02.075075973 +0000
@@ -0,0 +1,9 @@
+Document: haskell-smtpclient-api
+Title: Documentation for the haskell smtpclient library
+Author: Stephen Blackheath
+Abstract: smtpclient is a simple Haskell SMTP client library
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-smtpclient-doc/html/index.html
+Files: /usr/share/doc/libghc-smtpclient-doc/html/*.html





More information about the Pkg-haskell-commits mailing list