r25966 - in /desktop/unstable/system-tools-backends/debian: changelog patches/03_hostname.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Dec 17 21:48:52 UTC 2010


Author: joss
Date: Fri Dec 17 21:48:52 2010
New Revision: 25966

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25966
Log:
03_hostname.patch: patch by Mario Izquierdo to fix hostname 
detection. Closes: #607152.

Added:
    desktop/unstable/system-tools-backends/debian/patches/03_hostname.patch
Modified:
    desktop/unstable/system-tools-backends/debian/changelog
    desktop/unstable/system-tools-backends/debian/patches/series

Modified: desktop/unstable/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/changelog?rev=25966&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/changelog [utf-8] Fri Dec 17 21:48:52 2010
@@ -1,3 +1,10 @@
+system-tools-backends (2.10.1-2) unstable; urgency=low
+
+  * 03_hostname.patch: patch by Mario Izquierdo to fix hostname 
+    detection. Closes: #607152.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 17 Dec 2010 22:48:37 +0100
+
 system-tools-backends (2.10.1-1) unstable; urgency=low
 
   * New upstream bugfix release.

Added: desktop/unstable/system-tools-backends/debian/patches/03_hostname.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/patches/03_hostname.patch?rev=25966&op=file
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/03_hostname.patch (added)
+++ desktop/unstable/system-tools-backends/debian/patches/03_hostname.patch [utf-8] Fri Dec 17 21:48:52 2010
@@ -1,0 +1,12 @@
+Index: system-tools-backends-2.10.1/Network/Hosts.pm
+===================================================================
+--- system-tools-backends-2.10.1.orig/Network/Hosts.pm	2010-12-17 22:47:08.612239499 +0100
++++ system-tools-backends-2.10.1/Network/Hosts.pm	2010-12-17 22:47:24.972237485 +0100
+@@ -37,6 +37,7 @@ sub get_fqdn_dist
+ {
+   my %dist_map =
+ 	 (
++    "debian"          => "debian",
+     "redhat-6.2"      => "redhat-6.2",
+     "redhat-7.0"      => "redhat-6.2",
+     "redhat-7.1"      => "redhat-6.2",

Modified: desktop/unstable/system-tools-backends/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/patches/series?rev=25966&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/series [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/patches/series [utf-8] Fri Dec 17 21:48:52 2010
@@ -1,2 +1,4 @@
 01_kfreebsd.diff
 02ubuntu_chmod_network_interfaces_when_using_key.patch
+03_hostname.patch
+03_hostname.patc




More information about the pkg-gnome-commits mailing list