inspector: Debian package format 'deb' instead of 'dpkg'.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Oct 2010 21:32:05 +0000 (22:32 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Oct 2010 21:32:05 +0000 (22:32 +0100)
inspector/example5.xml
inspector/example6.xml
inspector/virt-inspector

index 666248e..d66bf9f 100644 (file)
@@ -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>
index 52edbcc..fa6cd96 100644 (file)
@@ -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>
index a53c76a..03b01b3 100755 (executable)
@@ -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") {