[Git][haskell-team/DHG_packages][master] 4 commits: haskell-gi-base: update to 0.26.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed May 25 16:07:17 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f71553a9 by Scott Talbert at 2022-05-25T10:21:41-04:00
haskell-gi-base: update to 0.26.0

Uploading to experimental due to new package gi-gmodule needing to go
through NEW

- - - - -
8817e00b by Scott Talbert at 2022-05-25T10:42:32-04:00
haskell-gi: update to 0.26.0

- - - - -
85fc8402 by Scott Talbert at 2022-05-25T10:52:05-04:00
gi-glib: update to 2.0.26

- - - - -
cded4219 by Scott Talbert at 2022-05-25T11:06:02-04:00
Add gi-gmodule package (now needed by gi-gdkpixbuf)

- - - - -


18 changed files:

- p/haskell-gi-glib/debian/changelog
- p/haskell-gi-glib/debian/control
- p/haskell-gi-glib/debian/patches/no-haskell-gi-overloading
- + p/haskell-gi-gmodule/debian/changelog
- + p/haskell-gi-gmodule/debian/compat
- + p/haskell-gi-gmodule/debian/control
- + p/haskell-gi-gmodule/debian/copyright
- + p/haskell-gi-gmodule/debian/patches/no-haskell-gi-overloading
- + p/haskell-gi-gmodule/debian/patches/series
- + p/haskell-gi-gmodule/debian/rules
- + p/haskell-gi-gmodule/debian/source/format
- + p/haskell-gi-gmodule/debian/watch
- p/haskell-haskell-gi-base/debian/changelog
- p/haskell-haskell-gi-base/debian/control
- p/haskell-haskell-gi/debian/changelog
- p/haskell-haskell-gi/debian/control
- − p/haskell-haskell-gi/debian/patches/fix-docsections
- p/haskell-haskell-gi/debian/patches/series


Changes:

=====================================
p/haskell-gi-glib/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-gi-glib (2.0.26-1) experimental; urgency=medium
+
+  * Team upload.
+  * Update to new upstream release 2.0.26
+
+ -- Scott Talbert <swt at techie.net>  Mon, 23 May 2022 23:33:23 -0400
+
 haskell-gi-glib (2.0.24-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-gi-glib/debian/control
=====================================
@@ -5,24 +5,25 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
  ghc,
  ghc-prof,
- libghc-haskell-gi-dev (>= 0.24.0),
- libghc-haskell-gi-dev (<< 0.25),
+ libghc-haskell-gi-dev (>= 0.26),
+ libghc-haskell-gi-dev (<< 0.27),
  libghc-haskell-gi-prof,
- libghc-haskell-gi-base-dev (>= 0.24),
- libghc-haskell-gi-base-dev (<< 0.25),
+ libghc-haskell-gi-base-dev (>= 0.26),
+ libghc-haskell-gi-base-dev (<< 0.27),
  libghc-haskell-gi-base-prof,
  pkg-config,
  libglib2.0-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-haskell-gi-doc,
  libghc-haskell-gi-base-doc,
- libghc-text-doc,
 Standards-Version: 4.5.0
 Homepage: https://github.com/haskell-gi/haskell-gi
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-gi-glib
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-gi-glib]
 X-Description: GLib bindings
  Bindings for GLib, autogenerated by haskell-gi.
 


=====================================
p/haskell-gi-glib/debian/patches/no-haskell-gi-overloading
=====================================
@@ -2,8 +2,8 @@
 +++ b/gi-glib.cabal
 @@ -28,7 +28,6 @@
        build-depends: base >= 4.7 && <5,
-                      haskell-gi-base >= 0.24 && < 0.25,
-                      haskell-gi >= 0.24.0 && < 0.25,
+                      haskell-gi-base >= 0.26 && < 0.27,
+                      haskell-gi >= 0.26 && < 0.27,
 -                     haskell-gi-overloading < 1.1,
                       bytestring >= 0.10 && < 1,
                       containers >= 0.5 && < 1,


=====================================
p/haskell-gi-gmodule/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-gi-gmodule (2.0.2-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Wed, 25 May 2022 09:50:07 -0400


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


=====================================
p/haskell-gi-gmodule/debian/control
=====================================
@@ -0,0 +1,69 @@
+Source: haskell-gi-gmodule
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-gi-glib-dev (>= 2.0),
+ libghc-gi-glib-dev (<< 2.1),
+ libghc-gi-glib-prof,
+ libghc-haskell-gi-dev (>= 0.26),
+ libghc-haskell-gi-dev (<< 0.27),
+ libghc-haskell-gi-prof,
+ libghc-haskell-gi-base-dev (>= 0.26),
+ libghc-haskell-gi-base-dev (<< 0.27),
+ libghc-haskell-gi-base-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-gi-glib-doc,
+ libghc-haskell-gi-doc,
+ libghc-haskell-gi-base-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/haskell-gi/haskell-gi
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-gi-gmodule
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-gi-gmodule]
+X-Description: GModule bindings
+ Bindings for GModule, autogenerated by haskell-gi.
+
+Package: libghc-gi-gmodule-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-gi-gmodule-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-gmodule-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-gmodule/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gi-gmodule
+Upstream-Contact: Iñaki García Etxebarria
+Source: https://hackage.haskell.org/package/gi-gmodule
+
+Files: *
+Copyright: Iñaki García Etxebarria
+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-gmodule/debian/patches/no-haskell-gi-overloading
=====================================
@@ -0,0 +1,10 @@
+--- a/gi-gmodule.cabal
++++ b/gi-gmodule.cabal
+@@ -29,7 +29,6 @@
+       build-depends: base >= 4.7 && <5,
+                      haskell-gi-base >= 0.26 && < 0.27,
+                      haskell-gi >= 0.26 && < 0.27,
+-                     haskell-gi-overloading < 1.1,
+                      gi-glib == 2.0.*,
+                      bytestring >= 0.10 && < 1,
+                      containers >= 0.5 && < 1,


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


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


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


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


