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

X Strike Force X.Org X11 SVN commit: r792 - branches/6.9/debian



Author: dnusinow
Date: 2005-10-29 15:07:42 -0500 (Sat, 29 Oct 2005)
New Revision: 792

Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/rules
Log:
* Make dh_strip not lose debugging symbols. Thaks Eugene Konev. 
  (closes: #336282)


Modified: branches/6.9/debian/changelog
===================================================================
--- branches/6.9/debian/changelog	2005-10-28 03:44:44 UTC (rev 791)
+++ branches/6.9/debian/changelog	2005-10-29 20:07:42 UTC (rev 792)
@@ -2,8 +2,10 @@
 
   * MANIFEST updates
     + powerpc thanks to Sven Luther.
+  * Make dh_strip not lose debugging symbols. Thaks Eugene Konev. 
+    (closes: #336282)
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 22 Oct 2005 15:38:30 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sat, 29 Oct 2005 16:02:12 -0400
 
 xorg-x11 (6.8.99.901.dfsg.1-1) experimental; urgency=low
 

Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules	2005-10-28 03:44:44 UTC (rev 791)
+++ branches/6.9/debian/rules	2005-10-29 20:07:42 UTC (rev 792)
@@ -576,9 +576,7 @@
 	dh_installlogrotate
 	dh_installchangelogs
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	for PACKAGE in $(NONDBG_PACKAGES); do \
-	dh_strip --package=$$PACKAGE --dbg-package=$$PACKAGE; \
-	done
+	dh_strip $(addprefix --dbg-package=,$(NONDBG_PACKAGES))
 endif
 	dh_link
 	dh_compress



Reply to: