From f22cd4ff713a57b1afd72d029ab7f15650fffa6e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 9 Oct 2013 23:41:42 -0700 Subject: [PATCH] debian: Switch to Architecture: any This package doesn't have any debian binary bits which are CPU dependent, so don't require per-CPU builds Signed-off-by: Keith Packard --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 26a6302..f425ac5 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Homepage: http://keithp.com/ Build-Depends: debhelper (>= 8.0.0), gcc-arm-none-eabi Package: pdclib-arm-none-eabi -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Architecture: all +Depends: ${misc:Depends} Description: PDClib for ARM cortext -m0 and -m3 chips Simple C library compiled with gcc-arm-none-eabi for embedded systems. -- 2.30.2