[Pkg-libvirt-commits] [virt-what] branch debian/sid updated (bd15bc0 -> 3672894)
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Wed Dec 28 00:54:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriberto pushed a change to branch debian/sid
in repository virt-what.
from bd15bc0 Move to DEP-14 compliant branch names
new 98d3385 New upstream version 1.15
new 1aba09b Merge tag 'upstream/1.15' into debian/sid
new 9a0674a Initial basic changelog
new d9f2f9e Updated the d/control
new d558a0c Run wrap-and-sort
new 8246541 Compat level to 10
new 40843d0 DebSrc to 3.0
new 06ff9ea Dropped CDBS
new 35a814b Added the word VM to description
new 97ae7d6 Updated d/watch
new b352062 Updated d/copyright
new e39b3a8 Updated d/changelog
new 615516b Added to allow the GPG file
new c1d797b Improve the GCC hardening
new 0e23330 Changed signature verification method
new 3672894 Added notice about GCC hardening
The 16 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 +-
debian/changelog | 32 +++
debian/compat | 2 +-
debian/control | 20 +-
debian/copyright | 32 +--
debian/rules | 8 +-
debian/source/format | 1 +
debian/upstream/signing-key.asc | 103 +++++++++
debian/watch | 6 +-
.../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 +-
50 files changed, 945 insertions(+), 267 deletions(-)
create mode 100644 debian/source/format
create mode 100644 debian/upstream/signing-key.asc
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