[Git][haskell-team/DHG_packages][master] Initial packaging of hexpat-0.20.13

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Mar 25 23:37:04 GMT 2025



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


Commits:
acd00a72 by Scott Talbert at 2025-03-25T19:34:23-04:00
Initial packaging of hexpat-0.20.13

- - - - -


9 changed files:

- + p/haskell-hexpat/debian/changelog
- + p/haskell-hexpat/debian/compat
- + p/haskell-hexpat/debian/control
- + p/haskell-hexpat/debian/copyright
- + p/haskell-hexpat/debian/patches/newer-deps
- + p/haskell-hexpat/debian/patches/series
- + p/haskell-hexpat/debian/rules
- + p/haskell-hexpat/debian/source/format
- + p/haskell-hexpat/debian/watch


Changes:

=====================================
p/haskell-hexpat/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hexpat (0.20.13-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Tue, 25 Mar 2025 19:14:07 -0400


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


=====================================
p/haskell-hexpat/debian/control
=====================================
@@ -0,0 +1,70 @@
+Source: haskell-hexpat
+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,
+ libghc-list-dev (>= 0.4.2),
+ libghc-list-dev (<< 0.7),
+ libghc-list-prof,
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-prof,
+ libexpat-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-list-doc,
+ libghc-utf8-string-doc,
+Standards-Version: 4.7.0
+Homepage: http://haskell.org/haskellwiki/Hexpat/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hexpat
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hexpat]
+X-Description: XML parser/formatter based on expat
+ This package provides a general purpose Haskell XML library using Expat to
+ do its parsing (<http://expat.sourceforge.net/> - a fast stream-oriented XML
+ parser written in C).  It is extensible to any string type, with @String@,
+ @ByteString@ and @Text@ provided out of the box.
+
+Package: libghc-hexpat-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-hexpat-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-hexpat-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-hexpat/debian/copyright
=====================================
@@ -0,0 +1,71 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hexpat
+Upstream-Contact: Stephen Blackheath <hexpat2.stephen at blacksapphire.com>
+Source: https://hackage.haskell.org/package/hexpat
+
+Files: *
+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: cbits/*
+Copyright: Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+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.
+
+License: MIT
+ Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
+ Copyright (c) 2001-2017 Expat maintainers
+ .
+ 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.


=====================================
p/haskell-hexpat/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/hexpat.cabal
++++ b/hexpat.cabal
+@@ -142,7 +142,7 @@ Library
+     base >= 3 && < 5,
+     bytestring,
+     transformers,
+-    text >= 0.5.0.0 && < 1.3.0.0,
++    text >= 0.5.0.0 && < 1.3 || >= 2 && < 2.2,
+     utf8-string >= 0.3 && < 1.1,
+     deepseq >= 1.1.0.0 && < 1.5.0.0,
+     containers,


=====================================
p/haskell-hexpat/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


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


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


=====================================
p/haskell-hexpat/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/hexpat/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/acd00a726b55d23b34195884a4e55cb99b16895a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/acd00a726b55d23b34195884a4e55cb99b16895a
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/20250325/326f373e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list