r25414 - in /desktop/unstable/system-tools-backends/debian: changelog patches/01_kfreebsd.diff patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 19 22:37:35 UTC 2010


Author: joss
Date: Tue Oct 19 22:37:31 2010
New Revision: 25414

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25414
Log:
* New upstream bugfix release.
* 01_kfreebsd.diff: add kfreebsd support. Closes: #594898.

Added:
    desktop/unstable/system-tools-backends/debian/patches/01_kfreebsd.diff
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=25414&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/changelog [utf-8] Tue Oct 19 22:37:31 2010
@@ -1,3 +1,10 @@
+system-tools-backends (2.10.1-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * 01_kfreebsd.diff: add kfreebsd support. Closes: #594898.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 20 Oct 2010 00:36:37 +0200
+
 system-tools-backends (2.10.0-2) unstable; urgency=low
 
   * Break g-s-t and liboobs < 2.30 since the protocol has changed.

Added: desktop/unstable/system-tools-backends/debian/patches/01_kfreebsd.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/patches/01_kfreebsd.diff?rev=25414&op=file
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/01_kfreebsd.diff (added)
+++ desktop/unstable/system-tools-backends/debian/patches/01_kfreebsd.diff [utf-8] Tue Oct 19 22:37:31 2010
@@ -1,0 +1,32 @@
+--- system-tools-backends-2.10.0.orig/Utils/Platform.pm
++++ system-tools-backends-2.10.0/Utils/Platform.pm
+@@ -33,6 +33,7 @@
+ 
+ my $PLATFORM_INFO = {
+   "debian"          => [ "Debian GNU/Linux" ],
++  "debian-kfreebsd" => [ "Debian GNU/kFreeBSD" ],
+   "redhat-5.2"      => [ "Red Hat Linux", "5.2", "Apollo" ],
+   "redhat-6.0"      => [ "Red Hat Linux", "6.0", "Hedwig" ],
+   "redhat-6.1"      => [ "Red Hat Linux", "6.1", "Cartman" ],
+@@ -143,6 +144,7 @@
+      "vine-3.1"         => "vine-3.0",
+      "vlos-1.2"         => "gentoo",
+      "nexenta-1.0"      => "solaris-2.11",
++     "debian-kfreebsd"  => "debian"
+      );
+ 
+   return $metamap{$distro} if ($metamap{$distro});
+@@ -377,10 +379,12 @@
+                   [ \&check_distro_file, "/etc/yellowdog-release", "yellowdog", "^Yellow Dog Linux release (\\S+)" ],
+                  ],
+     "FreeBSD" => [[ \&check_freebsd ]],
+-    "SunOS"   => [[ \&check_solaris ]]
++    "SunOS"   => [[ \&check_solaris ]],
++    "GNU/kFreeBSD" => [[ \&check_file_exists, "/etc/debian_version", "debian" ]],
+   );
+ 
+   $distro = $Utils::Backend::tool{"system"};
++
+   $checks = $platform_checks{$distro};
+ 
+   foreach $check (@$checks) {

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=25414&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/patches/series [utf-8] (original)
+++ desktop/unstable/system-tools-backends/debian/patches/series [utf-8] Tue Oct 19 22:37:31 2010
@@ -1,1 +1,2 @@
+01_kfreebsd.diff
 02ubuntu_chmod_network_interfaces_when_using_key.patch




More information about the pkg-gnome-commits mailing list