Merge ~liushuyu-011/ubuntu/+source/libabigail:ubuntu/devel into ubuntu/+source/libabigail:ubuntu/devel

Proposed by Zixing Liu
Status: Merged
Merged at revision: f7802182a4658b1599092c9ea9d26d1d6ead2abc
Proposed branch: ~liushuyu-011/ubuntu/+source/libabigail:ubuntu/devel
Merge into: ubuntu/+source/libabigail:ubuntu/devel
Diff against target: 43 lines (+9/-5)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/rules (+0/-4)
Reviewer Review Type Date Requested Status
Steve Langasek (community) Approve
Review via email: mp+462286@code.launchpad.net

Description of the change

This MP removes the obsolete shlib overrides from d/rules.

To post a comment you must log in.
Revision history for this message
Zixing Liu (liushuyu-011) wrote :
Revision history for this message
Steve Langasek (vorlon) :
review: Approve
Revision history for this message
Vladimir Petko (vpa1977) wrote :

I tried to reproduce the issue and the package installs now without the change.
Would it be possible to provide the steps to reproduce?

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 ddb126f..113b5fc 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+libabigail (2.4-2.1ubuntu1) noble; urgency=medium
7+
8+ * d/rules: Remove now obsoleted make_shlib rule to make the package
9+ installable again (LP: #2057739).
10+
11+ -- Zixing Liu <zixing.liu@canonical.com> Tue, 12 Mar 2024 22:32:51 -0600
12+
13 libabigail (2.4-2.1) unstable; urgency=medium
14
15 * Non-maintainer upload.
16diff --git a/debian/control b/debian/control
17index d578f53..1749bc8 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,6 +1,7 @@
21 Source: libabigail
22 Priority: optional
23-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
26 Uploaders: Matthias Klose <doko@debian.org>
27 Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11),
28 pkg-config,
29diff --git a/debian/rules b/debian/rules
30index 4764794..c447802 100755
31--- a/debian/rules
32+++ b/debian/rules
33@@ -28,10 +28,6 @@ override_dh_auto_test:
34 -tmp=$$(mktemp -d); \
35 XDG_CACHE_HOME=$$tmp dh_auto_test
36
37-override_dh_makeshlibs:
38- : # For new symbols when compiled with GCC 7
39- dh_makeshlibs -V'libabigail0 (>= 1.0~rc6-2~)'
40-
41 override_dh_auto_install:
42 dh_auto_install
43 $(MAKE) -C $(builddir)/doc/manuals install-man-and-info-doc \

Subscribers

People subscribed via source and target branches

to all changes: