[Pkg-haskell-commits] darcs: haskell-kan-extensions: Initial Check-In
Clint Adams
clint at debian.org
Thu Apr 2 21:30:18 UTC 2015
Thu Apr 2 21:30:07 UTC 2015 Clint Adams <clint at debian.org>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./debdry/
A ./rules
A ./watch
Thu Apr 2 21:30:07 UTC 2015 Clint Adams <clint at debian.org>
* Initial Check-In
diff -rN -u old-haskell-kan-extensions/changelog new-haskell-kan-extensions/changelog
--- old-haskell-kan-extensions/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/changelog 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1,5 @@
+haskell-kan-extensions (4.2.1) UNRELEASED; urgency=low
+
+ * Initial upload.
+
+ -- Clint Adams <clint at debian.org> Thu, 02 Apr 2015 17:16:10 -0400
diff -rN -u old-haskell-kan-extensions/compat new-haskell-kan-extensions/compat
--- old-haskell-kan-extensions/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/compat 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-kan-extensions/control new-haskell-kan-extensions/control
--- old-haskell-kan-extensions/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/control 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1,95 @@
+Source: haskell-kan-extensions
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-adjunctions-dev (>= 4.2)
+ , libghc-adjunctions-dev (<< 5)
+ , libghc-adjunctions-prof
+ , libghc-comonad-dev (>= 4)
+ , libghc-comonad-dev (<< 5)
+ , libghc-comonad-prof
+ , libghc-contravariant-dev (>= 1)
+ , libghc-contravariant-dev (<< 2)
+ , libghc-contravariant-prof
+ , libghc-distributive-dev (>= 0.2.2)
+ , libghc-distributive-dev (<< 1)
+ , libghc-distributive-prof
+ , libghc-free-dev (>= 4)
+ , libghc-free-dev (<< 5)
+ , libghc-free-prof
+ , libghc-mtl-dev (>= 2.0.1)
+ , libghc-mtl-dev (<< 2.3)
+ , libghc-mtl-prof
+ , libghc-semigroupoids-dev (>= 4)
+ , libghc-semigroupoids-dev (<< 5)
+ , libghc-semigroupoids-prof
+ , libghc-tagged-dev (>= 0.7.2)
+ , libghc-tagged-dev (<< 1)
+ , libghc-tagged-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-adjunctions-doc
+ , libghc-comonad-doc
+ , libghc-contravariant-doc
+ , libghc-distributive-doc
+ , libghc-free-doc
+ , libghc-mtl-doc
+ , libghc-semigroupoids-doc
+ , libghc-tagged-doc
+Homepage: http://hackage.haskell.org/package/kan-extensions
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-kan-extensions
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-kan-extensions
+X-Description: Kan extensions, Kan lifts, etc.
+ Kan extensions, Kan lifts, various forms of the Yoneda lemma, and
+ (co)density (co)monads.
+
+Package: libghc-kan-extensions-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-kan-extensions-prof
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-kan-extensions-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Replaces: ${haskell:Replaces}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-kan-extensions/copyright new-haskell-kan-extensions/copyright
--- old-haskell-kan-extensions/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/copyright 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1,69 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kan-extensions
+Upstream-Contact: Edward A. Kmett <ekmett at gmail.com>
+Source: http://hackage.haskell.org/package/kan-extensions
+
+Files: *
+Copyright: 2008-2014 Edward A. Kmett
+License: BSD-3-clause
+
+Files: src/Data/Functor/Contravariant/Day.hs
+Copyright: 2013-2014 Edward Kmett, Gershom Bazerman and Derek Elkins
+License: BSD-3-clause
+
+Files: src/Data/Functor/Kan/Lift.hs
+ src/Data/Functor/Kan/Rift.hs
+Copyright: 2013 Edward Kmett and Dan Doel
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS OR CONTRIBUTORS 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.
+
+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-kan-extensions/rules new-haskell-kan-extensions/rules
--- old-haskell-kan-extensions/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/rules 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = kan-extensions
+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-kan-extensions/watch new-haskell-kan-extensions/watch
--- old-haskell-kan-extensions/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-kan-extensions/watch 2015-04-02 21:30:17.794201310 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|kan-extensions-$1.tar.gz|" \
+ http://hackage.haskell.org/package/kan-extensions \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list