[Pkg-haskell-commits] darcs: haskell-config-value: Initial Check-In

Clint Adams clint at debian.org
Thu Apr 2 16:28:48 UTC 2015


Thu Apr  2 16:28:36 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/older-libs.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Apr  2 16:28:36 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-config-value/changelog new-haskell-config-value/changelog
--- old-haskell-config-value/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/changelog	2015-04-02 16:28:48.506238248 +0000
@@ -0,0 +1,5 @@
+haskell-config-value (0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 02 Apr 2015 12:00:58 -0400
diff -rN -u old-haskell-config-value/compat new-haskell-config-value/compat
--- old-haskell-config-value/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/compat	2015-04-02 16:28:48.506238248 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-config-value/control new-haskell-config-value/control
--- old-haskell-config-value/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/control	2015-04-02 16:28:48.506238248 +0000
@@ -0,0 +1,65 @@
+Source: haskell-config-value
+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-text-dev (>= 0.1)
+  , libghc-text-dev (<< 1.3)
+  , libghc-text-prof
+  , libghc-transformers-dev (>= 0.3)
+  , libghc-transformers-dev (<< 0.5)
+  , libghc-transformers-prof
+  , alex
+  , happy
+Build-Depends-Indep: ghc-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/config-value
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-config-value
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-config-value
+X-Description: simple, layout-based value language similar to YAML/JSON
+ This package implments a language similar to YAML or JSON but with
+ fewer special cases and fewer dependencies. It emphasizes layout
+ structure for sections and lists, and requires quotes around strings.
+
+Package: libghc-config-value-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-config-value-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-config-value-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-config-value/copyright new-haskell-config-value/copyright
--- old-haskell-config-value/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/copyright	2015-04-02 16:28:48.506238248 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: config-value
+Upstream-Contact: Eric Mertens <emertens at gmail.com>
+Source: http://hackage.haskell.org/package/config-value
+
+Files: *
+Copyright: 2015 Eric Mertens
+License: Expat
+
+Files: debian/*
+Copyright: 2015 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-config-value/patches/older-libs.diff new-haskell-config-value/patches/older-libs.diff
--- old-haskell-config-value/patches/older-libs.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/patches/older-libs.diff	2015-04-02 16:28:48.506238248 +0000
@@ -0,0 +1,19 @@
+--- a/config-value.cabal
++++ b/config-value.cabal
+@@ -32,11 +32,11 @@
+                        Config.Pretty,
+                        Config.Value
+ 
+-  build-depends:       base       >= 4.7     && < 4.9,
+-                       array      >= 0.5     && < 0.6,
+-                       bytestring >= 0.10.4  && < 0.11,
+-                       pretty     >= 1.1.1.1 && < 1.2,
+-                       text       >= 1.2.0.4 && < 1.3,
++  build-depends:       base       >= 4.6     && < 4.9,
++                       array      >= 0.4     && < 0.6,
++                       bytestring,
++                       pretty,
++                       text       >= 0.10.3  && < 1.3,
+                        transformers >= 0.3   && < 0.5
+ 
+   hs-source-dirs:      src
diff -rN -u old-haskell-config-value/patches/series new-haskell-config-value/patches/series
--- old-haskell-config-value/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/patches/series	2015-04-02 16:28:48.510238249 +0000
@@ -0,0 +1 @@
+older-libs.diff
diff -rN -u old-haskell-config-value/rules new-haskell-config-value/rules
--- old-haskell-config-value/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/rules	2015-04-02 16:28:48.510238249 +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-config-value/source/format new-haskell-config-value/source/format
--- old-haskell-config-value/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/source/format	2015-04-02 16:28:48.510238249 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-config-value/watch new-haskell-config-value/watch
--- old-haskell-config-value/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-config-value/watch	2015-04-02 16:28:48.510238249 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/config-value/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list