[Mplayer-cvslog] CVS: main/debian rules,1.29,1.30 README.debian,1.4,1.5
Dariush Pietrzak
eyck at mplayer.dev.hu
Sat Jan 5 20:35:04 CET 2002
Update of /cvsroot/mplayer/main/debian
In directory mplayer:/var/tmp.root/cvs-serv16273
Modified Files:
rules README.debian
Log Message:
let people pass options to ./configure while building package.
use DEB_BUILD_OPTIONS variable for that.
Index: rules
===================================================================
RCS file: /cvsroot/mplayer/main/debian/rules,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rules 5 Jan 2002 01:33:39 -0000 1.29
+++ rules 5 Jan 2002 19:35:01 -0000 1.30
@@ -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
Index: README.debian
===================================================================
RCS file: /cvsroot/mplayer/main/debian/README.debian,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.debian 22 Aug 2001 20:58:50 -0000 1.4
+++ README.debian 5 Jan 2002 19:35:01 -0000 1.5
@@ -7,4 +7,10 @@
Recommended method is running "fakeroot debian/rules binary" in the top
directory
-Dariush Pietrzak <eyck at 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 at ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary
+
+
+Dariush Pietrzak <eyck at ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002
More information about the MPlayer-cvslog
mailing list