[DHG_packages] 02/02: unicode-transforms: Initial release of 0.3.3-1

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon Nov 27 14:29:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit b4c2e37bce1c9f8cce30fbcefeffa1f4e8e085c1
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Mon Nov 27 16:06:48 2017 +0200

    unicode-transforms: Initial release of 0.3.3-1
---
 p/haskell-unicode-transforms/debian/changelog     |   5 ++
 p/haskell-unicode-transforms/debian/compat        |   1 +
 p/haskell-unicode-transforms/debian/control       |  83 +++++++++++++++++
 p/haskell-unicode-transforms/debian/copyright     | 103 ++++++++++++++++++++++
 p/haskell-unicode-transforms/debian/rules         |  11 +++
 p/haskell-unicode-transforms/debian/source/format |   1 +
 p/haskell-unicode-transforms/debian/watch         |   2 +
 7 files changed, 206 insertions(+)

diff --git a/p/haskell-unicode-transforms/debian/changelog b/p/haskell-unicode-transforms/debian/changelog
new file mode 100644
index 0000000..51de81d
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/changelog
@@ -0,0 +1,5 @@
+haskell-unicode-transforms (0.3.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #879847)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 27 Nov 2017 14:59:16 +0200
diff --git a/p/haskell-unicode-transforms/debian/compat b/p/haskell-unicode-transforms/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-unicode-transforms/debian/control b/p/haskell-unicode-transforms/debian/control
new file mode 100644
index 0000000..30be0bc
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/control
@@ -0,0 +1,83 @@
+Source: haskell-unicode-transforms
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-bitarray-dev (>= 0.0.1),
+ libghc-bitarray-dev (<< 0.1),
+ libghc-bitarray-prof,
+ libghc-text-dev (>= 1.1.1),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-quickcheck2-dev (>= 2.1),
+ libghc-quickcheck2-dev (<< 2.11),
+ libghc-getopt-generics-dev (>= 0.11),
+ libghc-getopt-generics-dev (<< 0.14),
+ libghc-split-dev (>= 0.1),
+ libghc-split-dev (<< 0.3),
+Build-Depends-Indep: ghc-doc,
+ libghc-bitarray-doc,
+ libghc-text-doc,
+Standards-Version: 4.1.1
+Homepage: https://github.com/harendra-kumar/unicode-transforms
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-unicode-transforms
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Fast Unicode 9.0 normalization in Haskell
+ Unicode characters with adornments (e.g. Á) can be represented in two
+ different forms, as a single composed character (U+00C1 = Á) or as
+ multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
+ differently encoded byte sequences but for humans they have exactly
+ the same visual appearance.
+ .
+ A regular byte comparison may tell that two strings are different even
+ though they might be equivalent. Both strings need to be converted in
+ a normalized form using the Unicode Character Database before they can
+ be compared for equivalence.
+ .
+ This library implements fast Unicode 9.0 normalization in Haskell (NFC,
+ NFKC, NFD, NFKD).
+
+Package: libghc-unicode-transforms-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-unicode-transforms-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-unicode-transforms-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 --git a/p/haskell-unicode-transforms/debian/copyright b/p/haskell-unicode-transforms/debian/copyright
new file mode 100644
index 0000000..4757ab2
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/copyright
@@ -0,0 +1,103 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unicode-transforms
+Upstream-Contact: harendra.kumar at gmail.com
+Source: https://hackage.haskell.org/package/unicode-transforms
+
+Files: *
+Copyright: 2016-2017 Harendra Kumar
+           2014–2015 Antonio Nikishaev
+License: BSD-3-clause
+
+Files: unicode-data/ucd/NormalizationTest.txt
+Copyright: (C) 2016 Unicode®, Inc.
+License: Unicode-DFS-2016
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+ .
+ Unicode Data Files include all data files under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
+ http://www.unicode.org/utility/trac/browser/.
+ .
+ Unicode Data Files do not include PDF online code charts under the
+ directory http://www.unicode.org/Public/.
+ .
+ Software includes any source code published in the Unicode Standard
+ or under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
+ http://www.unicode.org/utility/trac/browser/.
+ .
+ NOTICE TO USER: Carefully read the following legal agreement.
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
+ THE DATA FILES OR SOFTWARE.
+ .
+ COPYRIGHT AND PERMISSION NOTICE
+ .
+ Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the Unicode data files and any associated documentation
+ (the "Data Files") or Unicode software and any associated documentation
+ (the "Software") to deal in the Data Files or Software
+ without restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, and/or sell copies of
+ the Data Files or Software, and to permit persons to whom the Data Files
+ or Software are furnished to do so, provided that either
+ (a) this copyright and permission notice appear with all copies
+ of the Data Files or Software, or
+ (b) this copyright and permission notice appear in associated
+ Documentation.
+ .
+ THE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS.
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in these Data Files or Software without prior
+ written authorization of the copyright holder.
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2016, Harendra Kumar
+ All rights reserved.
+ .
+ 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 copyright holder 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 HOLDER 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 --git a/p/haskell-unicode-transforms/debian/rules b/p/haskell-unicode-transforms/debian/rules
new file mode 100755
index 0000000..94ef4cb
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = unicode-transforms
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+check-ghc-stamp: export LC_ALL := C.UTF-8
diff --git a/p/haskell-unicode-transforms/debian/source/format b/p/haskell-unicode-transforms/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-unicode-transforms/debian/watch b/p/haskell-unicode-transforms/debian/watch
new file mode 100644
index 0000000..c286a41
--- /dev/null
+++ b/p/haskell-unicode-transforms/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/unicode-transforms/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list