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

r1922 - in glibc-package: branches/glibc-2.5/debian branches/glibc-2.5/debian/debhelper.in trunk/debian trunk/debian/debhelper.in



Author: aurel32
Date: 2007-02-02 22:06:51 +0100 (Fri, 02 Feb 2007)
New Revision: 1922

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/debhelper.in/libc-otherbuild.postinst
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst
Log:
  * debhelper.in/libc-otherbuild.postinst: fix handling of
    /etc/ld.so.hwcappkgs.  Closes: bug#409374.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-02 20:49:46 UTC (rev 1921)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-02 21:06:51 UTC (rev 1922)
@@ -262,6 +262,8 @@
     argument equals to 0).  Closes: bug#292523.
   * patches/all/local-pthread-manpages.diff: fix pthread manpages.  Closes:
     bug#220719. 
+  * debhelper.in/libc-otherbuild.postinst: fix handling of
+    /etc/ld.so.hwcappkgs.  Closes: bug#409374.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 22 Jan 2007 17:47:01 +0100
 

Modified: glibc-package/branches/glibc-2.5/debian/debhelper.in/libc-otherbuild.postinst
===================================================================
--- glibc-package/branches/glibc-2.5/debian/debhelper.in/libc-otherbuild.postinst	2007-02-02 20:49:46 UTC (rev 1921)
+++ glibc-package/branches/glibc-2.5/debian/debhelper.in/libc-otherbuild.postinst	2007-02-02 21:06:51 UTC (rev 1922)
@@ -36,10 +36,10 @@
 		fi
 	    fi
 	    echo "$pkg $ver" >> /etc/ld.so.hwcappkgs.tmp
-	done) < /etc/ld.so.hwcappkgs
+	done
 	if [ "$isrecorded" != yes ]; then
 	    echo "$opt $curver" >> /etc/ld.so.hwcappkgs.tmp
-	fi
+	fi) < /etc/ld.so.hwcappkgs
 	mv /etc/ld.so.hwcappkgs.tmp /etc/ld.so.hwcappkgs
     else
 	# libc6 did not create ld.so.hwcappkgs correctly or ld.so.hwcappkgs

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-02-02 20:49:46 UTC (rev 1921)
+++ glibc-package/trunk/debian/changelog	2007-02-02 21:06:51 UTC (rev 1922)
@@ -5,9 +5,11 @@
   * patches/any/cvs-itoa-c.diff: new patch from CVS (fix sprintf %0lld with
     argument equals to 0).  Closes: bug#292523.
   * patches/all/local-pthread-manpages.diff: fix pthread manpages.  Closes:
-    bug#220719. 
+    bug#220719.
+  * debhelper.in/libc-otherbuild.postinst: fix handling of
+    /etc/ld.so.hwcappkgs.  Closes: bug#409374.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri,  2 Feb 2007 21:35:28 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Fri,  2 Feb 2007 22:02:59 +0100
 
 glibc (2.3.6.ds1-10) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst	2007-02-02 20:49:46 UTC (rev 1921)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst	2007-02-02 21:06:51 UTC (rev 1922)
@@ -36,10 +36,10 @@
 		fi
 	    fi
 	    echo "$pkg $ver" >> /etc/ld.so.hwcappkgs.tmp
-	done) < /etc/ld.so.hwcappkgs
+	done
 	if [ "$isrecorded" != yes ]; then
 	    echo "$opt $curver" >> /etc/ld.so.hwcappkgs.tmp
-	fi
+	fi) < /etc/ld.so.hwcappkgs
 	mv /etc/ld.so.hwcappkgs.tmp /etc/ld.so.hwcappkgs
     else
 	# libc6 did not create ld.so.hwcappkgs correctly or ld.so.hwcappkgs



Reply to: