Re: [Xen-devel] [PATCH v2] mkdeb: correctly map package architectures for x86 and ARM

2014-11-20 Thread Ian Campbell
On Wed, 2014-11-19 at 14:45 -0500, Konrad Rzeszutek Wilk wrote: > On Fri, Nov 14, 2014 at 10:10:58AM +, Ian Campbell wrote: > > (CCing some more maintainers and the release manager) > > > > On Wed, 2014-11-12 at 15:43 +, Ian Campbell wrote: > > > On Wed, 2014-11-12 at 09:38 -0600, Clark La

Re: [Xen-devel] [PATCH v2] mkdeb: correctly map package architectures for x86 and ARM

2014-11-19 Thread Konrad Rzeszutek Wilk
On Fri, Nov 14, 2014 at 10:10:58AM +, Ian Campbell wrote: > (CCing some more maintainers and the release manager) > > On Wed, 2014-11-12 at 15:43 +, Ian Campbell wrote: > > On Wed, 2014-11-12 at 09:38 -0600, Clark Laughlin wrote: > > > mkdeb previously set the package architecture to be 'a

Re: [Xen-devel] [PATCH v2] mkdeb: correctly map package architectures for x86 and ARM

2014-11-14 Thread Ian Campbell
(CCing some more maintainers and the release manager) On Wed, 2014-11-12 at 15:43 +, Ian Campbell wrote: > On Wed, 2014-11-12 at 09:38 -0600, Clark Laughlin wrote: > > mkdeb previously set the package architecture to be 'amd64' for anything > > other than > > XEN_TARGET_ARCH=x86_32. This pat

Re: [Xen-devel] [PATCH v2] mkdeb: correctly map package architectures for x86 and ARM

2014-11-12 Thread Ian Campbell
On Wed, 2014-11-12 at 09:38 -0600, Clark Laughlin wrote: > mkdeb previously set the package architecture to be 'amd64' for anything > other than > XEN_TARGET_ARCH=x86_32. This patch attempts to correctly map the > architecture from > GNU names to debian names for x86 and ARM architectures, or ot

[Xen-devel] [PATCH v2] mkdeb: correctly map package architectures for x86 and ARM

2014-11-12 Thread Clark Laughlin
mkdeb previously set the package architecture to be 'amd64' for anything other than XEN_TARGET_ARCH=x86_32. This patch attempts to correctly map the architecture from GNU names to debian names for x86 and ARM architectures, or otherwise, defaults it to the value in XEN_TARGET_ARCH. Signed-off-