1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-07-02 14:04:15 +00:00

Merge pull request #65 from eloaders/patch-4

Update control
This commit is contained in:
Veselin Georgiev 2016-09-20 13:38:23 +01:00 committed by GitHub
commit 240d1c2e1e

3
debian/control vendored
View file

@ -9,6 +9,7 @@ Homepage: https://github.com/anrieff/libcpuid
Package: libcpuid13 Package: libcpuid13
Architecture: amd64 i386 Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
Replaces: libcpuid11
Description: small C library for x86/x86_64 CPU detection and feature extraction Description: small C library for x86/x86_64 CPU detection and feature extraction
For details about the programming API, please see the docs For details about the programming API, please see the docs
on the project's site (http://libcpuid.sourceforge.net/) on the project's site (http://libcpuid.sourceforge.net/)
@ -17,6 +18,7 @@ Package: libcpuid13-dev
Architecture: amd64 i386 Architecture: amd64 i386
Section: libdevel Section: libdevel
Depends: ${misc:Depends} Depends: ${misc:Depends}
Replaces: libcpuid11-dev
Description: Development files for libcpuid Description: Development files for libcpuid
For details about the programming API, please see the docs For details about the programming API, please see the docs
on the project's site (http://libcpuid.sourceforge.net/) on the project's site (http://libcpuid.sourceforge.net/)
@ -24,6 +26,7 @@ Description: Development files for libcpuid
Package: cpuidtool Package: cpuidtool
Architecture: amd64 i386 Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
Replaces: cpuidtool
Description: small C library for x86/x86_64 CPU detection and feature extraction Description: small C library for x86/x86_64 CPU detection and feature extraction
For details about the programming API, please see the docs For details about the programming API, please see the docs
on the project's site (http://libcpuid.sourceforge.net/) on the project's site (http://libcpuid.sourceforge.net/)