1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Merge pull request #15 from gdbdzgd/debian-jessie

fix lintian errors checking libcpuid.deb
This commit is contained in:
Veselin Georgiev 2015-04-20 10:54:14 +03:00
commit 51bb74ad29
3 changed files with 3 additions and 3 deletions

6
debian/control vendored
View file

@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, pyt
Standards-Version: 3.9.5
Homepage: https://github.com/anrieff/libcpuid
Package: libcpuid
Package: libcpuid11
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libcpuid provides CPU identification for the x86 (and x86_64)
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: libcpuid-dev
Package: libcpuid11-dev
Architecture: amd64 i386
Description: develop files for libcpuid