Here's a tiny patch fixing the debhelper-but-no-misc-depends warning. Morty
-- Dipl.-Ing. Moritz 'Morty' Strübe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : stru...@cs.fau.de WWW : https://www4.cs.fau.de/~morty
From 2641ff7852a45798f345285c8578d6af17f8cb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= <mo...@gmx.net> Date: Thu, 13 Nov 2014 13:34:53 +0100 Subject: [PATCH] Fix debhelper-but-no-misc-depends --- debian/control | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 89c9055..e1f7eac 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: http://fai-project.org Package: fai-client Architecture: all -Depends: perl, file, libapt-pkg-perl, iproute2 | iproute, debconf-utils +Depends: perl, file, libapt-pkg-perl, iproute2 | iproute, debconf-utils, ${misc:Depends} Recommends: libgraph-perl Suggests: logtail Description: Fully Automatic Installation client package @@ -27,6 +27,7 @@ Description: Fully Automatic Installation client package Package: fai-doc Architecture: all +Depends: ${misc:Depends} Section: doc Description: Documentation for FAI FAI is a non-interactive system to install, customize and manage @@ -38,7 +39,7 @@ Description: Documentation for FAI Package: fai-server Architecture: all -Depends: fai-client, debootstrap +Depends: fai-client, debootstrap, ${misc:Depends} Recommends: nfs-kernel-server, isc-dhcp-server, tftpd-hpa | atftpd, openssh-server, openssh-client, openbsd-inetd | inet-superserver, libproc-daemon-perl Suggests: debmirror, reprepro, xorriso, grub, aptitude, perl-tk Description: Fully Automatic Installation server package @@ -58,7 +59,7 @@ Description: Fully Automatic Installation server package Package: fai-quickstart Architecture: all -Depends: fai-server, fai-doc, isc-dhcp-server, nfs-kernel-server, tftpd-hpa | atftpd, reprepro, xorriso, openbsd-inetd | inet-superserver +Depends: fai-server, fai-doc, isc-dhcp-server, nfs-kernel-server, tftpd-hpa | atftpd, reprepro, xorriso, openbsd-inetd | inet-superserver, ${misc:Depends} Description: Fully Automatic Installation quickstart package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as @@ -69,7 +70,7 @@ Description: Fully Automatic Installation quickstart package Package: fai-nfsroot Architecture: all -Depends: fai-client, fai-setup-storage, pxelinux| syslinux-common +Depends: fai-client, fai-setup-storage, pxelinux| syslinux-common, ${misc:Depends} Description: Fully Automatic Installation nfsroot package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as @@ -81,7 +82,7 @@ Description: Fully Automatic Installation nfsroot package Package: fai-setup-storage Architecture: all -Depends: perl, libparse-recdescent-perl, liblinux-lvm-perl, parted +Depends: perl, libparse-recdescent-perl, liblinux-lvm-perl, parted, ${misc:Depends} Recommends: lvm2, mdadm Suggests: dmsetup, cryptsetup, dosfstools, jfsutils, ntfsprogs, reiserfsprogs, xfsprogs Description: automatically prepare storage devices -- 1.9.1
smime.p7s
Description: S/MIME Cryptographic Signature