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

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



Author: dnusinow
Date: 2005-08-30 10:28:54 -0500 (Tue, 30 Aug 2005)
New Revision: 569

Modified:
   branches/6.9/debian/rules
Log:
Exclude some packages from the list of packages to be stripped. This is an
ugly hack and I'll probably come up with something better later, but it
works for now.


Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules	2005-08-30 09:42:30 UTC (rev 568)
+++ branches/6.9/debian/rules	2005-08-30 15:28:54 UTC (rev 569)
@@ -42,8 +42,9 @@
 UPSTREAM_VERSION:=$(shell echo $(SOURCE_VERSION) | sed 's/-.*//')
 
 # Get all our packages, which we'll later iterate through in order to properly 
-# create the debugging packages
-NONDBG_PACKAGES:=$(shell awk '/^Package/{print $2}' debian/control | grep -v 'dbg' | sed 's/Package: //')
+# 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: //')
 
 # Figure out who's building this package.
 BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat /etc/mailname 2>/dev/null))}})



Reply to: