[Git][haskell-team/DHG_packages][master] text-builder-core: debianize in order to update text-builder
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Feb 3 23:34:10 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
972a4486 by Diogo Biazus at 2026-02-03T18:27:04-05:00
text-builder-core: debianize in order to update text-builder
- - - - -
6 changed files:
- + p/haskell-text-builder-core/debian/changelog
- + p/haskell-text-builder-core/debian/control
- + p/haskell-text-builder-core/debian/copyright
- + p/haskell-text-builder-core/debian/rules
- + p/haskell-text-builder-core/debian/source/format
- + p/haskell-text-builder-core/debian/watch
Changes:
=====================================
p/haskell-text-builder-core/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-text-builder-core (0.1.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Diogo Biazus <diogo at biazus.ca> Sun, 18 Jan 2026 03:44:14 +0000
=====================================
p/haskell-text-builder-core/debian/control
=====================================
@@ -0,0 +1,63 @@
+Source: haskell-text-builder-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Diogo Biazus <diogo at biazus.ca>
+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-quickcheck2-dev (>= 2.14),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+Standards-Version: 4.7.2
+Homepage: https://github.com/nikita-volkov/text-builder-core
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-builder-core
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-text-builder-core]
+Description: Internals of "text-builder".
+ Core functionality of \"text-builder\" with guts exposed
+ for efficient custom integrations.
+
+Package: libghc-text-builder-core-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-text-builder-core-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-text-builder-core-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-text-builder-core/debian/copyright
=====================================
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: text-builder-core
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/text-builder-core
+
+Files: *
+Copyright: (c) 2022, Nikita Volkov
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2022, Nikita Volkov
+ .
+ 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-text-builder-core/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = no
+
+%:
+ dh $@
=====================================
p/haskell-text-builder-core/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-text-builder-core/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/text-builder-core/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/972a4486372d4ac213cafb82ff38def71eb28fa0
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/972a4486372d4ac213cafb82ff38def71eb28fa0
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/20260203/3391b938/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list