Merge ~vpa1977/ubuntu/+source/libgd2:ubuntu/devel into ubuntu/+source/libgd2:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merged at revision: a08740b900cff3f891c44831ebb6589441cd4fd5
Proposed branch: ~vpa1977/ubuntu/+source/libgd2:ubuntu/devel
Merge into: ubuntu/+source/libgd2:ubuntu/devel
Diff against target: 37 lines (+11/-0)
2 files modified
debian/changelog (+9/-0)
debian/control (+2/-0)
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+464468@code.launchpad.net

Description of the change

This MP depends on libheif MP[1]

Changes:
 - d/control: restore libheif-dev dependency

PPA: ppa:vpa1977/libheif[2]

Testing:
 - piuparts test [3]
 - check piuparts log that libheif is installed (passes)[3].

[1] https://code.launchpad.net/~vpa1977/ubuntu/+source/libheif/+git/libheif/+merge/464467
[2] https://launchpad.net/~vpa1977/+archive/ubuntu/libheif/+packages
[3] https://bugs.launchpad.net/ubuntu/+source/libgd2/+bug/2061090/comments/2

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index a2d897b..d2e20a6 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+libgd2 (2.3.3-9ubuntu5) noble; urgency=medium
7+
8+ * d/control: restore libheif-dev dependency (LP: #2061090).
9+ Remaining changes:
10+ - Drop the dependencies on libavif, libavif has an extensive rust
11+ dependency tree that makes it unsuitable for main.
12+
13+ -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 16 Apr 2024 20:23:30 +1200
14+
15 libgd2 (2.3.3-9ubuntu4) noble; urgency=medium
16
17 * No-change rebuild for CVE-2024-3094
18diff --git a/debian/control b/debian/control
19index 96870ec..ce2a9ae 100644
20--- a/debian/control
21+++ b/debian/control
22@@ -7,6 +7,7 @@ Uploaders: Ondřej Surý <ondrej@debian.org>
23 Build-Depends: debhelper (>= 10),
24 libfontconfig-dev,
25 libfreetype-dev | libfreetype6-dev,
26+ libheif-dev (>= 1.17.6-1ubuntu4~) | base-files (<< 11.1~),
27 libjpeg-dev,
28 libpng-dev,
29 libtiff-dev,
30@@ -42,6 +43,7 @@ Section: libdevel
31 Depends: libfontconfig-dev,
32 libfreetype6-dev,
33 libgd3 (= ${binary:Version}),
34+ libheif-dev (>= 1.17.6-1ubuntu4~) | base-files (<< 11.1~),
35 libjpeg-dev,
36 libpng-dev,
37 libtiff-dev,

Subscribers

People subscribed via source and target branches