[Git][haskell-team/DHG_packages][master] Add validity-bytestring
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jan 9 02:18:45 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
552b0109 by Clint Adams at 2026-01-08T21:18:32-05:00
Add validity-bytestring
- - - - -
6 changed files:
- + p/haskell-validity-bytestring/debian/changelog
- + p/haskell-validity-bytestring/debian/control
- + p/haskell-validity-bytestring/debian/copyright
- + p/haskell-validity-bytestring/debian/rules
- + p/haskell-validity-bytestring/debian/source/format
- + p/haskell-validity-bytestring/debian/watch
Changes:
=====================================
p/haskell-validity-bytestring/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-validity-bytestring (0.4.0.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Jan 2026 21:13:47 -0500
=====================================
p/haskell-validity-bytestring/debian/control
=====================================
@@ -0,0 +1,60 @@
+Source: haskell-validity-bytestring
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-validity-dev (>= 0.5),
+ libghc-validity-prof (>= 0.5),
+Build-Depends-Indep: ghc-doc,
+ libghc-validity-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/NorfairKing/validity#readme
+Description: Validity instances for bytestring
+ Validity instances for ShortByteStrings and strict and lazy
+ ByteStrings.
+
+Package: libghc-validity-bytestring-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-validity-bytestring-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-validity-bytestring-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-validity-bytestring/debian/copyright
=====================================
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: validity-bytestring
+Upstream-Contact: syd.kerckhove at gmail.com,
+ nick.van.den.broeck666 at gmail.com
+Source: https://hackage.haskell.org/package/validity-bytestring
+
+Files: *
+Copyright: 2016-2018 Tom Sydney Kerckhove
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ 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-validity-bytestring/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
=====================================
p/haskell-validity-bytestring/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-validity-bytestring/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/validity-bytestring/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/552b0109492e3e921fc7a72050123fe4413ef929
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/552b0109492e3e921fc7a72050123fe4413ef929
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/20260109/c3f1a55d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list