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

libx11: Changes to 'debian-unstable'



 debian/changelog           |    2 ++
 debian/libx11-6.preinst.in |   20 --------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

New commits:
commit e9be1bc35a6937f3339cb4c4814c6c2ede4a70ef
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Apr 30 01:17:46 2009 +0200

    Kill libx11-6 preinst
    
    This handled upgrades from early Ubuntu versions (before breezy),
    and is long obsolete.

diff --git a/debian/changelog b/debian/changelog
index 7a62183..4b56c4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libx11 (2:1.2.1-2) UNRELEASED; urgency=low
 
   * Move dbg packages to new debug section.
+  * Kill preinst which handled upgrades from early Ubuntu versions (before
+    breezy).  This is long obsolete.
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 08 Apr 2009 13:23:47 +0100
 
diff --git a/debian/libx11-6.preinst.in b/debian/libx11-6.preinst.in
deleted file mode 100644
index 43df9e6..0000000
--- a/debian/libx11-6.preinst.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-set -e
-
-THIS_PACKAGE=libx11-6
-THIS_SCRIPT=preinst
-
-#INCLUDE_SHELL_LIB#
-
-case "$1" in
-  upgrade)
-    if dpkg --compare-versions "$2" le-nl "1:6.2.1+cvs.20050711-1"; then
-      if test -L /usr/lib/X11/locale && \
-         test "$(readlink /usr/lib/X11/locale)" = "../../share/X11/locale"; then
-	echo "Removing /usr/lib/X11/locale symlink."
-        rm /usr/lib/X11/locale
-        mkdir /usr/lib/X11/locale
-      fi
-    fi
-  ;;
-esac


Reply to: