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

[glibc] 01/02: debian/debhelper.in/libc-dev-alt.{preinst, postinst}: remove, used to handle the multiarch transition.



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

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit 12e397243eeca2f00f29de1597e49304e0393622
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Aug 20 16:23:26 2017 +0200

    debian/debhelper.in/libc-dev-alt.{preinst,postinst}: remove, used to handle the multiarch transition.
---
 debian/changelog                          |  2 ++
 debian/debhelper.in/libc-dev-alt.postinst | 20 --------------------
 debian/debhelper.in/libc-dev-alt.preinst  | 15 ---------------
 3 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bda1067..ea19b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ glibc (2.25-0experimental1) UNRELEASED; urgency=medium
     debian/debhelper.in/libc-dev-alt.install: install the NPTL GDB
     pretty-printer python macros in the libc6-dev and libc6-*-dev packages.
     Closes: #868247.
+  * debian/debhelper.in/libc-dev-alt.{preinst,postinst}: remove, used to
+    handle the multiarch transition.
 
   [ John David Anglin ]
   * debian/patches/any/submitted-resolv-unaligned.diff: new patch to fix
diff --git a/debian/debhelper.in/libc-dev-alt.postinst b/debian/debhelper.in/libc-dev-alt.postinst
deleted file mode 100644
index d8fdbee..0000000
--- a/debian/debhelper.in/libc-dev-alt.postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-	(configure)
-	# We want /usr/include/bits and /usr/include/gnu to become
-	# symlinks, but only after succesfully unpacking libc6-dev-alt
-	if ! test -h /usr/include/bits ; then
-		rm -rf /usr/include/bits
-		ln -sf MULTIARCHDIR/bits /usr/include/
-	fi
-	if ! test -h /usr/include/gnu ; then
-		rm -rf /usr/include/gnu
-		ln -sf MULTIARCHDIR/gnu /usr/include/
-	fi
-	;;
-	(*)
-	;;
-esac
diff --git a/debian/debhelper.in/libc-dev-alt.preinst b/debian/debhelper.in/libc-dev-alt.preinst
deleted file mode 100644
index 8793be6..0000000
--- a/debian/debhelper.in/libc-dev-alt.preinst
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-	(upgrade|install)
-	# We want /usr/include/sys to be a normal directory instead
-	# of a symlink
-	if test -h /usr/include/sys ; then
-		rm -f /usr/include/sys
-	fi
-	;;
-	(*)
-	;;
-esac

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


Reply to: