From ae0a86a8b4ab536eca69fa1d755a8c17eb37f943 Mon Sep 17 00:00:00 2001 From: Per Olofsson Date: Sun, 23 Dec 2007 22:20:40 +0100 Subject: [PATCH] * Restrict Architecture: to i386 and amd64, as they are the only ones with PnP-BIOS. Closes: #457593. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 727eccf..1452e3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ pnputils (0.1-3) UNRELEASED; urgency=low * Add debian/watch file. + * Restrict Architecture: to i386 and amd64, as they are the only ones + with PnP-BIOS. Closes: #457593. -- Per Olofsson Sun, 23 Dec 2007 22:15:21 +0100 diff --git a/debian/control b/debian/control index 49cfd4d..05532cf 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5), quilt (>= 0.40-1) XS-Vcs-Git: http://dsv.su.se/~pelle/git/pnputils.git Package: pnputils -Architecture: any +Architecture: i386 amd64 Depends: ${shlibs:Depends} Replaces: pnpbios-tools Description: Plug and Play BIOS utilities -- 2.32.0.93.g670b81a890