From 6b38edcc88dae54b6eacd48a87816ea57ef077a8 Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Tue, 21 Apr 2015 09:56:07 -0400 Subject: [PATCH] Fixed issue #13: unused substitution variable ${misc:Pre-Depends} Fixed by adding that dependency to debian/control. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c986275..e1d16f1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://github.com/anrieff/libcpuid Package: libcpuid11 Architecture: amd64 i386 -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends} Description: small C library for x86/x86_64 CPU detection and feature extraction For details about the programming API, please see the docs on the project's site (http://libcpuid.sourceforge.net/)