Merge ~skia/ubuntu/+source/mmc-utils:skia/merge_1.0-1_0+git20240329.f757f413-1ubuntu1 into ubuntu/+source/mmc-utils:debian/sid

Proposed by Skia
Status: Needs review
Proposed branch: ~skia/ubuntu/+source/mmc-utils:skia/merge_1.0-1_0+git20240329.f757f413-1ubuntu1
Merge into: ubuntu/+source/mmc-utils:debian/sid
Diff against target: 62 lines (+24/-1)
3 files modified
debian/changelog (+21/-0)
debian/control (+2/-1)
debian/rules (+1/-0)
Reviewer Review Type Date Requested Status
Nick Rosbrook (community) Approve
git-ubuntu import Pending
Review via email: mp+496194@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Nick Rosbrook (enr0n) wrote :

LGTM. Thanks!

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 663aa26..ccb9d49 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,18 @@
6+mmc-utils (1.0-1ubuntu1) resolute; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2132140).
9+ Remaining changes:
10+ - d/rules: undefine _FORTIFY_SOURCE as its already set to the highest
11+ value that builds by the upstream code
12+ Dropped changes:
13+ - Fix various compiler nitpicks resulting in an FTBFS.
14+ The former delta was mostly a result of building with _FORTIFY_SOURCE=3.
15+ That didn't really worked, was broken, and wasn't applicable anymore with
16+ the new version. Instead, the package is now back to building with
17+ _FORTIFY_SOURCE=2, with a one-line delta in d/rules.
18+
19+ -- Florent 'Skia' Jacquet <skia@ubuntu.com> Fri, 21 Nov 2025 18:36:13 +0100
20+
21 mmc-utils (1.0-1) unstable; urgency=medium
22
23 * Update to v1.0.
24@@ -13,6 +28,12 @@ mmc-utils (1.0-1) unstable; urgency=medium
25
26 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 17 Aug 2025 06:44:39 +0900
27
28+mmc-utils (0+git20240329.f757f413-1ubuntu1) plucky; urgency=medium
29+
30+ * Fix various compiler nitpicks resulting in an FTBFS.
31+
32+ -- Simon Quigley <tsimonq2@ubuntu.com> Sat, 08 Mar 2025 12:27:29 -0600
33+
34 mmc-utils (0+git20240329.f757f413-1) unstable; urgency=medium
35
36 * Snapshot, taken from the master (20240329) (Closes: #1030829)
37diff --git a/debian/control b/debian/control
38index 02eb8cc..7bd564f 100644
39--- a/debian/control
40+++ b/debian/control
41@@ -1,7 +1,8 @@
42 Source: mmc-utils
43 Section: utils
44 Priority: optional
45-Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
46+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
47+XSBC-Original-Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
48 Build-Depends: debhelper-compat (= 13)
49 Standards-Version: 4.7.2
50 Rules-Requires-Root: no
51diff --git a/debian/rules b/debian/rules
52index bf08709..2e1f5c5 100755
53--- a/debian/rules
54+++ b/debian/rules
55@@ -1,6 +1,7 @@
56 #!/usr/bin/make -f
57
58 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
59+DEB_CPPFLAGS_MAINT_APPEND=-U_FORTIFY_SOURCE
60 DPKG_EXPORT_BUILDFLAGS = 1
61 include /usr/share/dpkg/buildflags.mk
62 include /usr/share/dpkg/pkg-info.mk

Subscribers

People subscribed via source and target branches

to all changes: