[Pkg-haskell-commits] darcs: haskell-shakespeare-css: Initial Check-In

clint at debian.org clint at debian.org
Wed Sep 7 02:47:20 UTC 2011


Wed Sep  7 02:43:28 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 6b8e4159cd3e6b787f16103269da7b8

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/debian-changes-0.10.0-1
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch
    A ./yesod.dirs

Wed Sep  7 02:43:28 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 6b8e4159cd3e6b787f16103269da7b8
diff -rN -u old-haskell-shakespeare-css//changelog new-haskell-shakespeare-css//changelog
--- old-haskell-shakespeare-css//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//changelog	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1,5 @@
+haskell-shakespeare-css (0.10.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Sep 2011 17:11:42 -0400
diff -rN -u old-haskell-shakespeare-css//compat new-haskell-shakespeare-css//compat
--- old-haskell-shakespeare-css//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//compat	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-shakespeare-css//control new-haskell-shakespeare-css//control
--- old-haskell-shakespeare-css//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//control	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1,99 @@
+Source: haskell-shakespeare-css
+Section: haskell
+Priority: extra
+Maintainer: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-parsec3-dev
+  , libghc-parsec3-prof
+  , libghc-shakespeare-dev (>> 0.10)
+  , libghc-shakespeare-dev (<< 0.11)
+  , libghc-shakespeare-prof
+  , libghc-text-dev (>> 0.7)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-parsec3-doc
+  , libghc-shakespeare-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/shakespeare-css
+Vcs-Git: git://git.debian.org/collab-maint/haskell-shakespeare-css.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-shakespeare-css.git;a=summary
+
+Package: libghc-shakespeare-css-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: compile-time CSS templates
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Shakespeare is a template family for type-safe, efficient templates
+ with simple variable interpolation . Shakespeare templates can be
+ used inline with a quasi-quoter or in an external file. Shakespeare
+ interpolates variables according to the type being inserted.
+ .
+ In this case, the variable type needs a ToCss instance.
+ .
+ This package contains 2 CSS template languages. The Cassius language
+ uses whitespace to avoid the need for closing brackets and
+ semi-colons. Lucius does not care about whitespace and is a strict
+ superset of CSS. There are also some significant conveniences added
+ for CSS.
+
+Package: libghc-shakespeare-css-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: compile-time JavaScript templates; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Shakespeare is a template family for type-safe, efficient templates
+ with simple variable interpolation . Shakespeare templates can be
+ used inline with a quasi-quoter or in an external file. Shakespeare
+ interpolates variables according to the type being inserted.
+ .
+ In this case, the variable type needs a ToCss instance.
+ .
+ This package contains 2 CSS template languages. The Cassius language
+ uses whitespace to avoid the need for closing brackets and
+ semi-colons. Lucius does not care about whitespace and is a strict
+ superset of CSS. There are also some significant conveniences added
+ for CSS.
+
+Package: libghc-shakespeare-css-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: compile-time JavaScript templates; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Shakespeare is a template family for type-safe, efficient templates
+ with simple variable interpolation . Shakespeare templates can be
+ used inline with a quasi-quoter or in an external file. Shakespeare
+ interpolates variables according to the type being inserted.
+ .
+ In this case, the variable type needs a ToCss instance.
+ .
+ This package contains 2 CSS template languages. The Cassius language
+ uses whitespace to avoid the need for closing brackets and
+ semi-colons. Lucius does not care about whitespace and is a strict
+ superset of CSS. There are also some significant conveniences added
+ for CSS.
diff -rN -u old-haskell-shakespeare-css//copyright new-haskell-shakespeare-css//copyright
--- old-haskell-shakespeare-css//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//copyright	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1,36 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Mon, 05 Sep 2011 21:11:42 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/shakespeare-css
+
+Upstream Author:
+
+    Michael Snoyman <michael at snoyman.com>
+
+Copyright:
+
+    2009 Michael Snoyman
+
+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-shakespeare-css//patches/debian-changes-0.10.0-1 new-haskell-shakespeare-css//patches/debian-changes-0.10.0-1
--- old-haskell-shakespeare-css//patches/debian-changes-0.10.0-1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//patches/debian-changes-0.10.0-1	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1,109 @@
+Description: Upstream changes introduced in version 0.10.0-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ haskell-shakespeare-css (0.10.0-1) unstable; urgency=low
+ .
+   * Initial release.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Clint Adams <clint at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ haskell-shakespeare-css-0.10.0/1
+@@ -0,0 +1,81 @@
++Source: haskell-shakespeare-js
++Section: haskell
++Priority: extra
++Maintainer: Clint Adams <clint at debian.org>
++Build-Depends: debhelper (>= 7)
++  , cdbs
++  , haskell-devscripts (>= 0.8)
++  , ghc
++  , ghc-prof
++  , libghc-parsec3-dev
++  , libghc-parsec3-prof
++  , libghc-shakespeare-dev (>> 0.10)
++  , libghc-shakespeare-dev (<< 0.11)
++  , libghc-shakespeare-prof
++  , libghc-text-dev (>> 0.7)
++  , libghc-text-dev (<< 0.12)
++  , libghc-text-prof
++Build-Depends-Indep: ghc-doc
++  , libghc-parsec3-doc
++  , libghc-shakespeare-doc
++  , libghc-text-doc
++Standards-Version: 3.9.2
++Homepage: http://hackage.haskell.org/package/shakespeare-js
++Vcs-Git: git://git.debian.org/collab-maint/haskell-shakespeare-js.git
++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-shakespeare-js.git;a=summary
++
++Package: libghc-shakespeare-js-dev
++Architecture: any
++Depends: ${haskell:Depends}
++  , ${shlibs:Depends}
++  , ${misc:Depends}
++Recommends: ${haskell:Recommends}
++Suggests: ${haskell:Suggests}
++Provides: ${haskell:Provides}
++Description: compile-time JavaScript templates
++ This package provides a library for the Haskell programming language.
++ See http://www.haskell.org/ for more information on Haskell.
++ .
++ Shakespeare is a template family for type-safe, efficient templates
++ with simple variable interpolation . Shakespeare templates can be
++ used inline with a quasi-quoter or in an external file. Shakespeare
++ interpolates variables according to the type being inserted.
++ .
++ In this case, the variable type needs a ToJavascript instance.
++
++Package: libghc-shakespeare-js-prof
++Architecture: any
++Depends: ${haskell:Depends}
++  , ${misc:Depends}
++Recommends: ${haskell:Recommends}
++Suggests: ${haskell:Suggests}
++Provides: ${haskell:Provides}
++Description: compile-time JavaScript templates; profiling libraries
++ This package provides a library for the Haskell programming language,
++ compiled for profiling.
++ See http://www.haskell.org/ for more information on Haskell.
++ .
++ Shakespeare is a template family for type-safe, efficient templates
++ with simple variable interpolation . Shakespeare templates can be
++ used inline with a quasi-quoter or in an external file. Shakespeare
++ interpolates variables according to the type being inserted.
++ .
++ In this case, the variable type needs a ToJavascript instance.
++
++Package: libghc-shakespeare-js-doc
++Section: doc
++Architecture: all
++Depends: ${misc:Depends}, ${haskell:Depends}
++Recommends: ${haskell:Recommends}
++Suggests: ${haskell:Suggests}
++Description: compile-time JavaScript templates; documentation
++ This package provides the documentation for a library for the Haskell
++ programming language.
++ See http://www.haskell.org/ for more information on Haskell.
++ .
++ Shakespeare is a template family for type-safe, efficient templates
++ with simple variable interpolation . Shakespeare templates can be
++ used inline with a quasi-quoter or in an external file. Shakespeare
++ interpolates variables according to the type being inserted.
++ .
++ In this case, the variable type needs a ToJavascript instance.
diff -rN -u old-haskell-shakespeare-css//patches/series new-haskell-shakespeare-css//patches/series
--- old-haskell-shakespeare-css//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//patches/series	2011-09-07 02:47:20.322342544 +0000
@@ -0,0 +1 @@
+debian-changes-0.10.0-1
diff -rN -u old-haskell-shakespeare-css//rules new-haskell-shakespeare-css//rules
--- old-haskell-shakespeare-css//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//rules	2011-09-07 02:47:20.326327817 +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-shakespeare-css//source/format new-haskell-shakespeare-css//source/format
--- old-haskell-shakespeare-css//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//source/format	2011-09-07 02:47:20.326327817 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-shakespeare-css//watch new-haskell-shakespeare-css//watch
--- old-haskell-shakespeare-css//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//watch	2011-09-07 02:47:20.326327817 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|shakespeare-css-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/shakespeare-css \
+    ([\d\.]*\d)/
diff -rN -u old-haskell-shakespeare-css//yesod.dirs new-haskell-shakespeare-css//yesod.dirs
--- old-haskell-shakespeare-css//yesod.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-shakespeare-css//yesod.dirs	2011-09-07 02:47:20.326327817 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share





More information about the Pkg-haskell-commits mailing list