[Git][haskell-team/DHG_packages][master] Add vty-unix

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Oct 9 02:11:12 BST 2024



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6e372856 by Clint Adams at 2024-10-08T21:11:02-04:00
Add vty-unix

- - - - -


8 changed files:

- + p/haskell-vty-unix/debian/changelog
- + p/haskell-vty-unix/debian/compat
- + p/haskell-vty-unix/debian/control
- + p/haskell-vty-unix/debian/copyright
- + p/haskell-vty-unix/debian/haskell-vty-unix-utils.install
- + p/haskell-vty-unix/debian/rules
- + p/haskell-vty-unix/debian/source/format
- + p/haskell-vty-unix/debian/watch


Changes:

=====================================
p/haskell-vty-unix/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-vty-unix (0.2.0.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Tue, 08 Oct 2024 21:03:20 -0400


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


=====================================
p/haskell-vty-unix/debian/control
=====================================
@@ -0,0 +1,95 @@
+Source: haskell-vty-unix
+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 (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-blaze-builder-dev,
+ libghc-blaze-builder-prof,
+ libghc-microlens-dev,
+ libghc-microlens-prof,
+ libghc-microlens-mtl-dev,
+ libghc-microlens-mtl-prof,
+ libghc-microlens-th-dev,
+ libghc-microlens-th-prof,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-vty-dev (>= 6.1),
+ libghc-vty-prof (>= 6.1),
+ libghc-ansi-terminal-dev,
+ libghc-ansi-terminal-prof,
+ libghc-vty-dev,
+ libghc-vty-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-blaze-builder-doc,
+ libghc-microlens-doc,
+ libghc-microlens-mtl-doc,
+ libghc-microlens-th-doc,
+ libghc-utf8-string-doc,
+ libghc-vector-doc,
+ libghc-vty-doc,
+Standards-Version: 4.7.0
+X-Description: Unix backend for Vty
+ This package provides Unix terminal support for Vty.
+
+Package: libghc-vty-unix-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-vty-unix-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-vty-unix-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}
+
+Package: haskell-vty-unix-utils
+Architecture: any
+Section: misc
+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}


=====================================
p/haskell-vty-unix/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vty-unix
+Upstream-Contact: cygnus at foobox.com
+Source: https://hackage.haskell.org/package/vty-unix
+
+Files: *
+Copyright: 2023 Jonathan Daugherty
+License: BSD-3-clause
+
+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 Jonathan Daugherty nor the names of other
+       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-vty-unix/debian/haskell-vty-unix-utils.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/vty-unix-build-width-table/vty-unix-build-width-table usr/bin


=====================================
p/haskell-vty-unix/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = vty-unix
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-vty-unix-utils:: build-ghc-stamp


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6e3728565295a064eead7e3c9239091a99c863a7
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/20241009/2c1340bb/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list