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

Subscribers

People subscribed via source and target branches