forked from openkylin/haskell-witherable
Import Debian changes 0.4.2-ok1
haskell-witherable (0.4.2-ok1) yangtze; urgency=low * Initial release.
This commit is contained in:
parent
9ec3ea6720
commit
c7f0ce0d7e
|
@ -0,0 +1,8 @@
|
|||
haskell-witherable for Debian
|
||||
|
||||
Please edit this to provide information specific to
|
||||
this haskell-witherable Debian package.
|
||||
|
||||
(Automatically generated by debmake Version 4.3.1)
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Mon, 14 Nov 2022 15:09:51 +0800
|
|
@ -0,0 +1,5 @@
|
|||
haskell-witherable (0.4.2-ok1) yangtze; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Mon, 14 Nov 2022 15:09:51 +0800
|
|
@ -0,0 +1 @@
|
|||
10
|
|
@ -0,0 +1,91 @@
|
|||
Source: haskell-witherable
|
||||
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||
Uploaders: Luo Yaoming <luoyaoming@kylinos.cn>
|
||||
Priority: optional
|
||||
Section: haskell
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends: debhelper (>= 10),
|
||||
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
|
||||
cdbs,
|
||||
ghc,
|
||||
ghc-prof,
|
||||
libghc-base-orphans-dev (>= 0.8.4),
|
||||
libghc-base-orphans-dev (<< 0.9),
|
||||
libghc-base-orphans-prof,
|
||||
libghc-hashable-dev (>= 1.2.7.0),
|
||||
libghc-hashable-dev (<< 1.4),
|
||||
libghc-hashable-prof,
|
||||
libghc-indexed-traversable-dev (>= 0.1.1),
|
||||
libghc-indexed-traversable-dev (<< 0.2),
|
||||
libghc-indexed-traversable-prof,
|
||||
libghc-indexed-traversable-instances-dev (>= 0.1),
|
||||
libghc-indexed-traversable-instances-dev (<< 0.2),
|
||||
libghc-indexed-traversable-instances-prof,
|
||||
libghc-unordered-containers-dev (>= 0.2.12.0),
|
||||
libghc-unordered-containers-dev (<< 0.3),
|
||||
libghc-unordered-containers-prof,
|
||||
libghc-vector-dev (>= 0.12.2.0),
|
||||
libghc-vector-dev (<< 0.13),
|
||||
libghc-vector-prof,
|
||||
libghc-quickcheck2-dev (>= 2.14.2),
|
||||
libghc-quickcheck2-prof,
|
||||
libghc-quickcheck-instances-dev,
|
||||
libghc-quickcheck-instances-prof,
|
||||
libghc-tasty-dev,
|
||||
libghc-tasty-prof,
|
||||
libghc-tasty-quickcheck-dev,
|
||||
libghc-tasty-quickcheck-prof,
|
||||
Build-Depends-Indep: ghc-doc,
|
||||
libghc-base-orphans-doc,
|
||||
libghc-hashable-doc,
|
||||
libghc-indexed-traversable-doc,
|
||||
libghc-indexed-traversable-instances-doc,
|
||||
libghc-unordered-containers-doc,
|
||||
libghc-vector-doc,
|
||||
Standards-Version: 4.6.1
|
||||
Homepage: https://github.com/fumieval/witherable
|
||||
Vcs-Browser: https://gitee/openkylin/haskell-witherable
|
||||
Vcs-Git: https://gitee/openkylin/haskell-witherable.git
|
||||
X-Description: filterable traversable for Haskell
|
||||
A stronger variant of `traverse` which can remove elements and generalised
|
||||
mapMaybe, catMaybes, and filter.
|
||||
|
||||
Package: libghc-witherable-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-witherable-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-witherable-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}
|
|
@ -0,0 +1,58 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: haskell-witherable
|
||||
Source: <url://example.com>
|
||||
#
|
||||
# Please double check copyright with the licensecheck(1) command.
|
||||
|
||||
Files: CHANGELOG.md
|
||||
Setup.hs
|
||||
tests/tests.hs
|
||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
|
||||
Files: src/Data/Witherable.hs
|
||||
src/Witherable.hs
|
||||
Copyright: 2015-2020 : (c) Fumiaki Kinoshita
|
||||
License: __UNKNOWN__
|
||||
License : BSD3
|
||||
|
||||
Files: witherable.cabal
|
||||
Copyright: : Copyright (c) 2014 Fumiaki Kinoshita category: Data build-type: Simple extra-source-files: CHANGELOG.md
|
||||
License: __NO_LICENSE__
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
||||
# license/copyright files.
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# License file: LICENSE
|
||||
Copyright (c) 2014, Fumiaki Kinoshita
|
||||
.
|
||||
All rights reserved.
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
.
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
.
|
||||
* 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.
|
||||
.
|
||||
* Neither the name of Fumiaki Kinoshita nor the names of other
|
||||
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.
|
|
@ -0,0 +1 @@
|
|||
# You must remove unused comment lines for the released package.
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,2 @@
|
|||
version=4
|
||||
https://hackage.haskell.org/package/witherable/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
Loading…
Reference in New Issue