changeset 4000:587906e031fa

let people pass options to ./configure while building package. use DEB_BUILD_OPTIONS variable for that.
author eyck
date Sat, 05 Jan 2002 19:35:01 +0000
parents 3c6b061ec033
children ae6f97724b84
files debian/README.debian debian/rules
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/debian/README.debian	Sat Jan 05 19:29:52 2002 +0000
+++ b/debian/README.debian	Sat Jan 05 19:35:01 2002 +0000
@@ -7,4 +7,10 @@
   Recommended method is running "fakeroot debian/rules binary" in the top
   directory
 
-Dariush Pietrzak <eyck@incubus.ar.lublin.pl>  Wed Aug 22 21:54:12 CEST 2001
+  In case you would like to pass some parameters to ./configure, set variable
+  DEB_BUILD_OPTIONS like that:
+
+  eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary
+  
+
+Dariush Pietrzak <eyck@ghost.anime.pl>  Sat Jan  5 20:28:23 CET 2002
--- a/debian/rules	Sat Jan 05 19:29:52 2002 +0000
+++ b/debian/rules	Sat Jan 05 19:35:01 2002 +0000
@@ -19,7 +19,7 @@
 	dh_testdir
 	# Add here commands to configure the package.
 	$(checkdir)
-	./configure --prefix=/usr --enable-gui
+	./configure --prefix=/usr --enable-gui $(DEB_BUILD_OPTIONS)
 
 	touch configure-stamp