Control: tags -1 + patch
On Sat, 25 Oct 2025 at 15:19:57 +0100, Simon McVittie wrote:
haskell-haskell-gi seems to be a language binding that uses libgirepository-1.0,
so probably it should use libgirepository-1.0-dev (or
libgirepository-2.0-dev) as its replacement.
Please consider the attached patch. It does not change the resulting
binary package, except for the adjustment to the -dev package's
dependencies; not otherwise tested.
Thanks,
smcv
>From 48ea2cd65a5474fec19c4486cf73721807dff7b1 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Wed, 19 Aug 2026 13:46:36 +0100
Subject: [PATCH] d/control: Replace deprecated B-D libgirepository1.0-dev
This project is a language binding that uses libgirepository-1.0,
so it needs libgirepository-1.0-dev. However, it doesn't need the other
legacy functionality of libgirepository1.0-dev (without the first `-`).
Closes: #1118845
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1f04b02..16736d5 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-cabal-doctest-prof,
pkg-config,
libglib2.0-dev,
- libgirepository1.0-dev,
+ libgirepository-1.0-dev,
libghc-doctest-dev (>= 0.8),
libghc-doctest-prof,
Build-Depends-Indep: ghc-doc,
@@ -57,7 +57,7 @@ Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
libglib2.0-dev,
- libgirepository1.0-dev,
+ libgirepository-1.0-dev,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
--
2.55.0
_______________________________________________
Pkg-haskell-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers