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

Kari Pahula (@kaol) gitlab at salsa.debian.org
Mon Apr 22 12:54:02 BST 2024



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


Commits:
71d6409b by Kari Pahula at 2024-04-22T14:49:53+03:00
haskell-futhark-manifest: Initial release

- - - - -


7 changed files:

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


Changes:

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


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


=====================================
p/haskell-futhark-manifest/debian/control
=====================================
@@ -0,0 +1,64 @@
+Source: haskell-futhark-manifest
+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-aeson-dev (>= 2.0.0.0),
+ libghc-aeson-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/futhark-manifest
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-futhark-manifest
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-futhark-manifest]
+X-Description: definition of Futhark manifests
+ The Futhark compiler generates JSON manifest files that describe the
+ C API of a compiled program.  This package provides definitions for
+ reading and writing such files.
+
+Package: libghc-futhark-manifest-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-manifest-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-manifest-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-manifest/debian/copyright
=====================================
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: futhark-manifest
+Upstream-Contact: athas at sigkill.dk
+Source: https://hackage.haskell.org/package/futhark-manifest
+
+Files: *
+Copyright: 2020-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-manifest/debian/rules
=====================================
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = futhark-manifest
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

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


More information about the Pkg-haskell-commits mailing list