[Pkg-mono-svn-commits] rev 3730 - moon/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Wed Oct 15 12:32:54 UTC 2008


Author: directhex-guest
Date: 2008-10-15 12:32:54 +0000 (Wed, 15 Oct 2008)
New Revision: 3730

Modified:
   moon/trunk/debian/control
   moon/trunk/debian/rules
Log:
Remove unrequired links
Add new Npp- fields


Modified: moon/trunk/debian/control
===================================================================
--- moon/trunk/debian/control	2008-10-15 07:58:58 UTC (rev 3729)
+++ moon/trunk/debian/control	2008-10-15 12:32:54 UTC (rev 3730)
@@ -33,7 +33,9 @@
 Conflicts: moonlight
 Xb-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384,92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a,aa5ca914-c309-495d-91cf-3141bbb04115
 Xb-Npp-MimeType: application/x-silverlight
-Xb-Npp-Name: Moonlight plugin for Microsoft Silverlight
+Xb-Npp-Name: Novell Moonlight
+Xb-Npp-File: libmoonloader.so
+Xb-Npp-Description: Novell Moonlight plugin for Microsoft Silverlight (http://www.mono-project.com/Moonlight)
 Description: open source clone of Microsoft Silverlight - Xulrunner 1.9 plugin component
  Moonlight is a free Silverlight clone, allowing Free Software systems to
  run embedded web-browser objects or standalone code targetting Microsoft

Modified: moon/trunk/debian/rules
===================================================================
--- moon/trunk/debian/rules	2008-10-15 07:58:58 UTC (rev 3729)
+++ moon/trunk/debian/rules	2008-10-15 12:32:54 UTC (rev 3730)
@@ -71,8 +71,9 @@
 
 	# Call dh_link manually, so we can change the plugin folder per-distro
 	dh_link -pmoonlight-plugin-mozilla \
-		usr/lib/moon/plugin/libmoonplugin-ff3bridge.so	$(XULRUNNER_19_PLUGDIR)/libmoonplugin-ff3bridge.so \
-		usr/lib/moon/plugin/libmoonplugin.so    $(XULRUNNER_19_PLUGDIR)/libmoonplugin.so \
+		#dark magics in libmoonloader seem to find these files all by itself, only libmoonloader is needed
+		#usr/lib/moon/plugin/libmoonplugin-ff3bridge.so	$(XULRUNNER_19_PLUGDIR)/libmoonplugin-ff3bridge.so \
+		#usr/lib/moon/plugin/libmoonplugin.so    $(XULRUNNER_19_PLUGDIR)/libmoonplugin.so \
 		usr/lib/moon/plugin/libmoonloader.so    $(XULRUNNER_19_PLUGDIR)/libmoonloader.so
 
 	dh_strip




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