Browse Source

debian/control: Added ${misc:Depends} to Depends.

David Martínez Moreno 10 years ago
parent
commit
af24fb10f6
2 changed files with 2 additions and 1 deletions
  1. 1 0
      debian/changelog
  2. 1 1
      debian/control

+ 1 - 0
debian/changelog

@@ -14,6 +14,7 @@ aoetools (36-1) UNRELEASED; urgency=low
     - Bump Standards-Version to 3.9.5.
     - Added mention in the Description that this can run on 3.x kernels.
     - Added Vcs-* fields.
+    - Added ${misc:Depends} to Depends.
   * debian/rules:
     - Actually migrate it to the compact version, overriding dh_installinit.
   * debian/watch: Added.

+ 1 - 1
debian/control

@@ -10,7 +10,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/aoetools.git
 
 Package: aoetools
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
 Description: tools to assist in using ATA over Ethernet
  The aoetools are programs that assist in using ATA over Ethernet.  These
  tools are designed to work with the "aoe" driver for Linux 2.6+ kernels;