[Git][haskell-team/DHG_packages][master] add lukko
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jul 22 20:03:39 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1e34e3a6 by Clint Adams at 2022-07-22T15:02:42-04:00
add lukko
- - - - -
9 changed files:
- + p/haskell-lukko/debian/changelog
- + p/haskell-lukko/debian/compat
- + p/haskell-lukko/debian/control
- + p/haskell-lukko/debian/copyright
- + p/haskell-lukko/debian/patches/newer-deps
- + p/haskell-lukko/debian/patches/series
- + p/haskell-lukko/debian/rules
- + p/haskell-lukko/debian/source/format
- + p/haskell-lukko/debian/watch
Changes:
=====================================
p/haskell-lukko/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-lukko (0.1.1.3-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Clint Adams <clint at debian.org> Fri, 22 Jul 2022 14:41:46 -0400
=====================================
p/haskell-lukko/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-lukko/debian/control
=====================================
@@ -0,0 +1,80 @@
+Source: haskell-lukko
+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.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-async-dev (>= 2.2.2),
+ libghc-async-dev (<< 2.3),
+ libghc-async-prof (>= 2.2.2),
+ libghc-async-prof (<< 2.3),
+ libghc-singleton-bool-dev (>= 0.1.5),
+ libghc-singleton-bool-dev (<< 0.2),
+ libghc-singleton-bool-prof (>= 0.1.5),
+ libghc-singleton-bool-prof (<< 0.2),
+ libghc-tasty-dev (>= 1.4.0.1),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof (>= 1.4.0.1),
+ libghc-tasty-prof (<< 1.5),
+ libghc-tasty-expected-failure-dev,
+ libghc-tasty-expected-failure-prof,
+ libghc-tasty-hunit-dev (>= 0.10.0.2),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof (>= 0.10.0.2),
+ libghc-tasty-hunit-prof (<< 0.11),
+ libghc-temporary-dev (>= 1.3),
+ libghc-temporary-dev (<< 1.4),
+ libghc-temporary-prof (>= 1.3),
+ libghc-temporary-prof (<< 1.4),
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.6.1
+X-Description: file locking
+ This package provides access to platform dependent file locking APIs:
+ .
+ * Open file descriptor locking on Linux ("Lukko.OFD")
+ * BSD-style flock(2) locks on UNIX platforms ("Lukko.FLock")
+ * No-op locking, which throws exceptions ("Lukko.NoOp")
+
+Package: libghc-lukko-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-lukko-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-lukko-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-lukko/debian/copyright
=====================================
@@ -0,0 +1,47 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lukko
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/lukko
+
+Files: *
+Copyright: 2019 Oleg Grenrus <oleg.grenrus at iki.fi>
+License: GPL-2.0+
+
+Files: src/Lukko.hs
+Copyright: 2004 The University Court of the University of Glasgow
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-2.0+
+
+License: GPL-2.0+
+ See /usr/share/common-licenses/GPL-2 on your Debian-based system.
+
+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 name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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-lukko/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/lukko.cabal
++++ b/lukko.cabal
+@@ -72,7 +72,7 @@ flag ofd-locking
+ library
+ default-language: Haskell2010
+ hs-source-dirs: src
+- build-depends: base >=4.5 && <4.15
++ build-depends: base >=4.5 && <4.17
+ build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69
+
+ -- Main library module
+@@ -150,7 +150,7 @@ test-suite test-process
+ ghc-options: -threaded
+ build-depends:
+ , base
+- , bytestring >=0.9.2.1 && <0.11
++ , bytestring >=0.9.2.1 && <0.12
+ , lukko
+
+ if os(windows)
=====================================
p/haskell-lukko/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-lukko/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = lukko
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-lukko/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-lukko/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/lukko/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/1e34e3a6add6e1bf94ef975175a85bdf7a1c96dc
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1e34e3a6add6e1bf94ef975175a85bdf7a1c96dc
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/20220722/066ab8d7/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list