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

27 commits

Author SHA1 Message Date
Xorg
2343193401
Release version 0.5.0 (#146)
* Set version to 0.5.0

* Update debian/control to the new version (incompatible with 0.4.x)

* Rename .install files to match SO version

Co-authored-by: Veselin Georgiev <anrieff@gmail.com>
2020-05-25 23:33:26 +03:00
Xorg
0b05f45e03
Remove all trailling spaces
It is annoying with some text editors
2020-05-09 17:34:07 +02:00
Veselin Georgiev
a6123e8139 Fixed issue #105: New Release version
The version is 0.4.1 (instead of suggested 0.5.0) since it
introduces no backwards-incompatible changes.

Only version is actually changed, no code modifications.
2019-02-05 22:43:52 +02:00
anonymous
d9c4769c44 fixed lintian errors - changed section, fixed doxygen building of manpage 2018-04-21 23:18:19 -04:00
Veselin Georgiev
fa87a5e183 Fixed issue #78: date in changelog is wrong 2016-11-13 02:54:52 +02:00
eloaders
b5bd535582 Fix #72
let libcpuid 0.4.0 and brethen conflict with libcpuid 0.3.0 and its
brethen
2016-10-03 20:10:02 +02:00
eloaders
14cd4421b5 Fix Launchpad Build
debian/changelog didn't contain any parseable stanzas
2016-10-03 18:31:06 +02:00
Veselin Georgiev
4cf8cfa862 Related to issue #67: Information about the availability of SGX
Initial commit adding support for detection of SGX. Not tested yet.
Increment version number due to binary incompatibility of the
sizes of cpu_raw_data_t and cpu_id_t.
2016-10-03 13:07:22 +03:00
Xorg
af35c0a0dc Fix Debian package 2016-09-22 17:11:47 +02:00
eloaders
05b0540b4b Update control 2016-09-19 20:32:45 +02:00
Veselin Georgiev
a68792dc2c Merge pull request #63 from eloaders/patch-3
Update control
2016-09-15 18:43:15 +01:00
Veselin Georgiev
2f31e94263 Merge pull request #62 from eloaders/patch-2
Rename libcpuid11-dev.install to libcpuid13-dev.install
2016-09-15 18:43:09 +01:00
eloaders
43d28e68f4 Update control 2016-09-15 19:39:30 +02:00
eloaders
e442833858 Rename libcpuid11-dev.install to libcpuid13-dev.install 2016-09-15 19:38:51 +02:00
eloaders
20955b7534 Rename libcpuid11.install to libcpuid13.install 2016-09-15 19:38:00 +02:00
Veselin Georgiev
f6051bb6d7 Merge pull request #60 from eloaders/patch-3
Update control
2016-09-15 12:50:00 +01:00
Veselin Georgiev
835c297d91 Merge pull request #59 from eloaders/patch-2
Create cpuidtool.install
2016-09-15 12:49:51 +01:00
eloaders
a858630c1f Update libcpuid11.install 2016-09-15 08:10:38 +02:00
eloaders
896a6f6c29 Update control 2016-09-15 08:10:06 +02:00
eloaders
d9bed6f3b1 Create cpuidtool.install 2016-09-15 08:08:57 +02:00
eloaders
9e3d20d25b Update Changelog 2016-08-22 17:52:00 +02:00
Veselin Georgiev
2722a10738 Address lintian warnings/errors. Fixes issue #16. 2015-04-21 12:23:51 -04:00
Veselin Georgiev
6b38edcc88 Fixed issue #13: unused substitution variable ${misc:Pre-Depends}
Fixed by adding that dependency to debian/control.
2015-04-21 09:56:07 -04:00
Veselin Georgiev
8d738e8ef5 Formatting changes to library description. 2015-04-20 11:00:13 +03:00
Zhang, Guodong
d0592df57b 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>
2015-04-20 11:27:00 +08:00
Veselin Georgiev
3bcb21a1ba Post-merge: fill in the blanks in the debian directory; some cleanup too.
Remove the two README.* files, as there isn't anything extraordinary with
building this package.
2015-04-20 02:29:53 +03:00
Zhang, Guodong
5d2c66c3b3 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>
2015-04-18 08:51:07 +08:00