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

X Strike Force SVN commit: rev 341 - trunk/debian



Author: branden
Date: 2003-07-30 17:24:54 -0500 (Wed, 30 Jul 2003)
New Revision: 341

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
debian/rules: update list of packages not to strip to reflect
  xlibmesa3-dbg's split into xlibmesa3-gl-dbg and xlibmesa-glu-dbg


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	2003-07-30 21:51:22 UTC (rev 340)
+++ trunk/debian/changelog	2003-07-30 22:24:54 UTC (rev 341)
@@ -62,8 +62,11 @@
     - rules: install the XFree86(1x) manpage as XFree86-debug(1x) in the
       xserver-xfree86-dbg package
 
- -- Branden Robinson <branden@debian.org>  Wed, 30 Jul 2003 16:16:12 -0500
+  * debian/rules: update list of packages not to strip to reflect
+    xlibmesa3-dbg's split into xlibmesa3-gl-dbg and xlibmesa-glu-dbg
 
+ -- Branden Robinson <branden@debian.org>  Wed, 30 Jul 2003 17:22:49 -0500
+
 xfree86 (4.2.1-9) unstable; urgency=high
 
   * urgency due to xterm security fixes; see below

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	2003-07-30 21:51:22 UTC (rev 340)
+++ trunk/debian/rules	2003-07-30 22:24:54 UTC (rev 341)
@@ -375,8 +375,15 @@
 	dh_installinit --noscripts
 	dh_installchangelogs
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	dh_strip -Nlibdps1-dbg -Nlibxaw6-dbg -Nlibxaw7-dbg -Nxlibmesa3-dbg \
-	  -Nxlibosmesa3-dbg -Nxlibs-dbg -Nxserver-xfree86-dbg
+	dh_strip \
+	  -Nlibdps1-dbg \
+	  -Nlibxaw6-dbg \
+	  -Nlibxaw7-dbg \
+	  -Nxlibmesa3-gl-dbg \
+	  -Nxlibmesa3-glu-dbg \
+	  -Nxlibosmesa3-dbg \
+	  -Nxlibs-dbg \
+	  -Nxserver-xfree86-dbg
 	find debian/xserver-xfree86/usr/X11R6/lib/modules -name "*.o" | \
 	  xargs --no-run-if-empty \
 	  strip --strip-debug --remove-section=.note --remove-section=.comment



Reply to: