[Git][haskell-team/DHG_packages][master] add termonad
Clint Adams
gitlab at salsa.debian.org
Thu Dec 27 00:14:10 GMT 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9b3ae36f by Clint Adams at 2018-12-27T00:11:38Z
add termonad
- - - - -
8 changed files:
- + p/haskell-termonad/debian/changelog
- + p/haskell-termonad/debian/compat
- + p/haskell-termonad/debian/control
- + p/haskell-termonad/debian/copyright
- + p/haskell-termonad/debian/rules
- + p/haskell-termonad/debian/source/format
- + p/haskell-termonad/debian/termonad.install
- + p/haskell-termonad/debian/watch
Changes:
=====================================
p/haskell-termonad/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-termonad (0.1.0.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Dec 2018 18:53:08 -0500
=====================================
p/haskell-termonad/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-termonad/debian/control
=====================================
@@ -0,0 +1,132 @@
+Source: haskell-termonad
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-classy-prelude-dev,
+ libghc-classy-prelude-prof,
+ libghc-colour-dev,
+ libghc-colour-prof,
+ libghc-constraints-dev,
+ libghc-constraints-prof,
+ libghc-data-default-dev,
+ libghc-data-default-prof,
+ libghc-dyre-dev,
+ libghc-dyre-prof,
+ libghc-gi-gdk-dev,
+ libghc-gi-gdk-prof,
+ libghc-gi-gio-dev,
+ libghc-gi-gio-prof,
+ libghc-gi-glib-dev,
+ libghc-gi-glib-prof,
+ libghc-gi-gtk-dev,
+ libghc-gi-gtk-prof,
+ libghc-gi-pango-dev,
+ libghc-gi-pango-prof,
+ libghc-gi-vte-dev,
+ libghc-gi-vte-prof,
+ libghc-haskell-gi-base-dev,
+ libghc-haskell-gi-base-prof,
+ libghc-lens-dev,
+ libghc-lens-prof,
+ libghc-pretty-simple-dev,
+ libghc-pretty-simple-prof,
+ libghc-xml-conduit-dev,
+ libghc-xml-conduit-prof,
+ libghc-xml-html-qq-dev,
+ libghc-xml-html-qq-prof,
+ libghc-doctest-dev,
+ libghc-doctest-prof,
+ libghc-hedgehog-dev,
+ libghc-hedgehog-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hedgehog-dev,
+ libghc-tasty-hedgehog-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-classy-prelude-doc,
+ libghc-colour-doc,
+ libghc-constraints-doc,
+ libghc-data-default-doc,
+ libghc-dyre-doc,
+ libghc-gi-gdk-doc,
+ libghc-gi-gio-doc,
+ libghc-gi-glib-doc,
+ libghc-gi-gtk-doc,
+ libghc-gi-pango-doc,
+ libghc-gi-vte-doc,
+ libghc-haskell-gi-base-doc,
+ libghc-lens-doc,
+ libghc-pretty-simple-doc,
+ libghc-xml-conduit-doc,
+ libghc-xml-html-qq-doc,
+Standards-Version: 4.3.0
+Homepage: https://github.com/cdepillabout/termonad
+X-Description: terminal emulator configurable in Haskell
+ Termonad is a terminal emulator configurable in Haskell. It is
+ extremely customizable and provides hooks to modify the default
+ behavior. It can be thought of as the "XMonad" of terminal
+ emulators.
+
+Package: libghc-termonad-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-termonad-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-termonad-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: termonad
+Architecture: any
+Section: x11
+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-termonad/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: termonad
+Upstream-Contact: cdep.illabout at gmail.com
+Source: https://hackage.haskell.org/package/termonad
+
+Files: *
+Copyright: 2017-2018 Dennis Gosnell
+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 Author name here 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-termonad/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = termonad
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/termonad:: build-ghc-stamp
=====================================
p/haskell-termonad/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-termonad/debian/termonad.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/termonad/termonad usr/bin
=====================================
p/haskell-termonad/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/termonad/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/9b3ae36fa261651f2659df8e546e4fe59389ddee
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9b3ae36fa261651f2659df8e546e4fe59389ddee
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/20181227/b7dd322a/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list