Merge ~zhsj/ubuntu/+source/libs3:lp2021564 into ubuntu/+source/libs3:ubuntu/devel

Proposed by Shengjing Zhu
Status: Needs review
Proposed branch: ~zhsj/ubuntu/+source/libs3:lp2021564
Merge into: ubuntu/+source/libs3:ubuntu/devel
Diff against target: 29 lines (+10/-0)
2 files modified
debian/changelog (+6/-0)
debian/rules (+4/-0)
Reviewer Review Type Date Requested Status
Steve Langasek (community) Approve
Review via email: mp+444228@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve
Revision history for this message
Steve Langasek (vorlon) wrote :

Thanks. Note that we also need to run `update-maintainer` to comply with policy; I've done this here.

Unmerged commits

faf0b70... by Shengjing Zhu

changelog

2863d0a... by Shengjing Zhu

d/rules: append -Wno-error=stringop-overread on ppc64el (LP: #2021564)

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 699c533..d42dc10 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+libs3 (2.0-4ubuntu1) mantic; urgency=medium
7+
8+ * d/rules: append -Wno-error=stringop-overread on ppc64el (LP: #2021564)
9+
10+ -- Shengjing Zhu <shengjing.zhu@canonical.com> Wed, 07 Jun 2023 02:57:07 +0000
11+
12 libs3 (2.0-4) unstable; urgency=medium
13
14 * Update debhelper level to 13 .
15diff --git a/debian/rules b/debian/rules
16index 099153e..46cffb1 100755
17--- a/debian/rules
18+++ b/debian/rules
19@@ -4,6 +4,10 @@
20 # Uncomment this to turn on verbose mode.
21 #export DH_VERBOSE=1
22
23+ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
24+export DEB_CFLAGS_MAINT_APPEND := -Wno-error=stringop-overread
25+endif
26+
27 DESTDIR = $(CURDIR)/debian/tmp/usr/
28
29 override_dh_auto_build:

Subscribers

People subscribed via source and target branches