On Sun, Oct 28, 2007 at 05:29:30PM +0000, Andrew Suffield wrote: > > Also, this bit in debian/rules: > > export V=`cat install.sh | grep "^VERSION=" | head -n 1 | cut -f 2 -d "="` > VMAJOR:=$(shell echo $(V) |cut -f 1 -d .) > VMINOR:=$(shell echo $(V) |cut -f 2 -d .) > VPATCH:=$(shell echo $(V) |cut -f 3 -d .) > NEXTPATCH:=$(shell expr $(VPATCH) + 1) > > breaks when the version number ends in -RC1. And you win the "useless > use of cat" award. > OK. Now fixed in svn. I also removed the cat command. It was a leftover from Lorenzo and my goal when packaging 4.0.5 was to make the smallest possible number of changes.
Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
