1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

Fixed issue #13: unused substitution variable ${misc:Pre-Depends}

Fixed by adding that dependency to debian/control.
This commit is contained in:
Veselin Georgiev 2015-04-21 09:56:07 -04:00
parent 812b89bcb8
commit 6b38edcc88

2
debian/control vendored
View file

@ -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/)