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

fix lintian errors checking libcpuid.deb

https://github.com/anrieff/libcpuid/issues/14

	modified:   debian/control
	renamed:    debian/libcpuid-dev.install -> debian/libcpuid11-dev.install
	renamed:    debian/libcpuid.install -> debian/libcpuid11.install

Signed-off-by: Zhang, Guodong <gdzhang@linx-info.com>
This commit is contained in:
Zhang, Guodong 2015-04-20 11:27:00 +08:00
parent 3bcb21a1ba
commit d0592df57b
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