From 0f5c5dd0eaf183ab7ed091c366f068ee6c6184e9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 2 Jun 2016 14:57:16 +0100 Subject: [PATCH] debian/control: Include `prlimit' and `x86-model' in the metapackage. I think I thought that I couldn't mention those in the `Depends' list before. Turns out that I can, as long as I make the metapackage be architecture `any' rather than `all' (so that different architectures can have different `Depends' lists). --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d9d9a22..4dcb0dc 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), pkg-config, Standards-Version: 3.1.1 Package: distorted-utils -Architecture: all +Architecture: any Section: utils Replaces: nsict-utils (<< 1.4.0~) Breaks: nsict-utils (<< 1.4.0~) @@ -27,12 +27,14 @@ Depends: mdwopt-perl, mtimeout, pause, + prlimit [linux-any], shadowfix, space, splitconf, sshsvc-mkauthkeys, stamp, with-umask, + x86-model [any-i386 any-amd64], xtitle, zz Description: Dummy package for convenience. -- 2.11.0