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

aurel32 pushed a commit to branch sid
in repository glibc.

commit fc6506ac93afa8976f901ca70abb5c8c50e5b591
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Tue Jul 26 12:04:19 2016 +0200

    debian/debhelper.in/libc.postinst: drop code to handle the /var/mail 
transition for pre-Potato installations.
---
 debian/changelog                  | 2 ++
 debian/debhelper.in/libc.postinst | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dad4ba9..f70baae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ glibc (2.23-4) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * patches/kfreebsd/local-sysdeps.diff: update to revision 6098 (from
     glibc-bsd).
+  * debian/debhelper.in/libc.postinst: drop code to handle the /var/mail
+    transition for pre-Potato installations.
 
  -- Aurelien Jarno <aure...@debian.org>  Tue, 26 Jul 2016 07:51:45 +0200
 
diff --git a/debian/debhelper.in/libc.postinst 
b/debian/debhelper.in/libc.postinst
index 1b24ab1..8a234d8 100644
--- a/debian/debhelper.in/libc.postinst
+++ b/debian/debhelper.in/libc.postinst
@@ -82,9 +82,6 @@ then
     fi
 
     if [ -n "$preversion" ]; then
-       if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
-           ln -sf spool/mail /var/mail
-       fi
        if dpkg --compare-versions "$preversion" lt GLIBC_VERSION; then
            check="apache2.2-common apache apache-ssl apache-perl autofs at"
            check="$check boa cucipop courier-authdaemon cron cups exim"

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

Reply via email to