[Git][haskell-team/DHG_packages][master] haskell-futhark-server: Initial release

Kari Pahula (@kaol) gitlab at salsa.debian.org
Mon Apr 22 13:01:10 BST 2024



Kari Pahula pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d8c76bd9 by Kari Pahula at 2024-04-22T14:58:24+03:00
haskell-futhark-server: Initial release

- - - - -


7 changed files:

- + p/haskell-futhark-server/debian/changelog
- + p/haskell-futhark-server/debian/compat
- + p/haskell-futhark-server/debian/control
- + p/haskell-futhark-server/debian/copyright
- + p/haskell-futhark-server/debian/rules
- + p/haskell-futhark-server/debian/source/format
- + p/haskell-futhark-server/debian/watch


Changes:

=====================================
p/haskell-futhark-server/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-futhark-server (1.2.2.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Kari Pahula <kaol at debian.org>  Mon, 22 Apr 2024 14:56:46 +0300


=====================================
p/haskell-futhark-server/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-futhark-server/debian/control
=====================================
@@ -0,0 +1,68 @@
+Source: haskell-futhark-server
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Kari Pahula <kaol 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-futhark-data-dev,
+ libghc-futhark-data-prof,
+ libghc-temporary-dev,
+ libghc-temporary-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-futhark-data-doc,
+ libghc-temporary-doc,
+Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/futhark-server
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-futhark-server
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-futhark-server]
+X-Description: client implementation of the Futhark server protocol
+ Provides an easy way to interact with a running Futhark
+ server-mode program from a Haskell program.  Provides
+ both direct support of the protocol, as well as
+ convenience functions for loading and extracting data.
+
+Package: libghc-futhark-server-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-futhark-server-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-futhark-server-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-futhark-server/debian/copyright
=====================================
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: futhark-server
+Upstream-Contact: athas at sigkill.dk
+Source: https://hackage.haskell.org/package/futhark-server
+
+Files: *
+Copyright: 2013-2021. DIKU, University of Copenhagen
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ 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 AUTHOR DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+ AUTHOR 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-futhark-server/debian/rules
=====================================
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = futhark-server
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-futhark-server/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/futhark-server/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/d8c76bd95aaabb47486317bfc01deb1e89181bd8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d8c76bd95aaabb47486317bfc01deb1e89181bd8
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/20240422/b25f770c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list