>>>>> On Mon, 12 Sep 2011 14:15:52 -0500, Perry Halbert said: > > Again thank you for your input. > > This I can do as well. I saw line 64 and tried it and yes it does work. > > I was really wanting a way that did not require hacking the original > rules file, but I guess it is just not possible.
You could pass svn_revision=`svn info|sed -e "s/^Revision: \(.*\)/\1/;t;d"` on the command line when you run debian/rules. __Martin _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
