[Pkg-haskell-commits] darcs: haskell-happstack: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Wed Jul 14 16:54:20 UTC 2010


Wed Jul 14 16:40:17 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 4d6e3b9d04d049adf38d8b0d6e8dac8e

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Jul 14 16:40:17 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 4d6e3b9d04d049adf38d8b0d6e8dac8e
diff -rN -u old-haskell-happstack/changelog new-haskell-happstack/changelog
--- old-haskell-happstack/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/changelog	2010-07-14 16:54:20.418514588 +0000
@@ -0,0 +1,5 @@
+haskell-happstack (0.5.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #569501)
+
+ -- Giovanni Mascellani <gio at debian.org>  Mon, 05 Jul 2010 11:04:52 +0200
diff -rN -u old-haskell-happstack/compat new-haskell-happstack/compat
--- old-haskell-happstack/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/compat	2010-07-14 16:54:20.418514588 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-happstack/control new-haskell-happstack/control
--- old-haskell-happstack/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/control	2010-07-14 16:54:20.414514375 +0000
@@ -0,0 +1,84 @@
+Source: haskell-happstack
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc6,
+ ghc6-prof
+Build-Depends-Indep:
+ ghc6-doc
+Standards-Version: 3.9.0
+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
+
+Package: libghc6-happstack-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Happstack web framework - GHC 6 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 6.
+
+Package: libghc6-happstack-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Happstack web framework - GHC 6 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 6.
+
+Package: libghc6-happstack-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Happstack 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.
diff -rN -u old-haskell-happstack/copyright new-haskell-happstack/copyright
--- old-haskell-happstack/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/copyright	2010-07-14 16:54:20.414514375 +0000
@@ -0,0 +1,86 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Happstack web framework
+Maintainer: Happstack.com members
+Source: http://hackage.haskell.org/package/happstack-data
+
+Files: *
+Copyright: © 2005 - 2010, Adam Vogt <vogt.adam at gmail.com>
+           © 2005 - 2010, Alexander Jacobson <darcs at alexjacobson.com>
+           © 2005 - 2010, Andrea Vezzosi <sanzhiyan at gmail.com>
+           © 2005 - 2010, Antoine Latter <aslatter at gmail.com>
+           © 2005 - 2010, Bas van Dijk <v.dijk.bas at gmail.com>
+           © 2005 - 2010, Cedric Shock <cedric-happs at shockfamily.net>
+           © 2005 - 2010, Chris Smith <cdsmith at twu.net>
+           © 2005 - 2010, Creighton Hogg <wchogg at gmail.com>
+           © 2005 - 2010, Daniel Rogers <daniel at phasevelocity.org>
+           © 2005 - 2010, David Fox <dsf at seereason.com>
+           © 2005 - 2010, David Himmelstrup <lemmih at gmail.com>
+           © 2005 - 2010, David Lazar <david at davidlazar.org>
+           © 2005 - 2010, Dmitry Astapov <dastapov at gmail.com>
+           © 2005 - 2010, Doug Beardsley <mightybyte at gmail.com>
+           © 2005 - 2010, Eelco Lempsink <eml at tupil.com>
+           © 2005 - 2010, Einar Karttunen <einar at vo.com>
+           © 2005 - 2010, Eric Mertens <emertens at gmail.com>
+           © 2005 - 2010, Erik Hesselink <erik at typlab.com>
+           © 2005 - 2010, Gracjan Polak <gracjanpolak at gmail.com>
+           © 2005 - 2010, Greg Heartsfield <scsibug at imap.cc>
+           © 2005 - 2010, Gregory Collins <greg at gregorycollins.net>
+           © 2005 - 2010, Ian Lynagh <igloo at earth.li>
+           © 2005 - 2010, Jake McArthur <jake.mcarthur at gmail.com>
+           © 2005 - 2010, Jeremy Shaw <jeremy at n-heptane.com>
+           © 2005 - 2010, Joachim Breitner <mail at joachim-breitner.de>
+           © 2005 - 2010, Joachim Fasting <joachim.fasting at gmail.com>
+           © 2005 - 2010, Jochem Berndsen <jochem at functor.nl>
+           © 2005 - 2010, Joe Edmonds <joe at elem.com>
+           © 2005 - 2010, John MacFarlane <jgm at berkeley.edu>
+           © 2005 - 2010, Kamil Dworakowski <kamil at dworakowski.name>
+           © 2005 - 2010, Marc Weber <marco-oweber at gmx.de>
+           © 2005 - 2010, Matthew Elder <matt at mattelder.org>
+           © 2005 - 2010, Matt Munz <mattmunz at mac.com>
+           © 2005 - 2010, Nils Schweinsberg <mail at n-sch.de>
+           © 2005 - 2010, Pasqualino 'Titto' Assini <tittoassini at gmail.com>
+           © 2005 - 2010, Paulo Tanimoto <ptanimoto at gmail.com>
+           © 2005 - 2010, Shae Erisson <shae at ScannedInAvian.com>
+           © 2005 - 2010, Simon Meier <simon.meier at inf.ethz.ch>
+           © 2005 - 2010, Simon Michael <simon at joyful.com>
+           © 2005 - 2010, Stefan Aeschbacher <stefan at aeschbacher.ch>
+           © 2005 - 2010, Stefan O'Rear <stefanor at cox.net>
+           © 2005 - 2010, Thomas Hartman <thomashartman1 at gmail.com>
+           © 2005, HApps LLC
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ Neither the name of the HAppS.org; nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: © 2010 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'.
+
diff -rN -u old-haskell-happstack/rules new-haskell-happstack/rules
--- old-haskell-happstack/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/rules	2010-07-14 16:54:20.414514375 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-happstack/source/format new-haskell-happstack/source/format
--- old-haskell-happstack/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/source/format	2010-07-14 16:54:20.414514375 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-happstack/watch new-haskell-happstack/watch
--- old-haskell-happstack/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/watch	2010-07-14 16:54:20.414514375 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|happstack-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/happstack \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list