summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-07-19 23:03:30 +0100
committerSimon McVittie <smcv@debian.org>2023-07-20 10:27:02 +0100
commit8ce1e9b019a3d2011a6af431d2da33f584af4ad2 (patch)
tree3ce1f7555c37294e930be08d83a89c17aa9d914a
parent855f43e1077bf2e1040480f12da656f59358b093 (diff)
Release to unstabledebian/2.76.4-3
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 456ba015c..9053f5daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+glib2.0 (2.76.4-3) unstable; urgency=medium
+
+ * d/rules: When cross-compiling, expect /proc/self/cmdline works on Linux.
+ This is auto-detected in native builds, but not in cross-builds, because
+ the auto-detection involves running a host-architecture program.
+ * d/rules: Tell Meson that native builds can run host binaries.
+ This is normally true by definition, but the architecture detection
+ that is used for this regressed on mips64el in 1.2.0.
+ Mitigates: #1041499
+
+ -- Simon McVittie <smcv@debian.org> Wed, 19 Jul 2023 23:03:13 +0100
+
glib2.0 (2.76.4-2) unstable; urgency=medium
* Release to unstable
diff --git a/debian/control b/debian/control
index 0fc2e8e1b..29a034aed 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Source: glib2.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Simon McVittie <smcv@debian.org>
+Uploaders: Iain Lane <laney@debian.org>, Jeremy Bícha <jbicha@ubuntu.com>, Marco Trevisan (Treviño) <marco@ubuntu.com>, Simon McVittie <smcv@debian.org>
Build-Depends: dbus-daemon <!nocheck> <!noinsttest>,
debhelper-compat (= 13),
dh-sequence-python3,