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

Joachim Breitner mail at joachim-breitner.de
Mon Jun 29 14:46:46 UTC 2015


Mon Jun 29 14:46:35 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Mon Jun 29 14:46:35 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * 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	2015-06-29 14:46:46.541236313 +0000
@@ -0,0 +1,5 @@
+haskell-lens-aeson (1.0.0.4-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Mon, 29 Jun 2015 16:45:14 +0200
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	2015-06-29 14:46:46.541236313 +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	2015-06-29 14:46:46.541236313 +0000
@@ -0,0 +1,94 @@
+Source: haskell-lens-aeson
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.7.0.5),
+ libghc-aeson-dev (<< 0.10),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof,
+ libghc-generic-deriving-dev,
+ libghc-generic-deriving-prof,
+ libghc-lens-dev (>= 4.4),
+ libghc-lens-dev (<< 5),
+ libghc-lens-prof,
+ libghc-scientific-dev (>= 0.3.2),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-semigroups-dev (>= 0.9),
+ libghc-semigroups-prof,
+ libghc-simple-reflect-dev (>= 0.3.1),
+ libghc-simple-reflect-prof,
+ libghc-text-dev (>= 0.11.1.10),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2.3),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.9),
+ libghc-vector-dev (<< 0.11),
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-generic-deriving-doc,
+ libghc-lens-doc,
+ libghc-scientific-doc,
+ libghc-semigroups-doc,
+ libghc-simple-reflect-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 3.9.6
+Homepage: http://github.com/lens/lens-aeson/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lens-aeson
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lens-aeson
+X-Description: Law-abiding lenses for aeson
+ This package provides lenses for the data structures of the aeson package.
+
+Package: libghc-lens-aeson-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+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},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-lens-aeson-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+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	2015-06-29 14:46:46.541236313 +0000
@@ -0,0 +1,32 @@
+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: https://hackage.haskell.org/package/lens-aeson
+
+Files: *
+Copyright: Copyright (C) 2012-2013 Paul Wilson
+ Copyright (C) 2013 Edward A. Kmett
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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/rules new-haskell-lens-aeson/rules
--- old-haskell-lens-aeson/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lens-aeson/rules	2015-06-29 14:46:46.541236313 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lens-aeson
+DEB_DEFAULT_COMPILER = ghc
+
+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	2015-06-29 14:46:46.541236313 +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	2015-06-29 14:46:46.541236313 +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