Merge ~paelzer/ubuntu/+source/xdp-tools:merge-noble into ubuntu/+source/xdp-tools:debian/sid

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merge reported by: git-ubuntu bot
Merged at revision: 7eee0aaa4f5de0f931e9154997d4ebf1d93ce2c4
Proposed branch: ~paelzer/ubuntu/+source/xdp-tools:merge-noble
Merge into: ubuntu/+source/xdp-tools:debian/sid
Diff against target: 61 lines (+26/-3)
2 files modified
debian/changelog (+22/-0)
debian/control (+4/-3)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Utkarsh Gupta (community) Approve
Frode Nordahl (community) Approve
Canonical Server Reporter Pending
Review via email: mp+460568@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

PPA: https://launchpad.net/~paelzer/+archive/ubuntu/noble-xdp-tools

This has become a trivial merge with only the dependencies as delta.

We could one day make this use a template generated at build time and make it a sync.
But for now just a merge with little delta left to ensure noble is up to date.

Revision history for this message
Frode Nordahl (fnordahl) wrote :

LGTM, thanks for raising this!

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks for the pair of eyes, uploaded

Revision history for this message
Utkarsh Gupta (utkarsh) :
review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: paelzer, utkarsh
Uploaders: paelzer, utkarsh
MP auto-approved

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

And the PPA had all default arches, but not risc as we need to enable it manually.
Guess what failed ...

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 cc3c83f..7c7bf0a 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+xdp-tools (1.4.2-1ubuntu1) noble; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - d/control: Change build dep for bpftool on Ubuntu
10+
11+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 14 Feb 2024 16:59:02 +0100
12+
13 xdp-tools (1.4.2-1) unstable; urgency=medium
14
15 * Update upstream source from tag 'upstream/1.4.2'
16@@ -31,6 +38,21 @@ xdp-tools (1.3.0-3~exp1) experimental; urgency=medium
17
18 -- Luca Boccassi <bluca@debian.org> Tue, 21 Feb 2023 15:58:46 +0000
19
20+xdp-tools (1.3.0-2ubuntu2) lunar; urgency=medium
21+
22+ * d/p/lp-2008214-ppc64le-build-failure.patch: Resolve FTBFS for ppc64le on
23+ Ubuntu (LP: #2008214).
24+
25+ -- Frode Nordahl <frode.nordahl@canonical.com> Thu, 23 Feb 2023 14:02:56 +0100
26+
27+xdp-tools (1.3.0-2ubuntu1) lunar; urgency=medium
28+
29+ * Resolve FTBFS on Ubuntu (LP: #2007308):
30+ - d/control: Change build dep for bpftool on Ubuntu.
31+ - d/rules: Conditionally set BPFTOOL variable for build on Ubuntu.
32+
33+ -- Frode Nordahl <frode.nordahl@canonical.com> Wed, 22 Feb 2023 15:12:51 +0000
34+
35 xdp-tools (1.3.0-2) unstable; urgency=medium
36
37 * Add patch to fix build on arm/mips
38diff --git a/debian/control b/debian/control
39index a4aa346..8cc6be7 100644
40--- a/debian/control
41+++ b/debian/control
42@@ -1,15 +1,16 @@
43 Source: xdp-tools
44 Section: devel
45 Priority: optional
46-Maintainer: Luca Boccassi <bluca@debian.org>
47+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
48+XSBC-Original-Maintainer: Luca Boccassi <bluca@debian.org>
49 Rules-Requires-Root: no
50-Build-Depends: bpftool,
51- clang,
52+Build-Depends: clang,
53 debhelper-compat (= 13),
54 dh-package-notes,
55 libbpf-dev,
56 libelf-dev,
57 libpcap-dev,
58+ linux-tools-generic,
59 llvm,
60 pkg-config,
61 zlib1g-dev,

Subscribers

People subscribed via source and target branches