[Git][haskell-team/DHG_packages][master] 3 commits: Initial packaging of encoding-0.10.1
Nicholas D Steeves (@sten)
gitlab at salsa.debian.org
Wed Nov 5 21:23:16 GMT 2025
Nicholas D Steeves pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
8732e838 by Nicholas D Steeves at 2025-11-05T16:21:56-05:00
Initial packaging of encoding-0.10.1
- - - - -
a786c0e0 by Nicholas D Steeves at 2025-11-05T16:21:56-05:00
Disable d/rules:DEB_SETUP_BIN_NAME (See Bug #1120130)
- - - - -
bc839099 by Nicholas D Steeves at 2025-11-05T16:21:57-05:00
Update haskell-encoding to 0.10.2 and close ITP bug
- - - - -
7 changed files:
- + p/haskell-encoding/debian/changelog
- + p/haskell-encoding/debian/compat
- + p/haskell-encoding/debian/control
- + p/haskell-encoding/debian/copyright
- + p/haskell-encoding/debian/rules
- + p/haskell-encoding/debian/source/format
- + p/haskell-encoding/debian/watch
Changes:
=====================================
p/haskell-encoding/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-encoding (0.10.2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #1120131)
+
+ -- Nicholas D Steeves <sten at debian.org> Thu, 30 Oct 2025 18:49:46 -0400
=====================================
p/haskell-encoding/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-encoding/debian/control
=====================================
@@ -0,0 +1,74 @@
+Source: haskell-encoding
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas D Steeves <sten at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-extensible-exceptions-dev (>= 0.1),
+ libghc-extensible-exceptions-dev (<< 0.2),
+ libghc-extensible-exceptions-prof,
+ libghc-regex-compat-dev (>= 0.71),
+ libghc-regex-compat-dev (<< 0.96),
+ libghc-regex-compat-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-extensible-exceptions-doc,
+ libghc-regex-compat-doc,
+Standards-Version: 4.7.2
+Homepage: https://github.com/dmwit/encoding
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-encoding
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-encoding]
+X-Description: Haskell library for convenient interoperation with various character encodings
+ This library for Haskell enables more convenient interoperation with the
+ following (non-inclusive list) of encodings: ASCII, BootString, ByteSink,
+ ByteSource, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257,
+ CP1258, CP437, CP737, CP775, CP850, CP852, CP855, CP857, CP860, CP861, CP862,
+ CP863, CP864, CP865, CP866, CP869, CP874, CP932, Exception, GB18030, ISO2022,
+ ISO2022JP, ISO88591, ISO885910, ISO885911, ISO885913, ISO885914, ISO885915,
+ ISO885916, ISO88592, ISO88593, ISO88594, ISO88595, ISO88596, ISO88597,
+ ISO88598, ISO88599, JISX0201, JISX0208, JISX0212, KOI8R, KOI8U, MacOSRoman,
+ ShiftJIS, UTF16, UTF32, UTF8
+
+Package: libghc-encoding-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-encoding-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-encoding-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-encoding/debian/copyright
=====================================
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: encoding
+Upstream-Contact: https://github.com/dmwit/encoding/issues,
+ Daniel Wagner <daniel at wagner-home.com>
+Source: https://hackage.haskell.org/package/encoding
+
+Files: *
+Copyright: 2009-2023 Daniel Wagner
+License: BSD-3-clause
+Comment: Upstream git history at http://github.com/dmwit/encoding was
+ examined in order to establish Daniel Wagner's copyright year range.
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ !! This software is provided by the regents 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 authors 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-encoding/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# See Bug #1120130
+# DEB_SETUP_BIN_NAME = cabal
+DEB_CABAL_PACKAGE = encoding
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-encoding/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-encoding/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/encoding/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/48239574def7ffd98a81ae569bec7d5f6c4856ab...bc839099eaa9b039ae38233d25ad4f921a7f165b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/48239574def7ffd98a81ae569bec7d5f6c4856ab...bc839099eaa9b039ae38233d25ad4f921a7f165b
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/20251105/561a4758/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list