verbose mode

This commit is contained in:
Sylvestre Ledru 2015-01-20 16:47:03 +01:00
parent 1127ce9d07
commit becfe001c1
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ rust (1.0.0~0alpha-0.1) unstable; urgency=low
* Update the uploaders/maintainer fields * Update the uploaders/maintainer fields
* Update of the vcs-* fields * Update of the vcs-* fields
* Update the list of build dep to build the doc * Update the list of build dep to build the doc
* Force the verbose mode during the build
* Add a TODO list * Add a TODO list
-- Jordan Justen <jordan.l.justen@intel.com> Mon, 12 Jan 2015 00:35:31 -0800 -- Jordan Justen <jordan.l.justen@intel.com> Mon, 12 Jan 2015 00:35:31 -0800

3
debian/rules vendored
View File

@ -56,6 +56,9 @@ override_dh_auto_configure:
# $(SELF_BOOTSTRAP) # $(SELF_BOOTSTRAP)
# $(SYSTEM_LLVM) # $(SYSTEM_LLVM)
override_dh_auto_build:
make VERBOSE=1
# Skip test since it fails on rust 0.12 # Skip test since it fails on rust 0.12
override_dh_auto_test: override_dh_auto_test:
true true