[Pkg-haskell-commits] darcs: haskell-happstack: Random work on packaging

Giovanni Mascellani gio at debian.org
Tue May 22 11:04:56 UTC 2012


Tue May 22 09:33:36 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Random work on packaging
  Ignore-this: 445e7a00d74ba1e4294c9270d0a62d67

    M ./changelog +4
    M ./control -52 +24
    M ./copyright -5 +5

Tue May 22 09:33:36 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Random work on packaging
  Ignore-this: 445e7a00d74ba1e4294c9270d0a62d67
diff -rN -u old-haskell-happstack//changelog new-haskell-happstack//changelog
--- old-haskell-happstack//changelog	2012-05-22 11:04:56.162324614 +0000
+++ new-haskell-happstack//changelog	2012-05-22 11:04:56.178327004 +0000
@@ -1,6 +1,10 @@
 haskell-happstack (7.0.0-1) UNRELEASED; urgency=low
 
   * New upstream reselase.
+    + Update dependencies.
+  * Bump Standards-Version to 3.9.3 (no changes required).
+  * Small updates in debian/copyright.
+  * Fix some lintian warnings.
 
  -- Giovanni Mascellani <gio at debian.org>  Tue, 22 May 2012 11:14:32 +0200
 
diff -rN -u old-haskell-happstack//control new-haskell-happstack//control
--- old-haskell-happstack//control	2012-05-22 11:04:56.142324337 +0000
+++ new-haskell-happstack//control	2012-05-22 11:04:56.166323106 +0000
@@ -9,29 +9,13 @@
  cdbs,
  ghc,
  ghc-prof,
- libghc-happstack-data-dev (>= 6.0),
- libghc-happstack-data-dev (<< 6.1),
- libghc-happstack-data-prof,
- libghc-happstack-server-dev (>= 6.0),
- libghc-happstack-server-dev (<< 6.7),
+ libghc-happstack-server-dev (>= 7.0),
+ libghc-happstack-server-dev (<< 7.1),
  libghc-happstack-server-prof,
- libghc-happstack-state-dev (>= 6.0),
- libghc-happstack-state-dev (<< 6.2),
- libghc-happstack-state-prof,
- libghc-happstack-ixset-dev (>= 6.0),
- libghc-happstack-ixset-dev (<< 6.2),
- libghc-happstack-ixset-prof,
- libghc-happstack-util-dev (>= 6.0),
- libghc-happstack-util-dev (<< 6.1),
- libghc-happstack-util-prof
 Build-Depends-Indep:
  ghc-doc,
- libghc-happstack-data-doc,
  libghc-happstack-server-doc,
- libghc-happstack-state-doc,
- libghc-happstack-ixset-doc,
- libghc-happstack-util-doc 
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/happstack
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack
@@ -46,18 +30,14 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Description: Haskell web framework - 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
- environments.
- .
- Happstack provides you with all the components you need to build and
- deploy your application, which is completely self-contained.
- Particularly, Happstack provides the application with a distributed and
- persistent data storage layer, capable to interact with the application
- itself directly in terms of Haskell data structures.
- .
- This package contains the libraries compiled for GHC.
+ Happstack is a web framework written in Haskell; it provides a rich
+ collection of types and functions for routing Requests, generating
+ Responses, working with query parameters, form data, and cookies,
+ serving files and more.
+ .
+ This package contains the libraries compiled for GHC. Anyway, it is
+ just a stub, depending on the package that actually provides the
+ Happstack server.
 
 Package: libghc-happstack-prof
 Architecture: any
@@ -68,18 +48,14 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Description: Haskell web framework - 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
- environments.
- .
- Happstack provides you with all the components you need to build and
- deploy your application, which is completely self-contained.
- Particularly, Happstack provides the application with a distributed and
- persistent data storage layer, capable to interact with the application
- itself directly in terms of Haskell data structures.
- .
- This package contains the profiling libraries compiled for GHC.
+ Happstack is a web framework written in Haskell; it provides a rich
+ collection of types and functions for routing Requests, generating
+ Responses, working with query parameters, form data, and cookies,
+ serving files and more.
+ .
+ This package contains the profiling libraries compiled for
+ GHC. Anyway, it is just a stub, depending on the package that
+ actually provides the Happstack server.
 
 Package: libghc-happstack-doc
 Section: doc
@@ -90,15 +66,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Description: Haskell web framework - documentation
- 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
- environments.
- .
- Happstack provides you with all the components you need to build and
- deploy your application, which is completely self-contained.
- Particularly, Happstack provides the application with a distributed and
- persistent data storage layer, capable to interact with the application
- itself directly in terms of Haskell data structures.
- .
- This package contains the library documentation.
+ Happstack is a web framework written in Haskell; it provides a rich
+ collection of types and functions for routing Requests, generating
+ Responses, working with query parameters, form data, and cookies,
+ serving files and more.
+ .
+ This package contains the library documentation. Anyway, it is just a
+ stub, depending on the package that actually provides the Happstack
+ server.
diff -rN -u old-haskell-happstack//copyright new-haskell-happstack//copyright
--- old-haskell-happstack//copyright	2012-05-22 11:04:56.086328332 +0000
+++ new-haskell-happstack//copyright	2012-05-22 11:04:56.166323106 +0000
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5
-Name: Happstack web framework
-Maintainer: Happstack.com members
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Happstack web framework
+Upstream-Contact: Happstack.com members
 Source: http://hackage.haskell.org/package/happstack
 
 Files: *
@@ -47,6 +47,7 @@
            © 2005 - 2010, Stefan O'Rear <stefanor at cox.net>
            © 2005 - 2010, Thomas Hartman <thomashartman1 at gmail.com>
            © 2005, HApps LLC
+	   © 2009, Happstack.com
 License: BSD
  All rights reserved.
  .
@@ -78,9 +79,8 @@
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
-Copyright: © 2010 - 2011, Giovanni Mascellani <gio at debian.org>
+Copyright: © 2010 - 2012, 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
  Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
-





More information about the Pkg-haskell-commits mailing list