[Pkg-haskell-commits] darcs: haskell-happstack: This removes the happstack scaffolding binary, as it is unmaintained (http://groups.google.com/group/happs/browse_thread/thread/a88a2494bf975c4d?hl=en)

Joachim Breitner mail at joachim-breitner.de
Tue Mar 13 14:38:50 UTC 2012


Tue Mar 13 14:36:41 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * This removes the happstack scaffolding binary, as it is unmaintained (http://groups.google.com/group/happs/browse_thread/thread/a88a2494bf975c4d?hl=en)
  Ignore-this: 679d967604a1c0a6f1c17846aa4391d5

    M ./changelog -2 +4
    M ./control -23
    R ./happstack.dirs
    M ./rules -9

Tue Mar 13 14:36:41 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * This removes the happstack scaffolding binary, as it is unmaintained (http://groups.google.com/group/happs/browse_thread/thread/a88a2494bf975c4d?hl=en)
  Ignore-this: 679d967604a1c0a6f1c17846aa4391d5
diff -rN -u old-haskell-happstack//changelog new-haskell-happstack//changelog
--- old-haskell-happstack//changelog	2012-03-13 14:38:49.749751981 +0000
+++ new-haskell-happstack//changelog	2012-03-13 14:38:49.905776312 +0000
@@ -1,8 +1,10 @@
-haskell-happstack (6.1.8-1) UNRELEASED; urgency=low
+haskell-happstack (6.1.8-1) unstable; urgency=low
 
   * New upstream release
+    + This removes the happstack scaffolding binary, as it is unmaintained
+      (http://groups.google.com/group/happs/browse_thread/thread/a88a2494bf975c4d?hl=en)
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 10 Mar 2012 17:00:54 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 13 Mar 2012 15:31:14 +0100
 
 haskell-happstack (6.0.0-1) unstable; urgency=low
 
diff -rN -u old-haskell-happstack//control new-haskell-happstack//control
--- old-haskell-happstack//control	2012-03-13 14:38:49.717985975 +0000
+++ new-haskell-happstack//control	2012-03-13 14:38:49.911286206 +0000
@@ -36,29 +36,6 @@
 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}
-Recommends:
- libghc-happstack-dev,
- ghc
-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.
- .
- This package contains the tool used to create and manage a Happstack
- project.
-
 Package: libghc-happstack-dev
 Architecture: any
 Depends:
diff -rN -u old-haskell-happstack//happstack.dirs new-haskell-happstack//happstack.dirs
--- old-haskell-happstack//happstack.dirs	2012-03-13 14:38:49.717985975 +0000
+++ new-haskell-happstack//happstack.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/bin
-usr/share
diff -rN -u old-haskell-happstack//rules new-haskell-happstack//rules
--- old-haskell-happstack//rules	2012-03-13 14:38:49.717985975 +0000
+++ new-haskell-happstack//rules	2012-03-13 14:38:49.913750757 +0000
@@ -2,12 +2,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
-
-install/happstack:: debian/tmp-inst-ghc
-	mv debian/tmp-inst-ghc/usr/bin/happstack debian/happstack/usr/bin
-	mv debian/tmp-inst-ghc/usr/share/happstack-$(CABAL_VERSION) debian/happstack/usr/share
-	chmod a+x debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/Setup.hs \
-	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/build.sh \
-	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/run.sh \
-	          debian/happstack/usr/share/happstack-$(CABAL_VERSION)/templates/project/bin/run-interactive.sh
-





More information about the Pkg-haskell-commits mailing list