[Pkg-mono-svn-commits] rev 2943 - in non-group/gshare/tags: . 0.93-1/debian 0.93-1/debian/patches

Sebastian Dröge slomo at alioth.debian.org
Wed Feb 7 06:55:05 CET 2007


Author: slomo
Date: 2007-02-07 06:55:04 +0100 (Wed, 07 Feb 2007)
New Revision: 2943

Added:
   non-group/gshare/tags/0.93-1/
   non-group/gshare/tags/0.93-1/debian/changelog
   non-group/gshare/tags/0.93-1/debian/control
   non-group/gshare/tags/0.93-1/debian/rules
Removed:
   non-group/gshare/tags/0.93-1/debian/changelog
   non-group/gshare/tags/0.93-1/debian/control
   non-group/gshare/tags/0.93-1/debian/patches/01_delegate-ftbfs.patch
   non-group/gshare/tags/0.93-1/debian/rules
Log:
* tag gshare 0.93-1


Copied: non-group/gshare/tags/0.93-1 (from rev 2915, non-group/gshare/trunk)

Deleted: non-group/gshare/tags/0.93-1/debian/changelog
===================================================================
--- non-group/gshare/trunk/debian/changelog	2007-01-29 23:26:41 UTC (rev 2915)
+++ non-group/gshare/tags/0.93-1/debian/changelog	2007-02-07 05:55:04 UTC (rev 2943)
@@ -1,15 +0,0 @@
-gshare (0.92-2) unstable; urgency=low
-
-  * debian/control:
-    + Updated to use my debian.org mail address
-
- -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 01:18:51 +0100
-
-gshare (0.92-1) unstable; urgency=low
-
-  * Initial revision (Closes: #365585)
-  * debian/patches/01_delegate-ftbfs.patch:
-    + Fixes a FTBFS because of ambigous calls
-
- -- Sebastian Dröge <slomo at ubuntu.com>  Sat, 22 Jul 2006 19:58:32 +0200
-

Copied: non-group/gshare/tags/0.93-1/debian/changelog (from rev 2942, non-group/gshare/trunk/debian/changelog)

Deleted: non-group/gshare/tags/0.93-1/debian/control
===================================================================
--- non-group/gshare/trunk/debian/control	2007-01-29 23:26:41 UTC (rev 2915)
+++ non-group/gshare/tags/0.93-1/debian/control	2007-02-07 05:55:04 UTC (rev 2943)
@@ -1,13 +0,0 @@
-Source: gshare
-Section: gnome
-Priority: optional
-Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.0), libmono-dev (>= 1.1.10), mono-mcs (>= 1.0) | c-sharp-compiler, libmono1.0-cil, libgtk2.0-cil (>= 2.8), libgconf2.0-cil (>= 2.8), libglade2.0-cil (>= 2.6), libgnome2.0-cil (>= 2.8), libdbus-1-cil (>= 0.60), libavahi1.0-cil (>= 0.6.9), pkg-config, intltool (>= 0.23)
-Standards-Version: 3.7.2
-
-Package: gshare
-Architecture: all
-Depends: ${cli:Depends}, ${misc:Depends}
-Description: Easy user-level file sharing for GNOME
- GShare is a small GNOME application that allows easy user-level file sharing
- via FTP. DNS-SD is used to publish the share on the local network.

Copied: non-group/gshare/tags/0.93-1/debian/control (from rev 2942, non-group/gshare/trunk/debian/control)

Deleted: non-group/gshare/tags/0.93-1/debian/patches/01_delegate-ftbfs.patch
===================================================================
--- non-group/gshare/trunk/debian/patches/01_delegate-ftbfs.patch	2007-01-29 23:26:41 UTC (rev 2915)
+++ non-group/gshare/tags/0.93-1/debian/patches/01_delegate-ftbfs.patch	2007-02-07 05:55:04 UTC (rev 2943)
@@ -1,85 +0,0 @@
---- src/gshared/daemon.cs.old	2006-07-22 20:29:12.206476750 +0200
-+++ src/gshared/daemon.cs	2006-07-22 20:44:49.065026750 +0200
-@@ -308,11 +308,11 @@
-             if (reason == FTPServerShutdownReason.Error)
-             {
-                 Log.ErrorMessage("Shutting down FTP server because of an error");
--                Utility.InvokeLater(delegate
-+                Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                     { 
-                         Utility.ShowGenericFatalErrorDialog(); 
-                         Shutdown(); 
--                    });
-+                    }));
-             }
-         }
-         
-@@ -367,24 +367,24 @@
-             {
-                 case ClientState.Collision:
-                     /*TODO figure out what to do*/
--                    Utility.InvokeLater(delegate
-+                    Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                         { 
-                             StopDaemon();
--                        });
-+                        }));
-                     break;
-                 case ClientState.Failure:
-                     Log.ErrorMessage("Zeroconf client failed to register");
--                    Utility.InvokeLater(delegate
-+                    Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                         {
-                             Utility.ShowCannotPublishServiceDialog(); 
-                             Shutdown(); 
--                        });
-+                        }));
-                     break;
-                 case ClientState.Running:
--                    Utility.InvokeLater(delegate
-+                    Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                         {
-                             PublishFTPServer(); 
--                        });
-+                        }));
-                     break;
-             }
- 
-@@ -410,19 +410,19 @@
-                         iAvahiServiceName = EntryGroup.GetAlternativeServiceName(iAvahiServiceName);
-                     }
-                     
--                    Utility.InvokeLater(delegate
-+                    Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                         {
-                             StartZeroConf(iFtpServer.ServerPort);
--                        });
-+                        }));
-                     
-                     break;
-                 case EntryGroupState.Failure:
-                     Log.ErrorMessage("Failed to publish FTP service on zeroconf network");
--                    Utility.InvokeLater(delegate
-+                    Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate
-                         {
-                             Utility.ShowCannotPublishServiceDialog();
-                             Shutdown(); 
--                        });
-+                        }));
-                     break;
- 
-                 case EntryGroupState.Established:
-@@ -460,11 +460,11 @@
-                                     ex.Message,
-                                     ex.StackTrace);
-                                 
--                Utility.InvokeLater(delegate 
-+                Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate 
-                     {
-                         Utility.ShowCannotPublishServiceDialog(); 
-                         Shutdown(); 
--                    });
-+                    }));
-                 
-             }
- 

Deleted: non-group/gshare/tags/0.93-1/debian/rules
===================================================================
--- non-group/gshare/trunk/debian/rules	2007-01-29 23:26:41 UTC (rev 2915)
+++ non-group/gshare/tags/0.93-1/debian/rules	2007-02-07 05:55:04 UTC (rev 2943)
@@ -1,19 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-export MONO_SHARED_DIR=$(CURDIR)
-
-install/gshare::
-	# fix permissions of CIL binaries
-	-find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-	-find debian/ -type f -name "*.exe" | xargs chmod +x
-	
-common-binary-predeb-indep::
-	dh_clideps -d
-
-clean::
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-

Copied: non-group/gshare/tags/0.93-1/debian/rules (from rev 2942, non-group/gshare/trunk/debian/rules)




More information about the Pkg-mono-svn-commits mailing list