r41 - unstable/rutilt/debian/patches

benh at alioth.debian.org benh at alioth.debian.org
Sun Oct 7 22:09:37 UTC 2007


Author: benh
Date: 2007-10-07 22:09:37 +0000 (Sun, 07 Oct 2007)
New Revision: 41

Modified:
   unstable/rutilt/debian/patches/001_fix_desktop.diff
   unstable/rutilt/debian/patches/003_fix_ELF_location.diff
   unstable/rutilt/debian/patches/011_fix_trayicon_toggle.diff
Log:
Fixed broken patches.


Modified: unstable/rutilt/debian/patches/001_fix_desktop.diff
===================================================================
--- unstable/rutilt/debian/patches/001_fix_desktop.diff	2007-10-07 22:02:31 UTC (rev 40)
+++ unstable/rutilt/debian/patches/001_fix_desktop.diff	2007-10-07 22:09:37 UTC (rev 41)
@@ -1,6 +1,6 @@
---- rutilt-0.15~/configure.sh	2007-06-30 19:28:16.000000000 +0200
-+++ rutilt-0.15/configure.sh	2007-09-04 21:55:56.000000000 +0200
-@@ -250,17 +250,19 @@
+--- rutilt.orig/configure.sh
++++ rutilt/configure.sh
+@@ -251,17 +251,19 @@
  echo "[Desktop Entry]
  Name=RutilT WLAN Manager
  Name[fr]=Utilitaire de Configuration Wifi RutilT

Modified: unstable/rutilt/debian/patches/003_fix_ELF_location.diff
===================================================================
--- unstable/rutilt/debian/patches/003_fix_ELF_location.diff	2007-10-07 22:02:31 UTC (rev 40)
+++ unstable/rutilt/debian/patches/003_fix_ELF_location.diff	2007-10-07 22:09:37 UTC (rev 41)
@@ -1,6 +1,6 @@
---- rutilt-0.15~/configure.sh	2007-06-30 19:28:16.000000000 +0200
-+++ rutilt-0.15/configure.sh	2007-09-04 22:59:06.000000000 +0200
-@@ -29,7 +29,7 @@
+--- rutilt.orig/configure.sh
++++ rutilt/configure.sh
+@@ -30,7 +30,7 @@
  rutilt_name=rutilt
  rutilt_prefix=bin/
  helper_name=rutilt_helper

Modified: unstable/rutilt/debian/patches/011_fix_trayicon_toggle.diff
===================================================================
--- unstable/rutilt/debian/patches/011_fix_trayicon_toggle.diff	2007-10-07 22:02:31 UTC (rev 40)
+++ unstable/rutilt/debian/patches/011_fix_trayicon_toggle.diff	2007-10-07 22:09:37 UTC (rev 41)
@@ -82,12 +82,11 @@
  
 --- rutilt.orig/include/private/TrayIcon.hxx
 +++ rutilt/include/private/TrayIcon.hxx
-@@ -23,37 +23,25 @@
+@@ -23,36 +23,25 @@
  {
      if (FileName != m_CurrentIconFileName)
      {
 -        ::gtk_image_set_from_file (m_pIcon, FileName.c_str());
--	std::cout << "set icon filename to " << FileName << "\n";
 +        if (m_pIcon)
 +            ::gtk_image_set_from_file (m_pIcon, FileName.c_str());
          m_CurrentIconFileName = FileName;




More information about the Pkg-ralink-commits mailing list