[Pkg-haskell-commits] darcs: haskell-lens-aeson: Initial check-in.

Clint Adams clint at debian.org
Sat Dec 21 19:48:15 UTC 2013


Sat Dec 21 19:48:04 UTC 2013  Clint Adams <clint at debian.org>
  * Initial check-in.

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/doctest-paths
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Dec 21 19:48:04 UTC 2013  Clint Adams <clint at debian.org>
  * Initial check-in.
diff -rN -u old-haskell-lens-aeson/changelog new-haskell-lens-aeson/changelog
--- old-haskell-lens-aeson/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/changelog	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1,5 @@
+haskell-lens-aeson (0.1.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 21 Dec 2013 14:11:53 -0500
diff -rN -u old-haskell-lens-aeson/compat new-haskell-lens-aeson/compat
--- old-haskell-lens-aeson/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/compat	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-lens-aeson/control new-haskell-lens-aeson/control
--- old-haskell-lens-aeson/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/control	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1,79 @@
+Source: haskell-lens-aeson
+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-aeson-dev (>= 0.6)
+  , libghc-aeson-dev (<< 0.7)
+  , libghc-aeson-prof
+  , libghc-attoparsec-dev (>= 0.10)
+  , libghc-attoparsec-dev (<< 0.11)
+  , libghc-attoparsec-prof
+  , libghc-lens-dev (>= 3.9)
+  , libghc-lens-dev (<< 3.11)
+  , libghc-lens-prof
+  , libghc-unordered-containers-dev (>= 0.2.3)
+  , libghc-unordered-containers-dev (<< 0.3)
+  , libghc-unordered-containers-prof
+  , libghc-utf8-string-dev (>= 0.3.7)
+  , libghc-utf8-string-dev (<< 0.4)
+  , libghc-utf8-string-prof
+  , libghc-vector-dev (>= 0.9)
+  , libghc-vector-dev (<< 0.11)
+  , libghc-vector-prof
+  , libghc-doctest-dev (>= 0.9.1)
+  , libghc-simple-reflect-dev (>= 0.3.1)
+Build-Depends-Indep: ghc-doc
+  , libghc-aeson-doc
+  , libghc-attoparsec-doc
+  , libghc-lens-doc
+  , libghc-unordered-containers-doc
+  , libghc-utf8-string-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/lens-aeson
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lens-aeson
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lens-aeson
+X-Description: law-abiding lenses for Aeson
+ This library provides lenses for Aeson types.
+
+Package: libghc-lens-aeson-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-lens-aeson-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-lens-aeson-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-lens-aeson/copyright new-haskell-lens-aeson/copyright
--- old-haskell-lens-aeson/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/copyright	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1,19 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lens-aeson
+Upstream-Contact: Edward A. Kmett <ekmett at gmail.com>
+Source: http://hackage.haskell.org/package/lens-aeson
+
+Files: *
+Copyright: 2012-2013 Edward Kmett, 2012 Paul Wilson
+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-lens-aeson/patches/doctest-paths new-haskell-lens-aeson/patches/doctest-paths
--- old-haskell-lens-aeson/patches/doctest-paths	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/patches/doctest-paths	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1,16 @@
+Index: lens-aeson-0.1.2/tests/doctests.hsc
+===================================================================
+--- lens-aeson-0.1.2.orig/tests/doctests.hsc	2013-10-21 17:09:54.000000000 -0400
++++ lens-aeson-0.1.2/tests/doctests.hsc	2013-12-21 14:41:11.905817952 -0500
+@@ -54,9 +54,9 @@
+ main :: IO ()
+ main = withUnicode $ getSources >>= \sources -> doctest $
+     "-isrc"
+-  : "-idist/build/autogen"
++  : "-idist-ghc/build/autogen"
+   : "-optP-include"
+-  : "-optPdist/build/autogen/cabal_macros.h"
++  : "-optPdist-ghc/build/autogen/cabal_macros.h"
+   : "-hide-all-packages"
+   : map ("-package="++) deps ++ sources
+ 
diff -rN -u old-haskell-lens-aeson/patches/series new-haskell-lens-aeson/patches/series
--- old-haskell-lens-aeson/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/patches/series	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1 @@
+doctest-paths
diff -rN -u old-haskell-lens-aeson/rules new-haskell-lens-aeson/rules
--- old-haskell-lens-aeson/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/rules	2013-12-21 19:48:15.233151344 +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-lens-aeson/source/format new-haskell-lens-aeson/source/format
--- old-haskell-lens-aeson/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/source/format	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-lens-aeson/watch new-haskell-lens-aeson/watch
--- old-haskell-lens-aeson/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/watch	2013-12-21 19:48:15.233151344 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lens-aeson/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list