[Pkg-haskell-commits] darcs: haskell-stringbuilder: Initial Check-In

Clint Adams clint at debian.org
Sun Dec 8 05:29:52 UTC 2013


Sun Dec  8 05:29:42 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In

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

Sun Dec  8 05:29:42 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-stringbuilder/changelog new-haskell-stringbuilder/changelog
--- old-haskell-stringbuilder/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/changelog	2013-12-08 05:29:52.807587240 +0000
@@ -0,0 +1,5 @@
+haskell-stringbuilder (0.4.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 08 Dec 2013 00:24:36 -0500
diff -rN -u old-haskell-stringbuilder/compat new-haskell-stringbuilder/compat
--- old-haskell-stringbuilder/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/compat	2013-12-08 05:29:52.807587240 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-stringbuilder/control new-haskell-stringbuilder/control
--- old-haskell-stringbuilder/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/control	2013-12-08 05:29:52.807587240 +0000
@@ -0,0 +1,56 @@
+Source: haskell-stringbuilder
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-hspec-dev (>= 1.3)
+  , libghc-quickcheck2-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/stringbuilder
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stringbuilder
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stringbuilder
+X-Description: writer monad for multi-line string literals
+ This allows the construction of multi-line string literals in a
+ monadic way.
+
+Package: libghc-stringbuilder-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-stringbuilder-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-stringbuilder-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-stringbuilder/copyright new-haskell-stringbuilder/copyright
--- old-haskell-stringbuilder/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/copyright	2013-12-08 05:29:52.807587240 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stringbuilder
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: http://hackage.haskell.org/package/stringbuilder
+
+Files: *
+Copyright: 2011, 2012 Simon Hengel
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-stringbuilder/rules new-haskell-stringbuilder/rules
--- old-haskell-stringbuilder/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/rules	2013-12-08 05:29:52.811587242 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-stringbuilder/source/format new-haskell-stringbuilder/source/format
--- old-haskell-stringbuilder/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/source/format	2013-12-08 05:29:52.811587242 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-stringbuilder/watch new-haskell-stringbuilder/watch
--- old-haskell-stringbuilder/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-stringbuilder/watch	2013-12-08 05:29:52.811587242 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/stringbuilder/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list