=====================================
p/haskell-haskell-gi-base/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-haskell-gi-base (0.26.0-1) experimental; urgency=medium
+
+  * Team upload.
+  * Update to new upstream release 0.26.0
+
+ -- Scott Talbert <swt at techie.net>  Mon, 23 May 2022 22:50:44 -0400
+
 haskell-haskell-gi-base (0.24.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-haskell-gi-base/debian/control
=====================================
@@ -5,7 +5,7 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
  ghc,
  ghc-prof,


=====================================
p/haskell-haskell-gi/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-haskell-gi (0.26.0-1) experimental; urgency=medium
+
+  * Team upload.
+  * Update to new upstream release 0.26.0
+
+ -- Scott Talbert <swt at techie.net>  Mon, 23 May 2022 22:53:17 -0400
+
 haskell-haskell-gi (0.24.4-2) unstable; urgency=medium
 
   * Backport upstream patch to work with newer GLib (Closes: #971183)


=====================================
p/haskell-haskell-gi/debian/control
=====================================
@@ -5,7 +5,7 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
  ghc,
  ghc-prof,
@@ -13,42 +13,39 @@ Build-Depends: debhelper (>= 10),
  libghc-ansi-terminal-prof,
  libghc-attoparsec-dev (>= 0.13),
  libghc-attoparsec-prof,
- libghc-haskell-gi-base-dev (>= 0.24.2),
- libghc-haskell-gi-base-dev (<< 0.25),
+ libghc-haskell-gi-base-dev (>= 0.26.0),
+ libghc-haskell-gi-base-dev (<< 0.27),
  libghc-haskell-gi-base-prof,
  libghc-pretty-show-dev,
  libghc-pretty-show-prof,
  libghc-regex-tdfa-dev (>= 1.2),
- libghc-regex-tdfa-prof (>= 1.2),
+ libghc-regex-tdfa-prof,
  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),
  libghc-xml-conduit-prof,
- libghc-doctest-dev (>= 0.8),
- libghc-doctest-prof,
  libghc-cabal-doctest-dev (>= 1),
- libghc-cabal-doctest-dev (<< 1.1),
  libghc-cabal-doctest-prof,
  pkg-config,
  libglib2.0-dev,
  libgirepository1.0-dev,
+ libghc-doctest-dev (>= 0.8),
+ libghc-doctest-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-ansi-terminal-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.5.0
 Homepage: https://github.com/haskell-gi/haskell-gi
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haskell-gi
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-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


=====================================
p/haskell-haskell-gi/debian/patches/fix-docsections deleted
=====================================
@@ -1,22 +0,0 @@
-From 0b988bb20764024b06fdaa9a515cc7e92eda89c3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?=
- <1238558+garetxe at users.noreply.github.com>
-Date: Thu, 24 Sep 2020 19:00:58 +0100
-Subject: [PATCH] Accept (but ignore for the moment) docsections
-
----
- lib/Data/GI/CodeGen/API.hs | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: b/lib/Data/GI/CodeGen/API.hs
-===================================================================
---- a/lib/Data/GI/CodeGen/API.hs
-+++ b/lib/Data/GI/CodeGen/API.hs
-@@ -198,6 +198,7 @@ parseNSElement aliases ns at GIRNamespace{.
-           "class" -> parse APIObject parseObject
-           "interface" -> parse APIInterface parseInterface
-           "boxed" -> ns -- Unsupported
-+          "docsection" -> ns -- Ignored for now, see https://github.com/haskell-gi/haskell-gi/issues/318
-           n -> error . T.unpack $ "Unknown GIR element \"" <> n <> "\" when processing namespace \"" <> nsName <> "\", aborting."
-     where parse :: (a -> API) -> Parser (Name, a) -> GIRNamespace
-           parse wrapper parser =


=====================================
p/haskell-haskell-gi/debian/patches/series
=====================================
@@ -1,2 +1 @@
 force-overloading
-fix-docsections



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5362bae427ff3a6da0efd58b3be9ba7ecb544d72...cded42190173957d5b71c263bbcb7b8db0e4a47d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5362bae427ff3a6da0efd58b3be9ba7ecb544d72...cded42190173957d5b71c263bbcb7b8db0e4a47d
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/20220525/184d7cfb/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list