[Pkg-cli-apps-commits] r5114 - in /packages/monodevelop/trunk/debian: changelog rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Mon Oct 12 09:46:56 UTC 2009


Author: directhex
Date: Mon Oct 12 09:46:43 2009
New Revision: 5114

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5114
Log:
  * debian/rules:
    + Remove Moonlight support until a later date (when we ship the
      Moonlight SDK)

Modified:
    packages/monodevelop/trunk/debian/changelog
    packages/monodevelop/trunk/debian/rules

Modified: packages/monodevelop/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/changelog?rev=5114&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/changelog (original)
+++ packages/monodevelop/trunk/debian/changelog Mon Oct 12 09:46:43 2009
@@ -14,6 +14,8 @@
     + Set mtime to 2009-09-11 (epoch 0 is easier but causes lots of
       console spew)
     + Ensure tarball is placed in the policy-specified folder
+    + Remove Moonlight support until a later date (when we ship the
+      Moonlight SDK)
   * debian/patches/link_system_nunit.dpatch,
     debian/patches/use_libsvn1.dpatch,
     debian/patches/update_templates_for_gtk-sharp_2.12.dpatch:
@@ -40,7 +42,7 @@
   * Renamed old README.source to README.debian and added new README.source
     containing information about quilt
 
- -- Jo Shields <directhex at apebox.org>  Sat, 19 Sep 2009 17:45:49 +0200
+ -- Jo Shields <directhex at apebox.org>  Mon, 12 Oct 2009 10:44:21 +0100
 
 monodevelop (2.0+dfsg-2) unstable; urgency=low
 

Modified: packages/monodevelop/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/rules?rev=5114&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/rules (original)
+++ packages/monodevelop/trunk/debian/rules Mon Oct 12 09:46:43 2009
@@ -50,6 +50,9 @@
 	rm -rf debian/monodevelop/usr/lib/monodevelop/AddIns/VersionControl/
 	# remove ChangeLogAddIn files (shipped in monodevelop-versioncontrol)
 	rm -rf debian/monodevelop/usr/lib/monodevelop/AddIns/ChangeLogAddIn/
+	# remove Moonlight stuff, since we don't have packages
+	# for the Moonlight SDK yet
+	rm -rf debian/monodevelop/usr/lib/monodevelop/AddIns/MonoDevelop.Moonlight/
 
 get-orig-source:
 	mkdir -p ../tarballs




More information about the Pkg-cli-apps-commits mailing list