[Pkg-cli-apps-commits] r5117 - in /packages/gnome-do-plugins/trunk/debian: changelog control rules
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Tue Oct 13 18:10:54 UTC 2009
Author: laney-guest
Date: Tue Oct 13 18:10:54 2009
New Revision: 5117
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5117
Log:
rules, control: Use mono-csc
Modified:
packages/gnome-do-plugins/trunk/debian/changelog
packages/gnome-do-plugins/trunk/debian/control
packages/gnome-do-plugins/trunk/debian/rules
Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=5117&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Tue Oct 13 18:10:54 2009
@@ -7,8 +7,9 @@
- Session plugin now works on devicekit-disks (LP: #410079)
* 02_fix_banshee_plugin.dpatch: Drop, no longer required. Errors will be
shown on console if Banshee is not installed but these are non-fatal.
-
- -- Iain Lane <laney at ubuntu.com> Tue, 13 Oct 2009 18:26:12 +0100
+ * rules, control: Use mono-csc
+
+ -- Iain Lane <laney at ubuntu.com> Tue, 13 Oct 2009 19:10:38 +0100
gnome-do-plugins (0.8.2+dfsg-2) unstable; urgency=low
Modified: packages/gnome-do-plugins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/control?rev=5117&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/control (original)
+++ packages/gnome-do-plugins/trunk/debian/control Tue Oct 13 18:10:54 2009
@@ -7,7 +7,7 @@
cli-common-dev (>= 0.5.7),
dpatch
Build-Depends-Indep:
- mono-devel (>= 2.0),
+ mono-devel (>= 2.4.2.3),
autotools-dev,
automake,
gnome-do (>= 0.8.2),
Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=5117&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Tue Oct 13 18:10:54 2009
@@ -15,7 +15,7 @@
touch $@
build: configure
- MCS=/usr/bin/csc dh $@
+ MCS=/usr/bin/mono-csc dh $@
clean: unpatch
dh clean
More information about the Pkg-cli-apps-commits
mailing list