[Pkg-haskell-commits] darcs: haskell-smtpclient: Fix control file.

clint at debian.org clint at debian.org
Sun Oct 9 18:33:15 UTC 2011


Sun Oct  9 18:33:06 UTC 2011  clint at debian.org
  * Fix control file.
  Ignore-this: ac2af5dc98c728f047ed1c179ea173af

    M ./changelog +7
    M ./control -19 +14

Sun Oct  9 18:33:06 UTC 2011  clint at debian.org
  * Fix control file.
  Ignore-this: ac2af5dc98c728f047ed1c179ea173af
diff -rN -u old-haskell-smtpclient//changelog new-haskell-smtpclient//changelog
--- old-haskell-smtpclient//changelog	2011-10-09 18:33:15.466831352 +0000
+++ new-haskell-smtpclient//changelog	2011-10-09 18:33:15.470984855 +0000
@@ -1,3 +1,10 @@
+haskell-smtpclient (1.0.4-2) unstable; urgency=low
+
+  * Fix build dependencies.
+  * Fix Homepage.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Oct 2011 14:29:58 -0400
+
 haskell-smtpclient (1.0.4-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-smtpclient//control new-haskell-smtpclient//control
--- old-haskell-smtpclient//control	2011-10-09 18:33:15.454838894 +0000
+++ new-haskell-smtpclient//control	2011-10-09 18:33:15.470984855 +0000
@@ -3,26 +3,21 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
-Build-Depends:
- debhelper (>= 7),
- haskell-devscripts,
- cdbs,
- ghc,
- ghc-prof,
- libghc-hsemail-dev (>= 1.6),
- libghc-hsemail-prof (>= 1.6),
- libghc-network-dev,
- libghc-network-prof
-Build-Depends-Indep:
- ghc-doc,
- libghc-hsemail-doc (>= 1.6),
- libghc-network-doc
-Build-Conflicts:
- libghc-hsemail-dev (>= 1.7),
- libghc-hsemail-prof (>= 1.7),
- libghc-hsemail-doc (>= 1.7)
+Build-Depends: debhelper (>= 7)
+ , haskell-devscripts
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-hsemail-dev (>> 1)
+ , libghc-hsemail-dev (<< 2)
+ , libghc-hsemail-prof
+ , libghc-network-dev
+ , libghc-network-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-hsemail-doc
+ , libghc-network-doc
 Standards-Version: 3.9.2
-Homepage: http://hackage.haskell.org/package/smtpclient
+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
 





More information about the Pkg-haskell-commits mailing list