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

Subscribers

People subscribed via source and target branches