[pkg-nvidia-devel] r1122 - in /packages/nvidia-xconfig/trunk/debian: changelog rules
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Sun Jun 13 05:42:46 UTC 2010
Author: rra
Date: Sun Jun 13 05:42:45 2010
New Revision: 1122
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1122
Log:
Honor nostrip in DEB_BUILD_OPTIONS properly
* Pass the correct options to the upstream Makefile to disable stripping
if nostrip is set in DEB_BUILD_OPTIONS. (Closes: #437655)
Modified:
packages/nvidia-xconfig/trunk/debian/changelog
packages/nvidia-xconfig/trunk/debian/rules
Modified: packages/nvidia-xconfig/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-xconfig/trunk/debian/changelog?rev=1122&op=diff
==============================================================================
--- packages/nvidia-xconfig/trunk/debian/changelog (original)
+++ packages/nvidia-xconfig/trunk/debian/changelog Sun Jun 13 05:42:45 2010
@@ -28,6 +28,8 @@
the short description it's only used with the non-free drivers.
* Only build on i386 and amd64, since this package is useless without
NVIDIA hardware.
+ * Pass the correct options to the upstream Makefile to disable stripping
+ if nostrip is set in DEB_BUILD_OPTIONS. (Closes: #437655)
[ Daniel Baumann ]
* Remove unused debhelper dirs file.
Modified: packages/nvidia-xconfig/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-xconfig/trunk/debian/rules?rev=1122&op=diff
==============================================================================
--- packages/nvidia-xconfig/trunk/debian/rules (original)
+++ packages/nvidia-xconfig/trunk/debian/rules Sun Jun 13 05:42:45 2010
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
+
+ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+export NVDEBUG = 1
+endif
%:
dh $@
More information about the Pkg-nvidia-devel
mailing list