[Git][haskell-team/DHG_packages][master] Initial packaging of lumberjack-1.0.1.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jul 28 21:53:06 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c71997ab by Scott Talbert at 2022-07-28T16:50:08-04:00
Initial packaging of lumberjack-1.0.1.0
- - - - -
7 changed files:
- + p/haskell-lumberjack/debian/changelog
- + p/haskell-lumberjack/debian/compat
- + p/haskell-lumberjack/debian/control
- + p/haskell-lumberjack/debian/copyright
- + p/haskell-lumberjack/debian/rules
- + p/haskell-lumberjack/debian/source/format
- + p/haskell-lumberjack/debian/watch
Changes:
=====================================
p/haskell-lumberjack/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-lumberjack (1.0.1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Thu, 28 Jul 2022 16:32:07 -0400
=====================================
p/haskell-lumberjack/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-lumberjack/debian/control
=====================================
@@ -0,0 +1,96 @@
+Source: haskell-lumberjack
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-contravariant-dev (>= 1.5),
+ libghc-contravariant-dev (<< 1.6),
+ libghc-contravariant-prof,
+ libghc-prettyprinter-dev (>= 1.6),
+ libghc-prettyprinter-dev (<< 1.8),
+ libghc-prettyprinter-prof,
+ libghc-prettyprinter-ansi-terminal-dev (>= 1.1.1.2),
+ libghc-prettyprinter-ansi-terminal-dev (<< 1.2),
+ libghc-prettyprinter-ansi-terminal-prof,
+ libghc-contravariant-dev,
+ libghc-prettyprinter-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-contravariant-doc,
+ libghc-prettyprinter-doc,
+ libghc-prettyprinter-ansi-terminal-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/GaloisInc/lumberjack
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lumberjack
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lumberjack]
+X-Description: Trek through your code forest and make logs
+ This is a logging facility. Yes, there are many, and this is the one
+ with a beard, wearing flannel and boots, that gets the job done. It's
+ not the fanciest, it doesn't have a cargo-van full of features. This
+ logger is designed to be straightforward to use, provide a good set of
+ standard features, and be useable across a broad set of code.
+ .
+ * Logging itself is a monadic activity. This activity is most often
+ performed in a monad stack with a MonadIO context to allow
+ writing to files.
+ .
+ * The specific logging action implementations are managed separately
+ from the actions of logging messages in the target code. This
+ allows logging to be configurable and the manner of logging to
+ be specified at startup time without requiring changes in the
+ code from which log messages are being generated.
+ .
+ * The logging implementation code can use contravariant functors to
+ adjust existing logging.
+ .
+ * Main code will typically retrieve the logging actions from a Reader
+ context in your monad stack. That said, Log actions are not tied
+ to an enclosing Monad. There are helpers to support a Monad which
+ can store Log actions, but Log actions can also be explicitly
+ passed and used.
+ .
+ * The prettyprinter package is used for formatting.
+
+Package: libghc-lumberjack-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-lumberjack-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-lumberjack-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-lumberjack/debian/copyright
=====================================
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lumberjack
+Upstream-Contact: kquick at galois.com
+Source: https://hackage.haskell.org/package/lumberjack
+
+Files: *
+Copyright: 2020-2022, Galois Inc.
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Copyright (c) 2020-2022 Galois Inc.
+ .
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
=====================================
p/haskell-lumberjack/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = lumberjack
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-lumberjack/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-lumberjack/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/lumberjack/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/c71997ab3a146aeb4e2480a3ae5800008967ee54
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c71997ab3a146aeb4e2480a3ae5800008967ee54
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/20220728/bd1a18ee/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list