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

Re: Proposed diff for system-tools-backends (lenny)



Hola Josselin Mouette!

El 21/12/2009 a las 20:44 escribiste:
> Le lundi 21 décembre 2009 à 12:52 -0300, Maximiliano Curia a écrit : 
> > This bug has been waiting with a proposed patch since September 6th without
> > any response from the package maintainers. Hence this mail to debian-release
> > asking for permission to upload the fixed version to proposed-updates.
 
> > It seems to me that the package maintainers of system-tools-backends don't
> > really care about the current stable version, so, would it be ok if I upload
> > the fixed version to proposed-updates? 
 
> Sorry for the late reply. Any help is welcome, so please go ahead and
> upload, especially if you’ve been able to test your change better than I
> did for 2.6.0-2lenny2.

> I’ve committed your changes to the repository.

I've uploaded the fixed version to proposed-updates. I'm attaching the
interdiff.

To debian-release team: please approve system-tools-backends 2.6.0-2lenny4.

Thanks,
-- 
"UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity." -- Dennis Ritchie
Saludos /\/\ /\ >< `/
diff -u system-tools-backends-2.6.0/debian/changelog system-tools-backends-2.6.0/debian/changelog
--- system-tools-backends-2.6.0/debian/changelog
+++ system-tools-backends-2.6.0/debian/changelog
@@ -1,3 +1,13 @@
+system-tools-backends (2.6.0-2lenny4) stable; urgency=low
+
+  * Non-maintainer upload.
+  * Added 61_fix-debian-var.patch to fix debian definitions so it can actually
+     interact with the system.
+     Thanks to Aldo Vizcaino y Fernando Lopez <soportelihuen@linti.unlp.edu.ar>.
+     Closes: #545358.
+
+ -- Maximiliano Curia <maxy@debian.org>  Thu, 10 Dec 2009 10:46:29 -0300
+
 system-tools-backends (2.6.0-2lenny3) stable; urgency=high
 
   * NMU.
diff -u system-tools-backends-2.6.0/debian/patches/series system-tools-backends-2.6.0/debian/patches/series
--- system-tools-backends-2.6.0/debian/patches/series
+++ system-tools-backends-2.6.0/debian/patches/series
@@ -8,0 +9 @@
+61_fix-debian-var.patch
only in patch2:
unchanged:
--- system-tools-backends-2.6.0.orig/debian/patches/61_fix-debian-var.patch
+++ system-tools-backends-2.6.0/debian/patches/61_fix-debian-var.patch
@@ -0,0 +1,64 @@
+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 to: