diff options
| author | clint <clint@debian.org> | 2011-08-25 18:47:37 +0400 |
|---|---|---|
| committer | clint <clint@debian.org> | 2011-08-25 18:47:37 +0400 |
| commit | a379cabc5a2b06e22f7d4d1fe28f7caddc0073c1 (patch) | |
| tree | 2baa9c058ca479a0a44599ce4456cbbdbd7a0bc5 /p/haskell-hsemail | |
| parent | 9d7509de8e8cb50726af49e48e96f7e6900d98e8 (diff) | |
| download | DHG_packages-a379cabc5a2b06e22f7d4d1fe28f7caddc0073c1.tar.gz | |
haskell-hsemail: New upstream version 1.7.1.
Diffstat (limited to 'p/haskell-hsemail')
| -rw-r--r-- | p/haskell-hsemail/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/control | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/p/haskell-hsemail/debian/changelog b/p/haskell-hsemail/debian/changelog index cd63a90eb..cbe7d1cba 100644 --- a/p/haskell-hsemail/debian/changelog +++ b/p/haskell-hsemail/debian/changelog @@ -1,3 +1,11 @@ +haskell-hsemail (1.7.1-1) unstable; urgency=low + + * New upstream version. + * Bump to Standards-Version 3.9.2. + * Remove references to GHC 6 in package descriptions. + + -- Clint Adams <clint@debian.org> Thu, 25 Aug 2011 10:41:11 -0400 + haskell-hsemail (1.6-2) unstable; urgency=low [ Marco Silva ] diff --git a/p/haskell-hsemail/debian/control b/p/haskell-hsemail/debian/control index e08862f78..614f6e518 100644 --- a/p/haskell-hsemail/debian/control +++ b/p/haskell-hsemail/debian/control @@ -2,7 +2,7 @@ Source: haskell-hsemail Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Giovanni Mascellani <gio@debian.org> +Uploaders: Giovanni Mascellani <gio@debian.org>, Clint Adams <clint@debian.org> Build-Depends: debhelper (>= 7), haskell-devscripts, @@ -17,7 +17,7 @@ Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-parsec3-doc -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/hsemail Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsemail Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsemail @@ -31,11 +31,11 @@ Depends: Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} -Description: Haskell parser for emails and SMTP conversations - GHC 6 libraries +Description: Haskell parser for emails and SMTP conversations - GHC libraries This Haskell library is parser for email messages (as described in RFC 2822) and SMTP conversation (as described in RFC 2821). . - This package contains the libraries compiled for GHC 6. + This package contains the libraries compiled for GHC. Package: libghc-hsemail-prof Architecture: any @@ -45,11 +45,11 @@ Depends: Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} -Description: Haskell parser for emails and SMTP conversations - GHC 6 profiling libraries +Description: Haskell parser for emails and SMTP conversations - GHC profiling libraries This Haskell library is parser for email messages (as described in RFC 2822) and SMTP conversation (as described in RFC 2821). . - This package contains the profiling libraries compiled for GHC 6. + This package contains the profiling libraries compiled for GHC. Package: libghc-hsemail-doc Section: doc |
