mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Fix Launchpad Build
debian/changelog didn't contain any parseable stanzas
This commit is contained in:
parent
e632d1287c
commit
14cd4421b5
4 changed files with 6 additions and 6 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,8 +1,8 @@
|
||||||
libcpuid (0.4.0) unstable; urgency=log
|
libcpuid (0.4.0) unstable; urgency=low
|
||||||
|
|
||||||
* Better detection of AMD clock multiplier with msrinfo.
|
* Better detection of AMD clock multiplier with msrinfo.
|
||||||
* Support for Intel SGX detection
|
* Support for Intel SGX detection
|
||||||
(a backwards-incompatible change since the sizeof
|
(a backwards-incompatible change since the sizeof
|
||||||
cpu_raw_data_t and cpu_id_t is now different).
|
cpu_raw_data_t and cpu_id_t is now different).
|
||||||
|
|
||||||
-- Georgiev, Veselin <anrieff@gmail.com> Thu, 30 Sep 2016 22:39:37 +0300
|
-- Georgiev, Veselin <anrieff@gmail.com> Thu, 30 Sep 2016 22:39:37 +0300
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, pyt
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: https://github.com/anrieff/libcpuid
|
Homepage: https://github.com/anrieff/libcpuid
|
||||||
|
|
||||||
Package: libcpuid13
|
Package: libcpuid14
|
||||||
Architecture: amd64 i386
|
Architecture: amd64 i386
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
|
||||||
Replaces: libcpuid11
|
Replaces: libcpuid11
|
||||||
|
@ -14,7 +14,7 @@ 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/)
|
||||||
|
|
||||||
Package: libcpuid13-dev
|
Package: libcpuid14-dev
|
||||||
Architecture: amd64 i386
|
Architecture: amd64 i386
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue