[Git][haskell-team/DHG_packages][master] Initial packaging of xlsx-1.1.2.2

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Mar 26 00:41:05 GMT 2025



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
30125fd5 by Scott Talbert at 2025-03-25T20:35:58-04:00
Initial packaging of xlsx-1.1.2.2

- - - - -


7 changed files:

- + p/haskell-xlsx/debian/changelog
- + p/haskell-xlsx/debian/compat
- + p/haskell-xlsx/debian/control
- + p/haskell-xlsx/debian/copyright
- + p/haskell-xlsx/debian/rules
- + p/haskell-xlsx/debian/source/format
- + p/haskell-xlsx/debian/watch


Changes:

=====================================
p/haskell-xlsx/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-xlsx (1.1.2.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Tue, 25 Mar 2025 20:18:09 -0400


=====================================
p/haskell-xlsx/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-xlsx/debian/control
=====================================
@@ -0,0 +1,153 @@
+Source: haskell-xlsx
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libbz2-dev,
+ libexpat-dev,
+ libghc-attoparsec-dev,
+ libghc-attoparsec-prof,
+ libghc-base64-bytestring-dev,
+ libghc-base64-bytestring-prof,
+ libghc-binary-search-dev,
+ libghc-binary-search-prof,
+ libghc-conduit-dev (>= 1.0.0),
+ libghc-conduit-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
+ libghc-diff-dev (>= 0.3.0),
+ libghc-diff-prof,
+ libghc-dlist-dev,
+ libghc-dlist-prof,
+ libghc-errors-dev,
+ libghc-errors-prof,
+ libghc-extra-dev,
+ libghc-extra-prof,
+ libghc-groom-dev,
+ libghc-groom-prof,
+ libghc-hexpat-dev,
+ libghc-hexpat-prof,
+ libghc-lens-dev (>= 3.8),
+ libghc-lens-dev (<< 5.4),
+ libghc-lens-prof,
+ libghc-monad-control-dev,
+ libghc-monad-control-prof,
+ libghc-network-uri-dev,
+ libghc-network-uri-prof,
+ libghc-old-locale-dev (>= 1.0.0.5),
+ libghc-old-locale-prof,
+ libghc-raw-strings-qq-dev,
+ libghc-raw-strings-qq-prof,
+ libghc-safe-dev (>= 0.3),
+ libghc-safe-prof,
+ libghc-smallcheck-dev,
+ libghc-smallcheck-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+ libghc-tasty-smallcheck-dev,
+ libghc-tasty-smallcheck-prof,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-prof,
+ libghc-xeno-dev (>= 0.3.2),
+ libghc-xeno-prof,
+ libghc-xml-conduit-dev (>= 1.1.0),
+ libghc-xml-conduit-prof,
+ libghc-xml-types-dev,
+ libghc-xml-types-prof,
+ libghc-zip-dev,
+ libghc-zip-prof,
+ libghc-zip-archive-dev (>= 0.2),
+ libghc-zip-archive-prof,
+ libghc-zip-stream-dev (>= 0.2.0.1),
+ libghc-zip-stream-prof,
+ libghc-zlib-dev (>= 0.5.4.0),
+ libghc-zlib-prof,
+ libzstd-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-base64-bytestring-doc,
+ libghc-binary-search-doc,
+ libghc-conduit-doc,
+ libghc-data-default-doc,
+ libghc-dlist-doc,
+ libghc-errors-doc,
+ libghc-extra-doc,
+ libghc-hexpat-doc,
+ libghc-lens-doc,
+ libghc-monad-control-doc,
+ libghc-network-uri-doc,
+ libghc-old-locale-doc,
+ libghc-safe-doc,
+ libghc-transformers-base-doc,
+ libghc-vector-doc,
+ libghc-xeno-doc,
+ libghc-xml-conduit-doc,
+ libghc-xml-types-doc,
+ libghc-zip-doc,
+ libghc-zip-archive-doc,
+ libghc-zip-stream-doc,
+ libghc-zlib-doc,
+Standards-Version: 4.7.0
+Homepage: https://github.com/qrilka/xlsx
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-xlsx
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-xlsx]
+X-Description: Simple and incomplete Excel file parser/writer
+ This library can help you to get some data read and written in Office
+ Open XML xlsx format. Small subset of xlsx format is supported.
+ .
+ For examples look into "Codec.Xlsx".
+ .
+ Format is covered by ECMA-376 standard:
+ <https://ecma-international.org/publications-and-standards/standards/ecma-376/>
+ .
+ 4th edition of the standard with the transitional schema is used for this library.
+
+Package: libghc-xlsx-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-xlsx-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-xlsx-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}


=====================================
p/haskell-xlsx/debian/copyright
=====================================
@@ -0,0 +1,77 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xlsx
+Upstream-Contact: qrilka at gmail.com
+Source: https://hackage.haskell.org/package/xlsx
+
+Files: *
+Copyright:
+ Copyright (c) 2012 Kirill Zaborsky
+License: MIT
+
+Files: src/Codec/Xlsx/Parser/Stream.hs
+Copyright:
+ (c) Adam, 2021
+ (c) Supercede, 2021
+License: MIT
+
+Files: src/Codec/Xlsx/Parser/Stream/HexpatInternal.hs
+Copyright:
+ (c) 2009 Doug Beardsley <mightybyte at gmail.com>
+ (c) 2009-2012 Stephen Blackheath <http://blacksapphire.com/antispam/>
+ (c) 2009 Gregory Collins
+ (c) 2008 Evan Martin <martine at danga.com>
+ (c) 2009 Matthew Pocock <matthew.pocock at ncl.ac.uk>
+ (c) 2007-2009 Galois Inc.
+ (c) 2010 Kevin Jardine
+ (c) 2012 Simon Hengel
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2012 Kirill Zaborsky
+ .
+ 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.
+
+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:
+ * 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 the author nor the names of 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.


=====================================
p/haskell-xlsx/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = xlsx
+DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-xlsx/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-xlsx/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/xlsx/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/30125fd5463b8b39a41945f09ad4c75547edfe39

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/30125fd5463b8b39a41945f09ad4c75547edfe39
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20250326/efa3b7e7/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list