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

r1921 - in glibc-package/branches/glibc-2.5/debian: . debhelper.in



Author: aurel32
Date: 2007-02-02 21:49:46 +0100 (Fri, 02 Feb 2007)
New Revision: 1921

Removed:
   glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.postinst
   glibc-package/branches/glibc-2.5/debian/debhelper.in/nscd.postinst
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst
Log:
  * debian/debhelper.in/: delete /usr/doc removal from postinst scripts.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-02 20:45:38 UTC (rev 1920)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-02 20:49:46 UTC (rev 1921)
@@ -78,6 +78,7 @@
   * Add patches/hppa/submitted-cfi-procend.diff (fix build with binutils cvs)
     from parisc-linux.
   * Add partial support for armel, from http://armel-debs.applieddata.net/diffs/.
+  * debian/debhelper.in/: delete /usr/doc removal from postinst scripts.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Deleted: glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.postinst
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.postinst	2007-02-02 20:45:38 UTC (rev 1920)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/glibc-doc.postinst	2007-02-02 20:49:46 UTC (rev 1921)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# We remove a relic of the past /usr/doc/<package> symlinks.
-# This script should keep at least until sarge release.
-if [ -L "/usr/doc/glibc-doc" ]; then
-    rm -f "/usr/doc/glibc-doc"
-fi
-
-#DEBHELPER#

Modified: glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst	2007-02-02 20:45:38 UTC (rev 1920)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/libc.postinst	2007-02-02 20:49:46 UTC (rev 1921)
@@ -115,20 +115,6 @@
     fi
 }
 
-# We remove a relic of the past /usr/doc/<package> symlinks.
-# This script should keep at least until sarge release.
-package=LIBC
-if [ -L "/usr/doc/$package" ]; then
-    rm -f "/usr/doc/$package"
-fi
-# I'm so lazy that libc6-{dbg,dev,pic,prof} are removed in this file - gotom.
-for suffix in -dbg -dev -pic -prof; do
-    package_name="$package""$suffix"
-    if [ -L "/usr/doc/$package_name" ]; then
-	rm -f "/usr/doc/$package_name"
-    fi
-done
-
 if [ "$type" = "configure" ]
 then
     # Handle upgrades for libdb.so.3. We do this before calling ldconfig,

Deleted: glibc-package/branches/glibc-2.5/debian/debhelper.in/nscd.postinst
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/nscd.postinst	2007-02-02 20:45:38 UTC (rev 1920)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/nscd.postinst	2007-02-02 20:49:46 UTC (rev 1921)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# We remove a relic of the past /usr/doc/<package> symlinks.
-# This script should keep at least until sarge release.
-if [ -L "/usr/doc/nscd" ]; then
-    rm -f "/usr/doc/nscd"
-fi
-
-#DEBHELPER#
-
-exit 0



Reply to: