1
0
Quellcode durchsuchen

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

David Martínez Moreno vor 11 Jahren
Ursprung
Commit
af24fb10f6
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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;