From: Keith Packard Date: Thu, 10 Oct 2013 06:41:42 +0000 (-0700) Subject: debian: Switch to Architecture: any X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=commitdiff_plain;h=f22cd4ff713a57b1afd72d029ab7f15650fffa6e 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 --- 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.