[Git][haskell-team/DHG_packages][master] add haskell-gi

Clint Adams gitlab at salsa.debian.org
Mon Nov 5 21:57:24 GMT 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c460050e by Clint Adams at 2018-11-05T21:57:16Z
add haskell-gi

- - - - -


9 changed files:

- + p/haskell-haskell-gi/debian/changelog
- + p/haskell-haskell-gi/debian/compat
- + p/haskell-haskell-gi/debian/control
- + p/haskell-haskell-gi/debian/copyright
- + p/haskell-haskell-gi/debian/patches/fix-doctests
- + p/haskell-haskell-gi/debian/patches/series
- + p/haskell-haskell-gi/debian/rules
- + p/haskell-haskell-gi/debian/source/format
- + p/haskell-haskell-gi/debian/watch


Changes:

=====================================
p/haskell-haskell-gi/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-haskell-gi (0.21.4-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Nov 2018 16:09:13 -0500


=====================================
p/haskell-haskell-gi/debian/compat
=====================================
@@ -0,0 +1 @@
+9


=====================================
p/haskell-haskell-gi/debian/control
=====================================
@@ -0,0 +1,92 @@
+Source: haskell-haskell-gi
+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 (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev (>= 0.13),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof (>= 0.13),
+ libghc-attoparsec-prof (<< 0.14),
+ libghc-haskell-gi-base-dev (>= 0.21),
+ libghc-haskell-gi-base-dev (<< 0.22),
+ libghc-haskell-gi-base-prof (>= 0.21),
+ libghc-haskell-gi-base-prof (<< 0.22),
+ libghc-mtl-dev (>= 2.2),
+ libghc-mtl-prof (>= 2.2),
+ libghc-pretty-show-dev,
+ libghc-pretty-show-prof,
+ libghc-regex-tdfa-dev (>= 1.2),
+ libghc-regex-tdfa-prof (>= 1.2),
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-text-dev (>= 1.0),
+ libghc-text-prof (>= 1.0),
+ libghc-xdg-basedir-dev,
+ libghc-xdg-basedir-prof,
+ libghc-xml-conduit-dev (>= 1.3.0),
+ libghc-xml-conduit-prof (>= 1.3.0),
+ libghc-doctest-dev (>= 0.8),
+ libghc-doctest-prof (>= 0.8),
+ libgirepository1.0-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-haskell-gi-base-doc,
+ libghc-mtl-doc,
+ libghc-pretty-show-doc,
+ libghc-regex-tdfa-doc,
+ libghc-safe-doc,
+ libghc-text-doc,
+ libghc-xdg-basedir-doc,
+ libghc-xml-conduit-doc,
+Standards-Version: 4.2.1
+Homepage: https://github.com/haskell-gi/haskell-gi
+X-Description: generate Haskell bindings for GI-capable libraries
+ Generate Haskell bindings for GObject-Introspection-capable libraries.
+ This includes most notably Gtk+, but many other libraries in the
+ GObject ecosystem provide introspection data too.
+
+Package: libghc-haskell-gi-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libgirepository1.0-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-haskell-gi-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-haskell-gi-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-haskell-gi/debian/copyright
=====================================
@@ -0,0 +1,24 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: haskell-gi
+Upstream-Contact: Iñaki García Etxebarria <garetxe at gmail.com>
+Source: https://hackage.haskell.org/package/haskell-gi
+
+Files: *
+Copyright: Will Thompson
+           Iñaki García Etxebarria
+	   Jonas Platte
+License: LGPL-2.1+
+
+Files: lib/c/enumStorage.c
+Copyright: 2008 Red Hat, Inc.
+License: LGPL-2+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1+
+
+License: LGPL-2+
+ See /usr/share/common-licenses/LGPL-2 on your Debian-based system.
+
+License: LGPL-2.1+
+ See /usr/share/common-licenses/LGPL-2.1 on your Debian-based system.


=====================================
p/haskell-haskell-gi/debian/patches/fix-doctests
=====================================
@@ -0,0 +1,13 @@
+--- a/DocTests.hs
++++ b/DocTests.hs
+@@ -7,8 +7,8 @@
+   doctest $ [ "-XCPP", "-XOverloadedStrings", "-XRankNTypes", "-XLambdaCase"
+             , "-ilib"
+             -- For the autogenerated Data.GI.CodeGen.GType (hsc)
+-            , "-idist/build"
+-            , "dist/build/lib/c/enumStorage.o"
++            , "-idist-ghc/build"
++            , "dist-ghc/build/lib/c/enumStorage.o"
+             ] ++ gobjectIntrospectionLibs ++
+             -- The actual modules to test
+             [ "Data.GI.CodeGen.GtkDoc"


=====================================
p/haskell-haskell-gi/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-doctests


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


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c460050e86b91bcb2455035eaec4af3876a06cc9
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/20181105/dccc925d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list