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

r4203 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2010-02-22 14:54:41 +0000 (Mon, 22 Feb 2010)
New Revision: 4203

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * rules.d/debhelper.mk: remove obsolete comment.  Closes: #570946.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-02-16 15:30:12 UTC (rev 4202)
+++ glibc-package/trunk/debian/changelog	2010-02-22 14:54:41 UTC (rev 4203)
@@ -16,6 +16,7 @@
   * Add patches/any/submitted-stat-issock.diff to define the S_ISSOCK 
     macro starting with POSIX 2001.  Closes: #569517.
   * scripts.in/nsscheck.sh: remove non-breaking space.  Closes: #569701.
+  * rules.d/debhelper.mk: remove obsolete comment.  Closes: #570946.
 
   [ Petr Salinger]
   * kfreebsd/local-sysdeps.diff: update to revision 2986 (from glibc-bsd).
@@ -956,7 +957,7 @@
   * debian/libc6.1.symbols.{alpha,ia64}: fix symbols.
   * debian/*symbols*: rename symbols.common into libc6.symbols.common.
   * rules.d/debhelper.mk: don't strip debugging symbols. Remove
-    debhelper.in/libc-dbg.{install,lintian} and wrappter/objcopy.
+    debhelper.in/libc-dbg.{install,lintian} and wrapper/objcopy.
     control.in/libc: update description of libc-dbg.  Closes: bug#516516.
   * patches/kfreebsd/local-scripts.diff: correctly define the soname of
     libthread_db.

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2010-02-16 15:30:12 UTC (rev 4202)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2010-02-22 14:54:41 UTC (rev 4203)
@@ -66,10 +66,6 @@
 	# table in libc6-dbg but basic thread debugging should
 	# work even without that package installed.
 
-	# We use a wrapper script so that we only include the bare
-	# minimum in /usr/lib/debug/lib for backtraces; anything
-	# else takes too long to load in GDB.
-	
 	# strip *.o files as dh_strip does not (yet?) do it.
 
 	if test "$(NOSTRIP_$(curpass))" != 1; then			\


Reply to: