diff -Nru lxc-0.7.4/debian/changelog lxc-0.7.4/debian/changelog --- lxc-0.7.4/debian/changelog 2011-04-04 17:10:27.000000000 +0200 +++ lxc-0.7.4/debian/changelog 2011-04-06 17:14:56.000000000 +0200 @@ -1,3 +1,9 @@ +lxc (0.7.4-0ubuntu5) natty; urgency=low + + * Add ARM to list of supported archs - LP: #745884 + + -- Marcin Juszkiewicz Wed, 06 Apr 2011 16:49:15 +0200 + lxc (0.7.4-0ubuntu4) natty; urgency=low * Add lxcguest to the list of packages installed by the natty template. diff -Nru lxc-0.7.4/debian/patches/0008-add-arm-to-supported-archs.patch lxc-0.7.4/debian/patches/0008-add-arm-to-supported-archs.patch --- lxc-0.7.4/debian/patches/0008-add-arm-to-supported-archs.patch 1970-01-01 01:00:00.000000000 +0100 +++ lxc-0.7.4/debian/patches/0008-add-arm-to-supported-archs.patch 2011-04-06 17:14:56.000000000 +0200 @@ -0,0 +1,24 @@ +Index: lxc-0.7.4/config/linux.m4 +=================================================================== +--- lxc-0.7.4.orig/config/linux.m4 2011-02-01 15:12:40.000000000 +0100 ++++ lxc-0.7.4/config/linux.m4 2011-04-06 16:48:10.765324503 +0200 +@@ -65,6 +65,7 @@ + x86_64-*) LINUX_SRCARCH=x86;; + powerpc*-*) LINUX_SRCARCH=powerpc;; + s390*-*) LINUX_SRCARCH=s390;; ++ arm*-*) LINUX_SRCARCH=arm;; + *) AC_MSG_ERROR([architecture ${host} not supported]);; + esac + +Index: lxc-0.7.4/configure +=================================================================== +--- lxc-0.7.4.orig/configure 2011-04-06 16:48:16.335637003 +0200 ++++ lxc-0.7.4/configure 2011-04-06 16:48:31.382512002 +0200 +@@ -5044,6 +5044,7 @@ + x86_64-*) LINUX_SRCARCH=x86;; + powerpc*-*) LINUX_SRCARCH=powerpc;; + s390*-*) LINUX_SRCARCH=s390;; ++ arm*-*) LINUX_SRCARCH=arm;; + *) as_fn_error $? "architecture ${host} not supported" "$LINENO" 5 ;; + esac + diff -Nru lxc-0.7.4/debian/patches/series lxc-0.7.4/debian/patches/series --- lxc-0.7.4/debian/patches/series 2011-04-04 17:10:27.000000000 +0200 +++ lxc-0.7.4/debian/patches/series 2011-04-06 17:15:04.000000000 +0200 @@ -5,3 +5,4 @@ 0005-add-netbase-to-templates.patch 0006-fix-template-syntax-error.patch 0007-natty-template-install-lxcguest.patch +0008-add-arm-to-supported-archs.patch