[Pkg-haskell-commits] darcs: bool-extras: Initial Check-In

Dmitry Bogatov KAction at gnu.org
Thu Dec 25 07:55:38 UTC 2014


Tue Dec 23 18:25:02 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In

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

Tue Dec 23 18:25:02 UTC 2014  Dmitry Bogatov <KAction at gnu.org>
  * Initial Check-In
diff -rN -u old-bool-extras/changelog new-bool-extras/changelog
--- old-bool-extras/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/changelog	2014-12-25 07:55:37.736500690 +0000
@@ -0,0 +1,5 @@
+haskell-bool-extras (0.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #771951)
+
+ -- Dmitry Bogatov <kaction at gnu.org>  Tue, 2 Dec 2014 00:09:38 +0400
diff -rN -u old-bool-extras/compat new-bool-extras/compat
--- old-bool-extras/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/compat	2014-12-25 07:55:37.736500690 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-bool-extras/control new-bool-extras/control
--- old-bool-extras/control	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/control	2014-12-25 07:55:37.736500690 +0000
@@ -0,0 +1,69 @@
+Source: haskell-bool-extras
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+Standards-Version: 3.9.6
+Build-Depends-Indep: ghc-doc
+Vcs-Git: git://github.com/kaction/deb-bool-extras
+Vcs-Browser: https://github.com/kaction/deb-bool-extras
+Homepage: http://tom.lokhorst.eu/bool-extras
+X-Description: Fold function for Bool type
+ Function `bool' allows folding over boolean values, that is
+ comparable to the `maybe' or `either' functions on their respective
+ types.
+ .
+ Function `bool' is a replacement for the build-in if-then-else
+ syntax. However, since it is a function, it can be partially
+ applied and passed around to higher order functions.
+
+Package: libghc-bool-extras-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-bool-extras-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-bool-extras-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-bool-extras/copyright new-bool-extras/copyright
--- old-bool-extras/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/copyright	2014-12-25 07:55:37.736500690 +0000
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cligh
+Upstream-Contact: Tom Lokhorst <tom at lokhorst.eu>
+Source: https://hackage.haskell.org/package/bool-extras
+
+Files: *
+License: BSD-3-clause
+Copyright: 2009 Erik Hesselink
+           2009 Jeroen Leeuwestein
+	   2009 Tom Lokhorst
+           2009 Sebastiaan Visser
+
+Files: debian/*
+Copyright: 2014 Dmitry Bogatov <KAction at gnu.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 3
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian system, copy of GNU General Public License version 3
+ is also located at `/usr/share/common-licenses/GPL-3'
+
+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 cligh nor the names of its contributors may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER 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.
diff -rN -u old-bool-extras/rules new-bool-extras/rules
--- old-bool-extras/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/rules	2014-12-25 07:55:37.736500690 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = bool-extras
+HC = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-bool-extras/source/format new-bool-extras/source/format
--- old-bool-extras/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/source/format	2014-12-25 07:55:37.740500691 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-bool-extras/watch new-bool-extras/watch
--- old-bool-extras/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-bool-extras/watch	2014-12-25 07:55:37.740500691 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bool-extras-$1.tar.gz|" \
+    http://hackage.haskell.org/package/bool-extras \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list