--- virt-what-1.12.orig/debian/watch +++ virt-what-1.12/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://et.redhat.com/~rjones/virt-what/files/virt-what-(.*)\.tar\.gz --- virt-what-1.12.orig/debian/changelog +++ virt-what-1.12/debian/changelog @@ -0,0 +1,76 @@ +virt-what (1.12-1) unstable; urgency=low + + * [c5ac7c9] Imported Upstream version 1.12 + * [a45b860] Bump Standards-Version to 3.9.3 + + -- Laurent Léonard Sun, 22 Apr 2012 00:43:36 +0200 + +virt-what (1.11-1) unstable; urgency=low + + * [6981fe1] Imported Upstream version 1.11 + * [dfb3627] Bump Standards-Version to 3.9.2 + + -- Laurent Léonard Sat, 28 May 2011 18:12:30 +0200 + +virt-what (1.9-1) unstable; urgency=low + + * [ee63aec] Remove debian/dirs + * [8278875] Imported Upstream version 1.9 + + -- Laurent Léonard Thu, 10 Mar 2011 00:43:49 +0100 + +virt-what (1.8-1) unstable; urgency=low + + * [191096f] Imported Upstream version 1.8 + + -- Laurent Léonard Wed, 16 Feb 2011 10:39:19 +0100 + +virt-what (1.7-1) experimental; urgency=low + + * [83acfaa] Imported Upstream version 1.7 + + -- Laurent Léonard Sun, 30 Jan 2011 16:12:18 +0100 + +virt-what (1.3-1) experimental; urgency=low + + * [3a761e2] Imported Upstream version 1.3 + * [e813a75] Bump Standards-Version to 3.9.1 + * [8bb0067] Update debian/rules + + -- Laurent Léonard Thu, 04 Nov 2010 00:08:19 +0100 + +virt-what (1.2-1) unstable; urgency=low + + * [d89e616] Reorder debian/rules targets. + * [010eae6] Imported Upstream version 1.2 + * [21aa31a] Drop patches. + 0001-Change-virt-what-cpuid-helper-path-to-usr-lib-virt-w.patch + - fixed upstream. + 0002-Add-UML-support.patch + - applied upstream. + 0003-Add-VirtualBox-support.patch + - applied upstream. + * [8db5f35] Update debian/rules. + * [dfcb745] Allow DM upload. + * [9099d2a] Drop Quilt README.source. + + -- Laurent Léonard Sat, 26 Dec 2009 16:45:27 +0100 + +virt-what (1.1-2) unstable; urgency=low + + * [ec6c9a0] Add UML support. Pulled from upstream fd81b8d. + * [e6a8c93] Add VirtualBox support. Pulled from upstream b103ff5. + * [b21e795] Bump Standards-Version to 3.8.3. + * [4e8a17b] Use DEB_DESTDIR variable to move virt-what-cpuid-helper. + * [b65743f] Use Makefile conventions in debian/rules. + * [42714e7] Move virt-what to /usr/sbin. + * [a331023] Make dmidecode dependency architecture specific. (Closes: #543810) + * [6c425f1] Remove debian/docs. + + -- Laurent Léonard Mon, 31 Aug 2009 00:54:07 +0200 + +virt-what (1.1-1) unstable; urgency=low + + * Initial release. (Closes: #538202) + + -- Laurent Léonard Thu, 23 Jul 2009 23:29:49 +0200 --- virt-what-1.12.orig/debian/compat +++ virt-what-1.12/debian/compat @@ -0,0 +1 @@ +7 --- virt-what-1.12.orig/debian/copyright +++ virt-what-1.12/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: virt-what +Maintainer: Richard Jones +Source: http://et.redhat.com/~rjones/virt-what + +Files: * +Copyright: 2008-2009, Red Hat Inc. +License: GPL-2 + +Files: debian/* +Copyright: 2008-2009, Laurent Léonard +License: GPL-2 + +Licence: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL' file. --- virt-what-1.12.orig/debian/control +++ virt-what-1.12/debian/control @@ -0,0 +1,21 @@ +Source: virt-what +Section: admin +Priority: extra +Maintainer: Debian Libvirt Maintainers +Uploaders: Laurent Léonard +Build-Depends: cdbs, debhelper (>= 7) +Standards-Version: 3.9.3 +Vcs-Git: git://git.debian.org/pkg-libvirt/virt-what.git +Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/virt-what.git +Homepage: http://et.redhat.com/~rjones/virt-what +DM-Upload-Allowed: yes + +Package: virt-what +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, dmidecode [amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386] +Description: detect if we are running in a virtual machine + Virt-what is a shell script which can be used to detect if the program is + running in a virtual machine. + . + The program prints out a list of "facts" about the virtual machine, derived + from heuristics. One fact is printed per line. --- virt-what-1.12.orig/debian/rules +++ virt-what-1.12/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_INSTALL_DOCS_ALL =