Description: Build for both 3.x-rcN & 3.0+ kernels. Fixes FTBFS.
Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>

--- aufs-tools-3.0+20120411.orig/ver.c
+++ aufs-tools-3.0+20120411/ver.c
@@ -25,7 +25,7 @@
 int main(int argc, char *argv[])
 {
 	regex_t preg;
-	const char *pat = "^3\\.[0-9](-|$)";
+	const char *pat = "^3\\.[0-9x](-|$)";
 
 	if (regcomp(&preg, pat, REG_EXTENDED | REG_NOSUB))
 		AuFin("regcomp");
