Hi Maximiliano,

you are right, this bug is also present for example for time-admin, so we added debian again, and it works.

We continued investigating system-tools-backends, from upstrem, squeeze, and lenny, and this bug was solved on system-tools-backends-2.8.2(squeeze), but in system-tools-backends-2.8.1(lenny) they define the vars with the version (debian-3.0 or debian-4.0..)

Fernando and I think that changing the patch 01_debian_4.0.patch might implie changing others patchs.. so it's too complicated, and could be solved in the next upgrade.

We attach the patch.


Index: system-tools-backends-2.6.0/Network/Hosts.pm
===================================================================
--- system-tools-backends-2.6.0.orig/Network/Hosts.pm	2009-12-07 16:53:59.000000000 -0300
+++ system-tools-backends-2.6.0/Network/Hosts.pm	2009-12-07 16:54:59.000000000 -0300
@@ -37,6 +37,7 @@
 {
   my %dist_map =
 	 (
+    "debian"	      => "debian",
     "redhat-6.2"      => "redhat-6.2",
     "redhat-7.0"      => "redhat-6.2",
     "redhat-7.1"      => "redhat-6.2",

Index: system-tools-backends-2.6.0/Network/Ifaces.pm
===================================================================
--- system-tools-backends-2.6.0.orig/Network/Ifaces.pm	2009-12-07 16:54:08.000000000 -0300
+++ system-tools-backends-2.6.0/Network/Ifaces.pm	2009-12-07 16:55:36.000000000 -0300
@@ -1995,6 +1995,7 @@
 {
   my %dist_map =
 	 (
+    "debian"          => "debian",
     "redhat-6.2"      => "redhat-6.2",
     "redhat-7.0"      => "redhat-6.2",
     "redhat-7.1"      => "redhat-6.2",

Index: system-tools-backends-2.6.0/Share/SMB.pm
===================================================================
--- system-tools-backends-2.6.0.orig/Shares/SMB.pm	2009-12-07 16:58:35.000000000 -0300
+++ system-tools-backends-2.6.0/Shares/SMB.pm	2009-12-07 17:01:27.000000000 -0300
@@ -129,6 +129,7 @@
 
   my %dist_map =
   (
+   "debian"	     => "debian",
    "redhat-6.2"      => "redhat-6.2",
    "redhat-7.0"      => "debian",
    "redhat-7.1"      => "debian",

Index: system-tools-backends-2.6.0/Time/TimeDate.pm
===================================================================
--- system-tools-backends-2.6.0.orig/Time/TimeDate.pm	2009-12-07 16:58:35.000000000 -0300
+++ system-tools-backends-2.6.0/Time/TimeDate.pm	2009-12-07 17:02:10.000000000 -0300
@@ -158,6 +158,7 @@
 {
   my %dist_map =
   (
+   "debian"          => "debian",
    "redhat-6.2"      => "redhat-6.2",
    "redhat-7.0"      => "redhat-6.2",
    "redhat-7.1"      => "redhat-6.2",

Index: system-tools-backends-2.6.0/Time/Platform.pm
===================================================================
--- system-tools-backends-2.6.0.orig/Utils/Platform.pm	2009-12-07 16:58:35.000000000 -0300
+++ system-tools-backends-2.6.0/Utils/Platform.pm	2009-12-07 17:02:46.000000000 -0300
@@ -115,6 +115,7 @@
     (
      "blackpanther-4.0" => "mandrake-9.0",
      "conectiva-10"     => "conectiva-9",
+     "debian"           => "debian",
      "mandrake-7.1"     => "redhat-6.2",
      "mandrake-7.2"     => "redhat-6.2",
      "mandrake-9.1"     => "mandrake-9.0",

Reply via email to