mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Release version 0.5.0 (#146)
* Set version to 0.5.0 * Update debian/control to the new version (incompatible with 0.4.x) * Rename .install files to match SO version Co-authored-by: Veselin Georgiev <anrieff@gmail.com>
This commit is contained in:
parent
dfc8b2fdbd
commit
2343193401
14 changed files with 104 additions and 24 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -6,19 +6,19 @@ Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, pyt
|
|||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/anrieff/libcpuid
|
||||
|
||||
Package: libcpuid14
|
||||
Package: libcpuid15
|
||||
Architecture: amd64 i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
|
||||
Replaces: libcpuid11, libcpuid13
|
||||
Replaces: libcpuid11, libcpuid13, libcpuid14
|
||||
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/)
|
||||
|
||||
Package: libcpuid14-dev
|
||||
Package: libcpuid15-dev
|
||||
Architecture: amd64 i386
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: libcpuid11-dev, libcpuid13-dev
|
||||
Replaces: libcpuid11-dev, libcpuid13-dev, libcpuid14-dev
|
||||
Description: Development files for libcpuid
|
||||
For details about the programming API, please see the docs
|
||||
on the project's site (http://libcpuid.sourceforge.net/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue