debian: Update check for Debian package version.
authorBen Pfaff <blp@nicira.com>
Fri, 7 Jan 2011 17:35:19 +0000 (09:35 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Jan 2011 17:35:19 +0000 (09:35 -0800)
commit59405f317bf13896161d13eb485077f0b33154e7
treee3539af53ec106e1a871518ef7fff09f38f63e7f
parenta0d8d6973b514143c41c202327f80a8bf27aee11
debian: Update check for Debian package version.

A version number like "1.1.0pre2" is properly translated into a Debian
version number as "1.1.0~pre2", so we need to make that translation.  Also,
the Debian version number will often have suffixes on it, so don't check
for a trailing parenthesis.
debian/automake.mk