mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
add build support for debian jessie
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>
This commit is contained in:
parent
325904f498
commit
5d2c66c3b3
12 changed files with 123 additions and 0 deletions
18
debian/control
vendored
Normal file
18
debian/control
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue