[pkg-nvidia-devel] r779 - /packages/nvidia-graphics-drivers/trunk/debian/rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Fri Apr 9 00:38:59 UTC 2010


Author: rra
Date: Fri Apr  9 00:38:57 2010
New Revision: 779

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=779
Log:
Add -s to the dh_compress rule

The build was failing with the most recent debhelper on i386 at the
dh_compress level because it was attempting to act on the amd64-only
package.  Add -s to hopefully fix that.

Modified:
    packages/nvidia-graphics-drivers/trunk/debian/rules

Modified: packages/nvidia-graphics-drivers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/rules?rev=779&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/rules Fri Apr  9 00:38:57 2010
@@ -299,7 +299,7 @@
 #	dh_installinfo
 	dh_installman
 	dh_link
-	dh_compress -X.h -X README.Debian 
+	dh_compress -s -X.h -X README.Debian 
 	dh_fixperms
 #	dh_perl
 #	dh_python




More information about the Pkg-nvidia-devel mailing list