[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/rules.d/debhelper.mk: install the libc-otherbuild postinst and postrm in the libc6-i686 transitional package, to make sure /etc/ld.so.nohwcap is correctly removed after an upgrade. Closes: #883394.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch stretch
in repository glibc.

commit 2bb3cba36c89980ec7839b7c7997fb33ed962913
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Wed Dec 6 21:59:45 2017 +0100

    debian/rules.d/debhelper.mk: install the libc-otherbuild postinst and postrm in the libc6-i686 transitional package, to make sure /etc/ld.so.nohwcap is correctly removed after an upgrade.  Closes: #883394.
---
 debian/changelog            | 10 ++++++++++
 debian/rules.d/debhelper.mk |  6 ++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 15d804c..bd4f411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+glibc (2.24-11+deb9u3) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * debian/rules.d/debhelper.mk: install the libc-otherbuild postinst and
+    postrm in the libc6-i686 transitional package, to make sure
+    /etc/ld.so.nohwcap is correctly removed after an upgrade.  Closes:
+    #883394.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 06 Dec 2017 21:58:24 +0100
+
 glibc (2.24-11+deb9u2) stretch; urgency=medium
 
   [ Aurelien Jarno ]
diff --git a/debian/rules.d/debhelper.mk b/debian/rules.d/debhelper.mk
index 23de222..9742917 100644
--- a/debian/rules.d/debhelper.mk
+++ b/debian/rules.d/debhelper.mk
@@ -147,6 +147,12 @@ $(stamp)debhelper-common:
 	  esac; \
 	done
 
+	# We need the NOHWCAP code also for the transitional libc6-i686 package
+ifeq ($(DEB_HOST_ARCH),i386)
+	cp debian/libc-otherbuild.postinst debian/libc6-i686.postinst
+	cp debian/libc-otherbuild.postrm debian/libc6-i686.postrm
+endif
+
 	# Install nscd systemd files on linux
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 	cp nscd/nscd.service debian/nscd.service

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: