From a975125acf5e047ffca0c50a01fb209b908269a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 3 Jun 2012 15:11:47 +0100 Subject: [PATCH] depends --- debian/changelog | 1 + debian/control | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 252cafa..9af967b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ chiark-utils (4.1.31~~iwj) unstable; urgency=low * chiark-backup Suggests chiark-utils-bin, not the nonexistent chiark-cprogs (for `summer'). * Fix the build-depends to refer to nettle-dev not libnettle-dev. + * Add ${misc:Depends} to Depends: lines. Causes no change to the .debs. * Have .gitignore instead of .cvsignore. * Update my email address. diff --git a/debian/control b/debian/control index b5e5d94..1d51ce9 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: chiark-utils Section: admin Priority: extra Maintainer: Ian Jackson -Build-Depends: libx11-dev, nettle-dev, debhelper +Build-Depends: libx11-dev, nettle-dev, debhelper (>= 5) Standards-Version: 3.2.1.0 Package: chiark-backup Section: utils Priority: extra Architecture: all -Depends: chiark-rwbuffer, chiark-utils-bin +Depends: chiark-rwbuffer, chiark-utils-bin, ${misc:Depends} Suggests: chiark-utils-bin (>= 4.1.14) Description: backup system for small systems and networks These are the backup scripts used by chiark.greenend.org.uk and other @@ -68,7 +68,7 @@ Package: chiark-rwbuffer Section: utils Priority: extra Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: readbuffer/writebuffer: prevents tape drive seesawing, etc. readbuffer and writebuffer: programs for reading input from devices, and writing output to, which don't like constant stopping and @@ -76,7 +76,7 @@ Description: readbuffer/writebuffer: prevents tape drive seesawing, etc. Package: chiark-utils-bin Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ${shlibs:Recommends} Suggests: ${shlibs:Suggests} Section: utils @@ -107,7 +107,7 @@ Package: chiark-really Section: admin Priority: extra Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: really - a tool for gaining privilege (simple, realistic sudo) really is a program that allows certain users to become whatever user they like on request. It is a bit like sudo in that respect. -- 2.30.2