[Pkg-haskell-commits] darcs: haskell-yesod-default: Initial Check-In

Clint Adams clint at debian.org
Wed Mar 7 16:18:45 UTC 2012


Wed Mar  7 16:18:26 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 473a810b1ee5205c18acbc1509963a96

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

Wed Mar  7 16:18:26 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 473a810b1ee5205c18acbc1509963a96
diff -rN -u old-haskell-yesod-default//changelog new-haskell-yesod-default//changelog
--- old-haskell-yesod-default//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//changelog	2012-03-07 16:18:44.782247442 +0000
@@ -0,0 +1,5 @@
+haskell-yesod-default (0.6.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 07 Mar 2012 10:56:14 -0500
diff -rN -u old-haskell-yesod-default//compat new-haskell-yesod-default//compat
--- old-haskell-yesod-default//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//compat	2012-03-07 16:18:44.782247442 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-yesod-default//control new-haskell-yesod-default//control
--- old-haskell-yesod-default//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//control	2012-03-07 16:18:44.782247442 +0000
@@ -0,0 +1,97 @@
+Source: haskell-yesod-default
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-shakespeare-css-dev (>> 0.10.5)
+ , libghc-shakespeare-css-dev (<< 0.11)
+ , libghc-shakespeare-css-prof
+ , libghc-shakespeare-js-dev (>> 0.11)
+ , libghc-shakespeare-js-dev (<< 0.12)
+ , libghc-shakespeare-js-prof
+ , libghc-text-dev (>> 0.9)
+ , libghc-text-prof
+ , ghc-ghci
+ , libghc-transformers-dev (>> 0.2.2)
+ , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-prof
+ , libghc-unordered-containers-dev
+ , libghc-unordered-containers-prof
+ , libghc-wai-dev (>> 1.1)
+ , libghc-wai-dev (<< 1.2)
+ , libghc-wai-prof
+ , libghc-wai-extra-dev (>> 1.1)
+ , libghc-wai-extra-dev (<< 1.2)
+ , libghc-wai-extra-prof
+ , libghc-warp-dev (>> 1.1)
+ , libghc-warp-dev (<< 1.2)
+ , libghc-warp-prof
+ , libghc-yaml-dev (>> 0.5.1.2)
+ , libghc-yaml-dev (<< 0.6)
+ , libghc-yaml-prof
+ , libghc-yesod-core-dev (>> 0.10.1)
+ , libghc-yesod-core-dev (<< 0.11)
+ , libghc-yesod-core-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-shakespeare-css-doc
+ , libghc-shakespeare-js-doc
+ , libghc-text-doc
+ , libghc-transformers-doc
+ , libghc-unordered-containers-doc
+ , libghc-wai-doc
+ , libghc-wai-extra-doc
+ , libghc-warp-doc
+ , libghc-yaml-doc
+ , libghc-yesod-core-doc
+Standards-Version: 3.9.3
+Homepage: http://www.yesodweb.com/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-default
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-default
+
+Package: libghc-yesod-default-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: default config and main functions for your Yesod application
+ This provides convenient wrappers for the configuration and execution of
+ Yesod applications, including per-environment (development, testing,
+ staging, production) configs.
+ .
+ This package contains the normal library files.
+
+Package: libghc-yesod-default-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: default config/main functions for your Yesod application; profiling libraries
+ This provides convenient wrappers for the configuration and execution of
+ Yesod applications, including per-environment (development, testing,
+ staging, production) configs.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-yesod-default-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: default config and main functions for your Yesod application; documentation
+ This provides convenient wrappers for the configuration and execution of
+ Yesod applications, including per-environment (development, testing,
+ staging, production) configs.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-yesod-default//copyright new-haskell-yesod-default//copyright
--- old-haskell-yesod-default//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//copyright	2012-03-07 16:18:44.782247442 +0000
@@ -0,0 +1,26 @@
+This software is
+
+Copyright 2010, Michael Snoyman
+
+and released under this license:
+
+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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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-yesod-default//rules new-haskell-yesod-default//rules
--- old-haskell-yesod-default//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//rules	2012-03-07 16:18:44.782247442 +0000
@@ -0,0 +1,3 @@
+#!/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-yesod-default//source/format new-haskell-yesod-default//source/format
--- old-haskell-yesod-default//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//source/format	2012-03-07 16:18:44.786248383 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-yesod-default//watch new-haskell-yesod-default//watch
--- old-haskell-yesod-default//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-default//watch	2012-03-07 16:18:44.786248383 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|yesod-default-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/yesod-default \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list