Merge ~uralt/ubuntu/+source/sip-tester:lp2134582 into ubuntu/+source/sip-tester:ubuntu/devel

Proposed by Ural Tunaboyu
Status: Needs review
Proposed branch: ~uralt/ubuntu/+source/sip-tester:lp2134582
Merge into: ubuntu/+source/sip-tester:ubuntu/devel
Diff against target: 42 lines (+12/-1)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/rules (+4/-0)
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
git-ubuntu import Pending
Review via email: mp+497288@code.launchpad.net

Description of the change

Builds in PPA (1:3.7.5-1ubuntu1~ppa3): https://launchpad.net/~uralt/+archive/ubuntu/testing/+builds?build_text=sip-tester&build_state=built

There are no autopkgtests available, but installation (on amd64 and ppc64el) work as expected.

To post a comment you must log in.

Unmerged commits

0c39b5b... by Ural Tunaboyu

changelog

78d6093... by Ural Tunaboyu

update-maintainer

7cfd5ec... by Ural Tunaboyu

d/rules: drop to -O2 on ppc64el to fix FTBFS with GCC15

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 5e31afb..e41ad54 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+sip-tester (1:3.7.5-1ubuntu1) resolute; urgency=medium
7+
8+ * d/rules: drop to -O2 on ppc64el to fix FTBFS with GCC15 (LP: #2134582)
9+
10+ -- Ural Tunaboyu <ural.tunaboyu@canonical.com> Tue, 09 Dec 2025 07:54:56 -0800
11+
12 sip-tester (1:3.7.5-1) unstable; urgency=medium
13
14 * New upstream version 3.7.5
15diff --git a/debian/control b/debian/control
16index b8c9a58..d453600 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: sip-tester
21 Section: comm
22 Priority: optional
23-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
26 Uploaders:
27 Tzafrir Cohen <tzafrir@debian.org>,
28 Victor Seva <vseva@debian.org>,
29diff --git a/debian/rules b/debian/rules
30index 6c7d58d..0daa2ae 100755
31--- a/debian/rules
32+++ b/debian/rules
33@@ -3,6 +3,10 @@
34 # export DH_VERBOSE=1
35
36 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
37+ifeq ($(DEB_HOST_ARCH),ppc64el)
38+ export DEB_CFLAGS_MAINT_APPEND = -O2
39+ export DEB_CXXFLAGS_MAINT_APPEND = -O2
40+endif
41 DPKG_EXPORT_BUILDFLAGS = 1
42 include /usr/share/dpkg/buildflags.mk
43

Subscribers

People subscribed via source and target branches