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

Fix Launchpad Build

debian/changelog didn't contain any parseable stanzas
This commit is contained in:
eloaders 2016-10-03 18:31:06 +02:00
parent e632d1287c
commit 14cd4421b5
4 changed files with 6 additions and 6 deletions

8
debian/changelog vendored
View file

@ -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.
* Support for Intel SGX detection
(a backwards-incompatible change since the sizeof
* Better detection of AMD clock multiplier with msrinfo.
* Support for Intel SGX detection
(a backwards-incompatible change since the sizeof
cpu_raw_data_t and cpu_id_t is now different).
-- Georgiev, Veselin <anrieff@gmail.com> Thu, 30 Sep 2016 22:39:37 +0300

4
debian/control vendored
View file

@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, pyt
Standards-Version: 3.9.5
Homepage: https://github.com/anrieff/libcpuid
Package: libcpuid13
Package: libcpuid14
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
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
on the project's site (http://libcpuid.sourceforge.net/)
Package: libcpuid13-dev
Package: libcpuid14-dev
Architecture: amd64 i386
Section: libdevel
Depends: ${misc:Depends}