[Pkg-libvirt-commits] [virt-what] branch upstream/latest updated (423b78c -> 7ac5824)
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Wed Dec 28 01:04:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriberto pushed a change to branch upstream/latest
in repository virt-what.
from 423b78c Imported Upstream version 1.14
adds 710e946 Imported Debian patch 1.1-1
adds 82a825f Change virt-what-cpuid-helper path to /usr/lib/virt-what.
adds ec6c9a0 Add UML support.
adds e6a8c93 Add VirtualBox support.
adds 93d54ca Update 0002-Add-UML-support.patch.
adds 89962b6 Update 0003-Add-VirtualBox-support.patch.
adds b21e795 Bump Standards-Version to 3.8.3.
adds 4e8a17b Use DEB_DESTDIR variable to move virt-what-cpuid-helper.
adds b65743f Use Makefile conventions in debian/rules.
adds 42714e7 Move virt-what to /usr/sbin.
adds a331023 Make dmidecode dependency architecture specific.
adds 6c425f1 Remove debian/docs.
adds 4c08ada Document changes and release 1.1-2.
adds d89e616 Reorder debian/rules targets.
adds bc516a0 Merge commit 'upstream/1.2'
adds 21aa31a Drop patches.
adds 8db5f35 Update debian/rules.
adds dfcb745 Allow DM upload.
adds 9099d2a Drop Quilt README.source.
adds 2d1f50c document changes and release 1.2-1
adds 8ee2793 Merge commit 'upstream/1.3' into experimental
adds e813a75 Bump Standards-Version to 3.9.1
adds 8bb0067 Update debian/rules
adds 02beaeb Document changes and release 1.3-1
adds 8784631 Merge commit 'upstream/1.7' into experimental
adds 0853ac4 Document changes and release 1.7-1
adds ee95674 Merge commit 'upstream/1.8'
adds 419aa1f Document changes and release 1.8-1
adds ee63aec Remove debian/dirs
adds 3be179b Merge commit 'upstream/1.9'
adds dfb679b Document changes and release 1.9-1
adds a87ce51 Merge commit 'upstream/1.11'
adds dfb3627 Bump Standards-Version to 3.9.2
adds 40b5223 Document changes and release 1.11-1
adds 1fed5ab Merge tag 'upstream/1.12'
adds a45b860 Bump Standards-Version to 3.9.3
adds a63b79f Document changes and release 1.12-1
adds 8707100 Merge tag 'upstream/1.13'
adds 303b5e6 Remove obsolete DM-Upload-Allowed field
adds ca3952e Bump Standards-Version to 3.9.4
adds 370c824 Document changes and release 1.13-1
adds f873dbe Merge tag 'upstream/1.14'
adds a79fcc7 Use autoreconf
adds 29bfbac Bump Standards-Version to 3.9.5
adds debd0ce Document changes and release 1.14-1
adds bd15bc0 Move to DEP-14 compliant branch names
adds 98d3385 New upstream version 1.15
adds 1aba09b Merge tag 'upstream/1.15' into debian/sid
adds 9a0674a Initial basic changelog
adds d9f2f9e Updated the d/control
adds d558a0c Run wrap-and-sort
adds 8246541 Compat level to 10
adds 40843d0 DebSrc to 3.0
adds 06ff9ea Dropped CDBS
adds 35a814b Added the word VM to description
adds 97ae7d6 Updated d/watch
adds b352062 Updated d/copyright
adds e39b3a8 Updated d/changelog
adds 615516b Added to allow the GPG file
adds c1d797b Improve the GCC hardening
adds 0e23330 Changed signature verification method
adds 3672894 Added notice about GCC hardening
new 7ac5824 Imported Upstream version 1.15
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 38 +++-
Makefile.in | 92 +++++++-
aclocal.m4 | 154 +++++++++----
config.h.in | 3 -
configure | 247 +++++++++------------
configure.ac | 4 +-
.../proc/self/status => docker/.dockerinit} | 0
.../proc/self/status => docker/proc/cpuinfo} | 0
tests/{esx4.1 => docker}/proc/self/status | 0
tests/{lxc => docker}/sbin/dmidecode | 0
tests/{baremetal => docker}/sbin/uname | 0
tests/{lxc => docker}/sbin/virt-what-cpuid-helper | 0
tests/lkvm-arm/proc/cpuinfo | 63 ++++++
tests/lkvm-arm/proc/device-tree/compatible | 1 +
tests/lkvm-arm/proc/self/status | 41 ++++
.../sbin/dmidecode} | 2 +-
tests/lkvm-arm/sbin/uname | 2 +
.../sbin/virt-what-cpuid-helper | 2 +-
tests/{kvm-explicit-cpu => lkvm}/proc/cpuinfo | 0
tests/{kvm-explicit-cpu => lkvm}/proc/self/status | 0
.../virt-what-cpuid-helper => lkvm/sbin/dmidecode} | 2 +-
tests/{baremetal => lkvm}/sbin/uname | 0
tests/lkvm/sbin/virt-what-cpuid-helper | 2 +
tests/qemu-arm/proc/cpuinfo | 63 ++++++
.../proc/device-tree/fw-cfg at 9020000/compatible | 1 +
tests/qemu-arm/proc/self/status | 41 ++++
.../sbin/dmidecode} | 2 +-
tests/qemu-arm/sbin/uname | 2 +
.../sbin/virt-what-cpuid-helper | 2 +-
tests/{test-qemu.sh => test-docker.sh} | 6 +-
tests/{test-qemu.sh => test-lkvm-arm.sh} | 8 +-
tests/{test-kvm.sh => test-lkvm.sh} | 8 +-
tests/{test-qemu.sh => test-qemu-arm.sh} | 6 +-
tests/{test-qemu.sh => test-xen-arm.sh} | 8 +-
tests/xen-arm/proc/cpuinfo | 63 ++++++
.../xen-arm/proc/device-tree/hypervisor/compatible | 1 +
tests/xen-arm/proc/self/status | 41 ++++
.../sbin/dmidecode} | 2 +-
tests/xen-arm/sbin/uname | 2 +
.../sbin/virt-what-cpuid-helper | 2 +-
virt-what.in | 81 +++++--
virt-what.pod | 16 +-
42 files changed, 774 insertions(+), 234 deletions(-)
copy tests/{esx4.1/proc/self/status => docker/.dockerinit} (100%)
copy tests/{esx4.1/proc/self/status => docker/proc/cpuinfo} (100%)
copy tests/{esx4.1 => docker}/proc/self/status (100%)
copy tests/{lxc => docker}/sbin/dmidecode (100%)
copy tests/{baremetal => docker}/sbin/uname (100%)
copy tests/{lxc => docker}/sbin/virt-what-cpuid-helper (100%)
create mode 100644 tests/lkvm-arm/proc/cpuinfo
create mode 100644 tests/lkvm-arm/proc/device-tree/compatible
create mode 100644 tests/lkvm-arm/proc/self/status
copy tests/{linux-vserver/sbin/virt-what-cpuid-helper => lkvm-arm/sbin/dmidecode} (63%)
create mode 100755 tests/lkvm-arm/sbin/uname
copy tests/{linux-vserver => lkvm-arm}/sbin/virt-what-cpuid-helper (54%)
copy tests/{kvm-explicit-cpu => lkvm}/proc/cpuinfo (100%)
copy tests/{kvm-explicit-cpu => lkvm}/proc/self/status (100%)
copy tests/{linux-vserver/sbin/virt-what-cpuid-helper => lkvm/sbin/dmidecode} (63%)
copy tests/{baremetal => lkvm}/sbin/uname (100%)
create mode 100755 tests/lkvm/sbin/virt-what-cpuid-helper
create mode 100644 tests/qemu-arm/proc/cpuinfo
create mode 100644 tests/qemu-arm/proc/device-tree/fw-cfg at 9020000/compatible
create mode 100644 tests/qemu-arm/proc/self/status
copy tests/{linux-vserver/sbin/virt-what-cpuid-helper => qemu-arm/sbin/dmidecode} (63%)
create mode 100755 tests/qemu-arm/sbin/uname
copy tests/{linux-vserver => qemu-arm}/sbin/virt-what-cpuid-helper (54%)
copy tests/{test-qemu.sh => test-docker.sh} (95%)
copy tests/{test-qemu.sh => test-lkvm-arm.sh} (92%)
copy tests/{test-kvm.sh => test-lkvm.sh} (93%)
copy tests/{test-qemu.sh => test-qemu-arm.sh} (93%)
copy tests/{test-qemu.sh => test-xen-arm.sh} (92%)
create mode 100644 tests/xen-arm/proc/cpuinfo
create mode 100644 tests/xen-arm/proc/device-tree/hypervisor/compatible
create mode 100644 tests/xen-arm/proc/self/status
copy tests/{linux-vserver/sbin/virt-what-cpuid-helper => xen-arm/sbin/dmidecode} (63%)
create mode 100755 tests/xen-arm/sbin/uname
copy tests/{linux-vserver => xen-arm}/sbin/virt-what-cpuid-helper (54%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-what.git
More information about the Pkg-libvirt-commits
mailing list