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

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Dec 8 15:49:08 GMT 2025



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


Commits:
41149b41 by Clint Adams at 2025-12-08T10:44:48-05:00
add gi-graphene

- - - - -


8 changed files:

- + p/haskell-gi-graphene/debian/changelog
- + p/haskell-gi-graphene/debian/control
- + p/haskell-gi-graphene/debian/copyright
- + p/haskell-gi-graphene/debian/patches/no-gi-overloading.patch
- + p/haskell-gi-graphene/debian/patches/series
- + p/haskell-gi-graphene/debian/rules
- + p/haskell-gi-graphene/debian/source/format
- + p/haskell-gi-graphene/debian/watch


Changes:

=====================================
p/haskell-gi-graphene/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-gi-graphene (1.0.4-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 08 Dec 2025 10:22:12 -0500


=====================================
p/haskell-gi-graphene/debian/control
=====================================
@@ -0,0 +1,79 @@
+Source: haskell-gi-graphene
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-gi-glib-dev (>= 2.0),
+ libghc-gi-glib-dev (<< 2.1),
+ libghc-gi-glib-prof (>= 2.0),
+ libghc-gi-glib-prof (<< 2.1),
+ libghc-gi-gobject-dev (>= 2.0),
+ libghc-gi-gobject-dev (<< 2.1),
+ libghc-gi-gobject-prof (>= 2.0),
+ libghc-gi-gobject-prof (<< 2.1),
+ libghc-haskell-gi-dev (>= 0.26),
+ libghc-haskell-gi-dev (<< 0.27),
+ libghc-haskell-gi-prof (>= 0.26),
+ libghc-haskell-gi-prof (<< 0.27),
+ libghc-haskell-gi-base-dev (>= 0.26),
+ libghc-haskell-gi-base-dev (<< 0.27),
+ libghc-haskell-gi-base-prof (>= 0.26),
+ libghc-haskell-gi-base-prof (<< 0.27),
+ libgraphene-1.0-dev,
+ pkgconf,
+Build-Depends-Indep: ghc-doc,
+ libghc-gi-glib-doc,
+ libghc-gi-gobject-doc,
+ libghc-haskell-gi-doc,
+ libghc-haskell-gi-base-doc,
+Standards-Version: 4.7.2
+Homepage: https://github.com/haskell-gi/haskell-gi
+Description: Haskell Graphene bindings
+ Haskell bindings for Graphene, autogenerated by haskell-gi.
+
+Package: libghc-gi-graphene-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libgraphene-1.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-gi-graphene-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-gi-graphene-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-gi-graphene/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gi-graphene
+Upstream-Contact: Iñaki García Etxebarria
+Source: https://hackage.haskell.org/package/gi-graphene
+
+Files: *
+Copyright: Will Thompson, Iñaki García Etxebarria and Jonas Platte
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ See /usr/share/common-licenses/LGPL-2.1 on your Debian-based system.


=====================================
p/haskell-gi-graphene/debian/patches/no-gi-overloading.patch
=====================================
@@ -0,0 +1,23 @@
+--- a/gi-graphene.cabal
++++ b/gi-graphene.cabal
+@@ -30,19 +30,13 @@ library
+       build-depends: base >= 4.9 && <5,
+                      haskell-gi-base >= 0.26 && < 0.27,
+                      haskell-gi >= 0.26 && < 0.27,
+-                     haskell-gi-overloading < 1.1,
+                      gi-gobject == 2.0.*,
+                      gi-glib == 2.0.*,
+                      bytestring >= 0.10 && < 1,
+                      containers >= 0.5 && < 1,
+-                     text >= 1.0 && < 2,
++                     text >= 1.0 && < 2.1,
+                      transformers >= 0.4 && < 1
+ 
+-      -- Disable overloading when compiling under GHC 8.2.x
+-      -- see https://ghc.haskell.org/trac/ghc/ticket/14382
+-      if impl(ghc == 8.2.*)
+-              build-depends: haskell-gi-overloading == 0.0
+-
+       -- Note that the following list of exposed modules and autogen
+       -- modules is for documentation purposes only, so that some
+       -- documentation appears in hackage. The actual list of modules


=====================================
p/haskell-gi-graphene/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-gi-overloading.patch


=====================================
p/haskell-gi-graphene/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/41149b4120c83a1bfb3b430600a0496d14479ffc
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/20251208/5271b0d3/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list