[Pkg-haskell-commits] darcs: haskell-happstack: Description fixed and happstack binary package added

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Fri Jul 16 11:07:28 UTC 2010


Thu Jul 15 14:52:27 UTC 2010  mascellani at poisson.phc.unipi.it
  * Description fixed and happstack binary package added
  Ignore-this: 6a876f3d283956333aea66f4303f5116

    M ./control -3 +20
    A ./happstack.dirs
    M ./rules +5

Thu Jul 15 14:52:27 UTC 2010  mascellani at poisson.phc.unipi.it
  * Description fixed and happstack binary package added
  Ignore-this: 6a876f3d283956333aea66f4303f5116
diff -rN -u old-haskell-happstack/control new-haskell-happstack/control
--- old-haskell-happstack/control	2010-07-16 11:07:26.439793427 +0000
+++ new-haskell-happstack/control	2010-07-16 11:07:26.447793853 +0000
@@ -16,6 +16,23 @@
 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: happstack
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Haskell web framework
+ 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.
+
 Package: libghc6-happstack-dev
 Architecture: any
 Depends:
@@ -25,7 +42,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Happstack web framework - GHC 6 libraries
+Description: Haskell 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
@@ -47,7 +64,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Happstack web framework - GHC 6 profiling libraries
+Description: Haskell 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
@@ -69,7 +86,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Happstack web framework - documentation
+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
diff -rN -u old-haskell-happstack/happstack.dirs new-haskell-happstack/happstack.dirs
--- old-haskell-happstack/happstack.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack/happstack.dirs	2010-07-16 11:07:26.439793427 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/happstack
diff -rN -u old-haskell-happstack/rules new-haskell-happstack/rules
--- old-haskell-happstack/rules	2010-07-16 11:07:26.431793000 +0000
+++ new-haskell-happstack/rules	2010-07-16 11:07:26.447793853 +0000
@@ -2,3 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/happstack::
+	mv debian/tmp-inst-ghc6/usr/bin/happstack debian/happstack/usr/bin
+	mv debian/tmp-inst-ghc6/usr/share/happstack-$(CABAL_VERSION)/templates debian/happstack/usr/share/happstack
+





More information about the Pkg-haskell-commits mailing list