[Git][haskell-team/DHG_packages][master] gi-vte: Add missing dependency on gi-gdkpixbuf

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Mar 16 16:29:56 GMT 2025



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8d266e01 by Ilias Tsitsimpis at 2025-03-16T18:26:09+02:00
gi-vte: Add missing dependency on gi-gdkpixbuf

- - - - -


4 changed files:

- p/haskell-gi-vte/debian/changelog
- p/haskell-gi-vte/debian/control
- + p/haskell-gi-vte/debian/patches/gi-gdkpixbuf-dep
- p/haskell-gi-vte/debian/patches/series


Changes:

=====================================
p/haskell-gi-vte/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-gi-vte (2.91.33-2) unstable; urgency=medium
+
+  * Add missing dependency on haskell-gi-gdkpixbuf. Thanks to Yue Gui for
+    providing the patch (Closes: #1098501)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 16 Mar 2025 18:26:04 +0200
+
 haskell-gi-vte (2.91.33-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0


=====================================
p/haskell-gi-vte/debian/control
=====================================
@@ -26,6 +26,9 @@ Build-Depends: debhelper (>= 10),
  libghc-gi-glib-dev (>= 2.0),
  libghc-gi-glib-dev (<< 2.1),
  libghc-gi-glib-prof,
+ libghc-gi-gdkpixbuf-dev (>= 2.0),
+ libghc-gi-gdkpixbuf-dev (<< 2.1),
+ libghc-gi-gdkpixbuf-prof,
  libghc-gi-gobject-dev (>= 2.0),
  libghc-gi-gobject-dev (<< 2.1),
  libghc-gi-gobject-prof,
@@ -47,6 +50,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-gi-gdk-doc,
  libghc-gi-gio-doc,
  libghc-gi-glib-doc,
+ libghc-gi-gdkpixbuf-doc,
  libghc-gi-gobject-doc,
  libghc-gi-gtk-doc,
  libghc-gi-pango-doc,


=====================================
p/haskell-gi-vte/debian/patches/gi-gdkpixbuf-dep
=====================================
@@ -0,0 +1,20 @@
+Index: b/gi-vte.cabal
+===================================================================
+--- a/gi-vte.cabal
++++ b/gi-vte.cabal
+@@ -21,6 +21,7 @@ custom-setup
+                      gi-gtk == 3.0.*,
+                      gi-gio == 2.0.*,
+                      gi-gdk == 3.0.*,
++                     gi-gdkpixbuf == 2.0.*,
+                      gi-gobject == 2.0.*,
+                      gi-glib == 2.0.*,
+                      gi-atk == 2.0.*,
+@@ -40,6 +41,7 @@ library
+                      gi-gtk == 3.0.*,
+                      gi-gio == 2.0.*,
+                      gi-gdk == 3.0.*,
++                     gi-gdkpixbuf == 2.0.*,
+                      gi-gobject == 2.0.*,
+                      gi-glib == 2.0.*,
+                      gi-atk == 2.0.*,


=====================================
p/haskell-gi-vte/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-haskell-gi-overloading
+gi-gdkpixbuf-dep



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8d266e018170ebe3e3699eaf193323e0570c36ad

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8d266e018170ebe3e3699eaf193323e0570c36ad
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/20250316/6d1deac0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list