[Pkg-haskell-commits] darcs: haskell-happstack-jmacro: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Jun 29 14:35:28 UTC 2015


Mon Jun 29 14:35:21 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Mon Jun 29 14:35:21 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-happstack-jmacro/changelog new-haskell-happstack-jmacro/changelog
--- old-haskell-happstack-jmacro/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/changelog	2015-06-29 14:35:28.401004874 +0000
@@ -0,0 +1,5 @@
+haskell-happstack-jmacro (7.0.10-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Mon, 29 Jun 2015 16:34:32 +0200
diff -rN -u old-haskell-happstack-jmacro/compat new-haskell-happstack-jmacro/compat
--- old-haskell-happstack-jmacro/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/compat	2015-06-29 14:35:28.401004874 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-happstack-jmacro/control new-haskell-happstack-jmacro/control
--- old-haskell-happstack-jmacro/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/control	2015-06-29 14:35:28.401004874 +0000
@@ -0,0 +1,89 @@
+Source: haskell-happstack-jmacro
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base64-bytestring-dev (>= 0.1),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof,
+ libghc-cereal-dev (>= 0.3),
+ libghc-cereal-dev (<< 0.5),
+ libghc-cereal-prof,
+ libghc-digest-dev (>= 0.0),
+ libghc-digest-dev (<< 0.1),
+ libghc-digest-prof,
+ libghc-happstack-server-dev (>= 6.4),
+ libghc-happstack-server-dev (<< 7.5),
+ libghc-happstack-server-prof,
+ libghc-jmacro-dev (>= 0.6),
+ libghc-jmacro-dev (<< 0.7),
+ libghc-jmacro-prof,
+ libghc-text-dev (>= 0.9),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-prof,
+ libghc-wl-pprint-text-dev (>= 1.1),
+ libghc-wl-pprint-text-dev (<< 1.2),
+ libghc-wl-pprint-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base64-bytestring-doc,
+ libghc-cereal-doc,
+ libghc-digest-doc,
+ libghc-happstack-server-doc,
+ libghc-jmacro-doc,
+ libghc-text-doc,
+ libghc-utf8-string-doc,
+ libghc-wl-pprint-text-doc,
+Standards-Version: 3.9.6
+Homepage: http://www.happstack.com/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-jmacro
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-happstack-jmacro
+X-Description: Support for using JMacro with Happstack
+ This package integrates jmacro with HAppStack
+
+Package: libghc-happstack-jmacro-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-happstack-jmacro-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-happstack-jmacro-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-happstack-jmacro/copyright new-haskell-happstack-jmacro/copyright
--- old-haskell-happstack-jmacro/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/copyright	2015-06-29 14:35:28.405004877 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: happstack-jmacro
+Upstream-Contact: jeremy at n-heptane.com
+Source: https://hackage.haskell.org/package/happstack-jmacro
+
+Files: *
+Copyright: Jeremy Shaw 2011
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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 Jeremy Shaw nor the names of other
+       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.
diff -rN -u old-haskell-happstack-jmacro/rules new-haskell-happstack-jmacro/rules
--- old-haskell-happstack-jmacro/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/rules	2015-06-29 14:35:28.405004877 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = happstack-jmacro
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-happstack-jmacro/source/format new-haskell-happstack-jmacro/source/format
--- old-haskell-happstack-jmacro/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/source/format	2015-06-29 14:35:28.405004877 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-happstack-jmacro/watch new-haskell-happstack-jmacro/watch
--- old-haskell-happstack-jmacro/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-happstack-jmacro/watch	2015-06-29 14:35:28.405004877 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/happstack-jmacro/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list