r6715 - packages/trunk/openal-soft/debian

Andres Mejia ceros-guest at alioth.debian.org
Wed Apr 23 03:26:35 UTC 2008


Author: ceros-guest
Date: 2008-04-23 03:26:35 +0000 (Wed, 23 Apr 2008)
New Revision: 6715

Modified:
   packages/trunk/openal-soft/debian/changelog
   packages/trunk/openal-soft/debian/rules
Log:
Make output from build verbose. Add proper closes tag.

Modified: packages/trunk/openal-soft/debian/changelog
===================================================================
--- packages/trunk/openal-soft/debian/changelog	2008-04-22 21:47:08 UTC (rev 6714)
+++ packages/trunk/openal-soft/debian/changelog	2008-04-23 03:26:35 UTC (rev 6715)
@@ -1,5 +1,9 @@
 openal-soft (1.3.253-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  [Bruno Kleinert]
+  * Initial release (Closes: #473128)
 
+  [Andres Mejia]
+  * Make the build output verbose.
+
  -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Thu, 27 Mar 2008 16:05:18 +0100

Modified: packages/trunk/openal-soft/debian/rules
===================================================================
--- packages/trunk/openal-soft/debian/rules	2008-04-22 21:47:08 UTC (rev 6714)
+++ packages/trunk/openal-soft/debian/rules	2008-04-23 03:26:35 UTC (rev 6715)
@@ -21,13 +21,14 @@
 	mkdir -p $(BUILD_TREE)
 	cd $(BUILD_TREE) && \
 		cmake \
+		-DCMAKE_VERBOSE_MAKEFILE="ON" \
 		-DCMAKE_INSTALL_PREFIX="/usr" \
 		-DCMAKE_C_FLAGS="$(CFLAGS)" \
 		-DBUILD_STATIC=ON ..
 	touch configure-stamp
 
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE) --directory=$(BUILD_TREE)
 	touch $@
@@ -37,12 +38,12 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf $(BUILD_TREE)
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 	$(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp
 	mkdir -p debian/tmp/etc/openal
@@ -55,7 +56,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 	dh_install




More information about the Pkg-games-commits mailing list