From 99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 28 Oct 2010 22:32:05 +0100
Subject: inspector: Debian package format 'deb' instead of 'dpkg'.

---
 inspector/example5.xml   | 2 +-
 inspector/example6.xml   | 2 +-
 inspector/virt-inspector | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inspector/example5.xml b/inspector/example5.xml
index 666248e5..d66bf9fe 100644
--- a/inspector/example5.xml
+++ b/inspector/example5.xml
@@ -44,7 +44,7 @@
         <type>swap</type>
       </filesystem>
     </filesystems>
-    <package_format>dpkg</package_format>
+    <package_format>deb</package_format>
     <package_management>apt</package_management>
   </operatingsystem>
 </operatingsystems>
diff --git a/inspector/example6.xml b/inspector/example6.xml
index 52edbcc2..fa6cd96c 100644
--- a/inspector/example6.xml
+++ b/inspector/example6.xml
@@ -20,7 +20,7 @@
         <uuid>c0d1b68f-c0f9-4497-a366-938b37532613</uuid>
       </filesystem>
     </filesystems>
-    <package_format>dpkg</package_format>
+    <package_format>deb</package_format>
     <package_management>apt</package_management>
   </operatingsystem>
 </operatingsystems>
diff --git a/inspector/virt-inspector b/inspector/virt-inspector
index a53c76a9..03b01b38 100755
--- a/inspector/virt-inspector
+++ b/inspector/virt-inspector
@@ -264,7 +264,7 @@ sub output_applications
     my ($package_format, $package_management);
     if (defined $distro) {
         if ($distro eq "debian") {
-            $package_format = "dpkg";
+            $package_format = "deb";
             $package_management = "apt";
         }
         elsif ($distro eq "fedora") {
-- 
cgit