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

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



Author: dnusinow
Date: 2005-09-14 23:21:15 -0500 (Wed, 14 Sep 2005)
New Revision: 605

Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/rules
Log:
* Change NONDBG_PACKAGES to correctly remove packages we don't need to send
  to dh_strip


Modified: branches/6.9/debian/changelog
===================================================================
--- branches/6.9/debian/changelog	2005-09-15 02:00:55 UTC (rev 604)
+++ branches/6.9/debian/changelog	2005-09-15 04:21:15 UTC (rev 605)
@@ -2,8 +2,10 @@
 
   * MANIFEST updates for the following
     + amd64
+  * Change NONDBG_PACKAGES to correctly remove packages we don't need to send
+    to dh_strip
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 10 Sep 2005 14:50:37 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu, 15 Sep 2005 00:16:53 -0400
 
 xorg-x11 (6.8.99.900.dfsg.1-0pre1) experimental; urgency=low
 

Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules	2005-09-15 02:00:55 UTC (rev 604)
+++ branches/6.9/debian/rules	2005-09-15 04:21:15 UTC (rev 605)
@@ -44,7 +44,7 @@
 # Get all our packages, which we'll later iterate through in order to properly 
 # create the debugging packages. This exclused arch-independant packages and 
 # metapackages
-NONDBG_PACKAGES:=$(shell awk '/^Package/{print $$2}' debian/control | grep -v 'dbg' | grep -v '^xfonts' | grep -v '^xspecs$$' | grep -v '^x-dev$$' | grep -v '^x11-common$$' | grep -v '^xlibs$$' | grep -v '^xlibs-data$$' | grep -v '^xlibs-dev$$' | grep -v '^xlibs-pic$$' | grep -v '^x-window-system$$' | grep -v '^xfree86-common$$' | sed 's/Package: //')
+NONDBG_PACKAGES:=$(shell awk '/^Package/{print $$2}' debian/control | sed 's/Package: //' | grep -v 'dbg' | grep -v '^xfonts' | grep -v '^xspecs$$' | grep -v '^x-dev$$' | grep -v '^x11-common$$' | grep -v '^xlibs$$' | grep -v '^xlibs-data$$' | grep -v '^xlibs-dev$$' | grep -v '^xlibs-pic$$' | grep -v '^x-window-system$$' | grep -v '^xfree86-common$$')
 
 # Figure out who's building this package.
 BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat /etc/mailname 2>/dev/null))}})



Reply to: