[Pkg-haskell-commits] darcs: haskell-happstack-server: General housekeeping.

Giovanni Mascellani gio at debian.org
Mon May 16 21:44:26 UTC 2011


Mon May 16 21:43:56 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * General housekeeping.
  Ignore-this: e6ac27a035b47745c19bfa48874da667

    M ./changelog +4
    M ./control -23 +29
    M ./copyright -6 +5

Mon May 16 21:43:56 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * General housekeeping.
  Ignore-this: e6ac27a035b47745c19bfa48874da667
diff -rN -u old-haskell-happstack-server/changelog new-haskell-happstack-server/changelog
--- old-haskell-happstack-server/changelog	2011-05-16 21:44:26.669099553 +0000
+++ new-haskell-happstack-server/changelog	2011-05-16 21:44:26.677099975 +0000
@@ -5,6 +5,10 @@
 
   [ Giovanni Mascellani ]
   * New upstream release
+  * Description: removing references to GHC 6.
+  * debian/copyright: copyright years updated.
+  * Standards-Version bumped to 3.9.2 (no changes required).
+  * Dependencies fixed.
 
  -- Giovanni Mascellani <gio at debian.org>  Mon, 16 May 2011 23:09:42 +0200
 
diff -rN -u old-haskell-happstack-server/control new-haskell-happstack-server/control
--- old-haskell-happstack-server/control	2011-05-16 21:44:26.669099553 +0000
+++ new-haskell-happstack-server/control	2011-05-16 21:44:26.673099764 +0000
@@ -9,45 +9,51 @@
  cdbs,
  ghc,
  ghc-prof,
- libghc-happstack-data-dev,
- libghc-happstack-data-prof,
- libghc-happstack-util-dev,
- libghc-happstack-util-prof,
- libghc-haxml-dev,
- libghc-haxml-prof,
- libghc-hslogger-dev,
- libghc-hslogger-prof,
+ libghc-happstack-data-dev (>= 6.0),
+ libghc-happstack-data-prof (>= 6.0),
+ libghc-happstack-util-dev (>= 6.0),
+ libghc-happstack-util-prof (>= 6.0),
+ libghc-blaze-html-dev (>= 0.3),
+ libghc-blaze-html-prof (>= 0.3),
+ libghc-hslogger-dev (>= 1.0.2),
+ libghc-hslogger-prof (>= 1.0.2),
  libghc-html-dev,
  libghc-html-prof,
  libghc-maybet-dev,
  libghc-maybet-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
+ libghc-mtl-dev (>= 1.1),
+ libghc-mtl-prof (>= 1.1),
  libghc-network-dev,
  libghc-network-prof,
  libghc-parsec3-dev,
  libghc-parsec3-prof,
- libghc-sendfile-dev,
- libghc-sendfile-prof,
+ libghc-sendfile-dev (>= 0.7.1),
+ libghc-sendfile-prof (>= 0.7.1),
+ libghc-text-dev (>= 0.10),
+ libghc-text-prof (>= 0.10),
+ libghc-utf8-string-dev (>= 0.3.4),
+ libghc-utf8-string-prof (>= 0.3.4),
  libghc-xhtml-dev,
  libghc-xhtml-prof,
  libghc-zlib-dev,
  libghc-zlib-prof
 Build-Depends-Indep:
  ghc-doc,
- libghc-happstack-data-doc,
- libghc-happstack-util-doc,
- libghc-haxml-doc,
- libghc-hslogger-doc,
+ libghc-happstack-data-doc (>= 6.0),
+ libghc-happstack-util-doc (>= 6.0),
+ libghc-blaze-html-doc (>= 0.3),
+ libghc-hslogger-doc (>= 1.0.2),
  libghc-html-doc,
  libghc-maybet-doc,
- libghc-mtl-doc,
+ libghc-mtl-doc (>= 1.1),
  libghc-network-doc,
  libghc-parsec3-doc,
- libghc-sendfile-doc,
+ libghc-sendfile-doc (>= 0.7.1),
+ libghc-text-doc (>= 0.10),
+ libghc-utf8-string-doc (>= 0.3.4),
  libghc-xhtml-doc,
  libghc-zlib-doc
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/happstack-server
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-server
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-server
@@ -61,7 +67,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Happstack web framework, HTTP server - GHC 6 libraries
+Description: Happstack web framework, HTTP server - GHC libraries
  Happstack is a Haskell web framework, designed so that developers can
  prototype quickly, deploy painlessly, scale massively, operate reliably,
  and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -75,7 +81,7 @@
  .
  Happstack-server contains the HTTP server itself.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-happstack-server-prof
 Architecture: any
@@ -85,7 +91,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Happstack web framework, HTTP server - GHC 6 profiling libraries
+Description: Happstack web framework, HTTP server - GHC profiling libraries
  Happstack is a Haskell web framework, designed so that developers can
  prototype quickly, deploy painlessly, scale massively, operate reliably,
  and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -99,7 +105,7 @@
  .
  Happstack-server contains the HTTP server itself.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-happstack-server-doc
 Section: doc
diff -rN -u old-haskell-happstack-server/copyright new-haskell-happstack-server/copyright
--- old-haskell-happstack-server/copyright	2011-05-16 21:44:26.669099553 +0000
+++ new-haskell-happstack-server/copyright	2011-05-16 21:44:26.673099764 +0000
@@ -49,22 +49,21 @@
            © 2005, HApps LLC
 License: BSD
 
-Files: src/Server/HTTP/RFC822Headers.hs,
-       src/Server/HTTP/Multipart.hs
+Files: src/Happstack/Server/Internal/RFC822Headers.hs
 Copyright: © 2001-2002, Peter Thiemann
            © 2005-2006, Bjorn Bringert <bjorn at bringert.net>
            © 2007, David Himmelstrup <lemmih at gmail.com>
 License: BSD
 
-Files: src/Server/HTTPClient/TCP.hs,
-       src/Server/HTTPClient/Stream.hs,
-       src/Server/HTTPClient/HTTP.hs
+Files: src/Happstack/Server/HTTPClient/TCP.hs,
+       src/Happstack/Server/HTTPClient/Stream.hs,
+       src/Happstack/Server/HTTPClient/HTTP.hs
 Copyright: © 2002, Warrick Gray
            © 2003-2004, Bjorn Bringert <bjorn at bringert.net>
            © 2004, Simon Foster
 
 Files: debian/*
-Copyright: © 2010 Giovanni Mascellani <gio at debian.org>
+Copyright: © 2010 - 2011 Giovanni Mascellani <gio at debian.org>
 License: GPL-3+
  The Debian packaging information is under the GPL, version 3 or later.  On
  Debian GNU/Linux systems, the complete text of the GNU General Public License





More information about the Pkg-haskell-commits mailing list