Merge ~zhsj/ubuntu/+source/xpat2:implicit-func into ubuntu/+source/xpat2:ubuntu/devel

Proposed by Shengjing Zhu
Status: Merged
Merged at revision: e05b4f2b91eccba57effaad4ec9316a2bca748f0
Proposed branch: ~zhsj/ubuntu/+source/xpat2:implicit-func
Merge into: ubuntu/+source/xpat2:ubuntu/devel
Diff against target: 27 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
Benjamin Drung (community) Approve
git-ubuntu import Pending
Review via email: mp+463999@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) wrote :

Merged and uploaded.

review: Approve

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 e8cff8e..92e6438 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+xpat2 (1.07-20ubuntu1) noble; urgency=medium
7+
8+ * d/rules: define _GNU_SOURCE for implicit declaration of function ‘cuserid’
9+
10+ -- Shengjing Zhu <shengjing.zhu@canonical.com> Wed, 10 Apr 2024 17:12:23 +0800
11+
12 xpat2 (1.07-20build4) noble; urgency=medium
13
14 * No-change rebuild for CVE-2024-3094
15diff --git a/debian/rules b/debian/rules
16index bc77ca1..a81f84c 100755
17--- a/debian/rules
18+++ b/debian/rules
19@@ -20,7 +20,7 @@ build-stamp:
20 dh_testdir
21 dh_auto_build -v -- XPATLIBDIR=/usr/share/games/xpat \
22 SCOREFILE=/var/games/xpat2/xpat.log \
23- EXTRA_DEFINES="$(shell dpkg-buildflags --get CPPFLAGS)" \
24+ EXTRA_DEFINES="$(shell dpkg-buildflags --get CPPFLAGS) -D_GNU_SOURCE" \
25 CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" \
26 EXTRA_LDOPTIONS="$(shell dpkg-buildflags --get LDFLAGS)"
27 # lintian complains about symlink ending with slash

Subscribers

People subscribed via source and target branches