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

libx11: Changes to 'debian-experimental'



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

New commits:
commit 56b47bed9e8ab29632f81c5f3640ece7e5e65215
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Dec 21 18:10:40 2008 +0100

    Remove obsolete ld.so.conf handling from libx11-6 postinst.

diff --git a/debian/changelog b/debian/changelog
index 59582e2..ac344a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libx11 (2:1.1.99.2-2) UNRELEASED; urgency=low
+
+  * Remove obsolete ld.so.conf handling from libx11-6 postinst.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 21 Dec 2008 18:09:12 +0100
+
 libx11 (2:1.1.99.2-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/libx11-6.postinst.in b/debian/libx11-6.postinst.in
deleted file mode 100644
index a67e770..0000000
--- a/debian/libx11-6.postinst.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-# Debian libx11-6 package post-installation script
-# Copyright 2003, 2004 Branden Robinson.
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
-# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
-
-# $Id: libx11-6.postinst.in 189 2005-06-11 00:04:27Z branden $
-
-set -e
-
-THIS_PACKAGE=libx11-6
-THIS_SCRIPT=postinst
-
-#INCLUDE_SHELL_LIB#
-
-deregister_x_lib_dir_with_ld_so
-
-#DEBHELPER#
-
-exit 0
-
-# vim:set ai et sts=2 sw=2 tw=80:


Reply to: