[gnome-boxes] osinfo: Bump Debian version to 4 to fetch the logo



commit 45514ee197568124f970046b98d75e11a4e524e3
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Jan 29 16:58:47 2018 +0100

    osinfo: Bump Debian version to 4 to fetch the logo
    
    debian-1 is not present in the osinfo database and therefore the
    Debian logo wasn't getting fetched. Providing any newer version
    works.

 data/osinfo/{debian-1.0.xml => debian-4.xml} | 2 +-
 data/osinfo/meson.build                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/osinfo/debian-1.0.xml b/data/osinfo/debian-4.xml
similarity index 83%
rename from data/osinfo/debian-1.0.xml
rename to data/osinfo/debian-4.xml
index 198c5465..bdc5c937 100644
--- a/data/osinfo/debian-1.0.xml
+++ b/data/osinfo/debian-4.xml
@@ -2,7 +2,7 @@
 
   <!-- Please read README.logos for any questions about usage of product logos in Boxes. !-->
 
-  <os id="http://debian.org/debian/1.0";>
+  <os id="http://debian.org/debian/4";>
     <logo>https://www.debian.org/logos/openlogo-nd.svg</logo>
   </os>
 
diff --git a/data/osinfo/meson.build b/data/osinfo/meson.build
index b3f6be68..7c5a1156 100644
--- a/data/osinfo/meson.build
+++ b/data/osinfo/meson.build
@@ -1,5 +1,5 @@
 osinfo_db = [
-  ['debian-1.0.xml', 'gnome-boxes/osinfo/os/debian.org'],
+  ['debian-4.xml', 'gnome-boxes/osinfo/os/debian.org'],
   ['fedora-1.xml', 'gnome-boxes/osinfo/os/fedoraproject.org'],
   ['opensuse-10.2.xml', 'gnome-boxes/osinfo/os/opensuse.org'],
   ['ubuntu-4.10.xml', 'gnome-boxes/osinfo/os/ubuntu.com'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]