[Git][haskell-team/DHG_packages][master] 4 commits: Revert "Remove libffi (not in the archive/package-plan)"

Frédéric-Emmanuel Picca (@picca) gitlab at salsa.debian.org
Tue Sep 27 15:20:05 BST 2022



Frédéric-Emmanuel Picca pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c43d40fd by Picca Frédéric-Emmanuel at 2022-09-26T16:24:42+02:00
Revert "Remove libffi (not in the archive/package-plan)"

This reverts commit d6fd068f33d1ffc0192f75448a6baf9bb4688c2a.

- - - - -
de4799c7 by Picca Frédéric-Emmanuel at 2022-09-26T16:31:35+02:00
Added the first version of hdf5

- - - - -
f5c16c97 by Picca Frédéric-Emmanuel at 2022-09-26T16:35:13+02:00
updated hdf5 via cabal-debian

- - - - -
e6e201c2 by Picca Frédéric-Emmanuel at 2022-09-27T16:13:52+02:00
cabal-debian for libffi

- - - - -


14 changed files:

- + p/haskell-hdf5/debian/changelog
- + p/haskell-hdf5/debian/compat
- + p/haskell-hdf5/debian/control
- + p/haskell-hdf5/debian/copyright
- + p/haskell-hdf5/debian/rules
- + p/haskell-hdf5/debian/source/format
- + p/haskell-hdf5/debian/watch
- + p/haskell-libffi/debian/changelog
- + p/haskell-libffi/debian/compat
- + p/haskell-libffi/debian/control
- + p/haskell-libffi/debian/copyright
- + p/haskell-libffi/debian/rules
- + p/haskell-libffi/debian/source/format
- + p/haskell-libffi/debian/watch


Changes:

=====================================
p/haskell-hdf5/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hdf5 (1.8.9-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Tue, 02 Apr 2019 12:46:21 +0200


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


=====================================
p/haskell-hdf5/debian/control
=====================================
@@ -0,0 +1,84 @@
+Source: haskell-hdf5
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libffi-dev,
+ libghc-bindings-dsl-dev,
+ libghc-bindings-dsl-prof,
+ libghc-libffi-dev,
+ libghc-libffi-prof,
+ libghc-lifted-base-dev,
+ libghc-lifted-base-prof,
+ libghc-monad-control-dev,
+ libghc-monad-control-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof,
+ libghc-tagged-dev,
+ libghc-tagged-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-temporary-dev,
+ libghc-temporary-prof,
+ libhdf5-dev,
+ pkg-config
+Build-Depends-Indep: ghc-doc,
+ libghc-bindings-dsl-doc,
+ libghc-libffi-doc,
+ libghc-lifted-base-doc,
+ libghc-monad-control-doc,
+ libghc-primitive-doc,
+ libghc-tagged-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/picca/hs-hdf5
+X-Description: Haskell interface to the HDF5 scientific data storage library.
+ This is a low-level but typesafe Haskell interface to the HDF5 library.  No pointers necessary.
+
+Package: libghc-hdf5-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-hdf5-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-hdf5-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-hdf5/debian/copyright
=====================================
@@ -0,0 +1,12 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hdf5
+Upstream-Contact: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
+Source: https://hackage.haskell.org/package/hdf5
+
+Files: *
+Copyright: (No copyright field in cabal file)
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain


=====================================
p/haskell-hdf5/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hdf5
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-hdf5/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/hdf5/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


=====================================
p/haskell-libffi/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-libffi (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (do not upload into Debian for now)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Tue, 27 Sep 2022 16:13:33 +0200


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


=====================================
p/haskell-libffi/debian/control
=====================================
@@ -0,0 +1,54 @@
+Source: haskell-libffi
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libffi-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.6.1
+X-Description: A binding to libffi
+ A binding to libffi, allowing C functions of types only known at runtime to be called from Haskell.
+
+Package: libghc-libffi-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-libffi-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-libffi-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-libffi/debian/copyright
=====================================
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libffi
+Upstream-Contact: remi.turk at gmail.com
+Source: https://hackage.haskell.org/package/libffi
+
+Files: *
+Copyright: Remi Turk 2008-2009
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2008, Remi Turk
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ 2. 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.
+ .
+ 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-libffi/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = libffi
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-libffi/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/libffi/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/e35306cc84749b98fc4ec2e99eb095081887d914...e6e201c273bddad112c208ea43253969618238b2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/e35306cc84749b98fc4ec2e99eb095081887d914...e6e201c273bddad112c208ea43253969618238b2
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/20220927/76e335bf/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list