r22661 - in /desktop/lenny/system-tools-backends/debian: changelog patches/61_fix-debian-var.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Dec 21 19:44:39 UTC 2009


Author: joss
Date: Mon Dec 21 19:44:39 2009
New Revision: 22661

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22661
Log:
* Non-maintainer upload.
* Fix debian definitions so it can actually interact with the system. Thanks
   to Aldo Vizcaino y Fernando Lopez <soportelihuen at linti.unlp.edu.ar>.
   Closes: #545358.

Added:
    desktop/lenny/system-tools-backends/debian/patches/61_fix-debian-var.patch
Modified:
    desktop/lenny/system-tools-backends/debian/changelog
    desktop/lenny/system-tools-backends/debian/patches/series

Modified: desktop/lenny/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/system-tools-backends/debian/changelog?rev=22661&op=diff
==============================================================================
--- desktop/lenny/system-tools-backends/debian/changelog [utf-8] (original)
+++ desktop/lenny/system-tools-backends/debian/changelog [utf-8] Mon Dec 21 19:44:39 2009
@@ -1,3 +1,12 @@
+system-tools-backends (2.6.0-2lenny4) stable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix debian definitions so it can actually interact with the system. Thanks
+     to Aldo Vizcaino y Fernando Lopez <soportelihuen at linti.unlp.edu.ar>.
+     Closes: #545358.
+
+ -- Maximiliano Curia <maxy at debian.org>  Thu, 10 Dec 2009 10:46:29 -0300
+
 system-tools-backends (2.6.0-2lenny3) stable; urgency=high
 
   * NMU.

Added: desktop/lenny/system-tools-backends/debian/patches/61_fix-debian-var.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/system-tools-backends/debian/patches/61_fix-debian-var.patch?rev=22661&op=file
==============================================================================
--- desktop/lenny/system-tools-backends/debian/patches/61_fix-debian-var.patch (added)
+++ desktop/lenny/system-tools-backends/debian/patches/61_fix-debian-var.patch [utf-8] Mon Dec 21 19:44:39 2009
@@ -1,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",

Modified: desktop/lenny/system-tools-backends/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/system-tools-backends/debian/patches/series?rev=22661&op=diff
==============================================================================
--- desktop/lenny/system-tools-backends/debian/patches/series [utf-8] (original)
+++ desktop/lenny/system-tools-backends/debian/patches/series [utf-8] Mon Dec 21 19:44:39 2009
@@ -6,3 +6,4 @@
 07_dont_symlink_localtime.patch
 08_use_md5.patch
 60_fix-permissions-of-pid-file.patch
+61_fix-debian-var.patch




More information about the pkg-gnome-commits mailing list