[Pkg-bazaar-commits] ./bzr-builddeb/trunk r232: Use DEB_BUILD_OPTIONS instead of DEBBUILDOPTS as the former is correct.

James Westby jw+debian at jameswestby.net
Thu May 15 15:54:50 UTC 2008


------------------------------------------------------------
revno: 232
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Thu 2008-05-15 16:54:50 +0100
message:
  Use DEB_BUILD_OPTIONS instead of DEBBUILDOPTS as the former is correct.
modified:
  debian/rules
-------------- next part --------------
=== modified file 'debian/rules'
--- a/debian/rules	2008-05-15 15:21:17 +0000
+++ b/debian/rules	2008-05-15 15:54:50 +0000
@@ -21,7 +21,7 @@
 
 build-python%:
 	python$* setup.py build
-ifneq (,$(filter test check,$(DEBBUILDOPTS)))
+ifneq (,$(filter test check,$(DEB_BUILD_OPTIONS)))
 	BZR_PLUGIN_PATH="$(CURDIR)/build/lib/bzrlib/plugins/" python$* /usr/bin/bzr test-builddeb
 endif
 	touch $@-stamp



More information about the Pkg-bazaar-commits mailing list