Source: libverto Version: 0.3.1-1.2 Tags: patch User: helm...@debian.org Usertags: rebootstrap
Hi, libverto is involved with architecture cross bootstrap being a dependency of krb5. The glib2.0 package was restructured and absorbed a bit of gobject-introspection which proved notoriously difficult to make work in a bootstrap setting. As a result, the glib2.0 packaging was restructured again and adds a package libgio-2.0-dev that mostly resembles what libglib2.0-dev was in bookworm. This smaller package happens to be sufficient for building libverto and we cannot install libglib2.0-dev in a bootstrap setting. As a result, I request reducing the dependency. Note that libgio-2.0-dev is a fairly new package. We intend to make bookworm's libglib2.0-dev gain provides for it in the next pu to ease backporting. Helmut
diff --minimal -Nru libverto-0.3.1/debian/changelog libverto-0.3.1/debian/changelog --- libverto-0.3.1/debian/changelog 2024-03-04 04:22:10.000000000 +0100 +++ libverto-0.3.1/debian/changelog 2024-09-25 08:24:10.000000000 +0200 @@ -1,3 +1,10 @@ +libverto (0.3.1-1.3) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Reduce build dependency on libglib2.0-dev to libgio-2.0-dev. Closes: #-1 + + -- Helmut Grohne <hel...@subdivi.de> Wed, 25 Sep 2024 08:24:10 +0200 + libverto (0.3.1-1.2) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru libverto-0.3.1/debian/control libverto-0.3.1/debian/control --- libverto-0.3.1/debian/control 2024-03-04 04:21:27.000000000 +0100 +++ libverto-0.3.1/debian/control 2024-09-25 08:24:09.000000000 +0200 @@ -1,7 +1,7 @@ Source: libverto Priority: optional Maintainer: Sam Hartman <hartm...@debian.org> -Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libev-dev, libglib2.0-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libev-dev, libgio-2.0-dev Build-Conflicts: libevent-dev, libtevent-dev Standards-Version: 4.5.0 Section: libs