mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
5d2c66c3b3
dpkg-buildpackage build debian packages new file: debian/README.Debian new file: debian/README.source new file: debian/changelog new file: debian/compat new file: debian/control new file: debian/copyright new file: debian/docs new file: debian/libcpuid-dev.install new file: debian/libcpuid-doc.docs new file: debian/libcpuid.install new file: debian/rules new file: debian/source/format Signed-off-by: Zhang, Guodong <gdzhang@linx-info.com>
18 lines
626 B
Text
18 lines
626 B
Text
Source: libcpuid
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Zhang, Guodong <gdzhang@linx-info.com>
|
|
Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, python
|
|
Standards-Version: 3.9.5
|
|
Homepage: https://github.com/anrieff/libcpuid
|
|
|
|
Package: libcpuid
|
|
Architecture: amd64 i386
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: libcpuid provides CPU identification for the x86 (and x86_64)
|
|
For details about the programming API, please see the docs
|
|
on the project's site (http://libcpuid.sourceforge.net/)
|
|
|
|
Package: libcpuid-dev
|
|
Architecture: amd64 i386
|
|
Description: develop files for libcpuid
|