[Pkg-cli-apps-commits] r5280 - in /packages/gnome-do-plugins/trunk/debian: changelog rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Sat Jan 30 08:14:18 UTC 2010


Author: raof-guest
Date: Sat Jan 30 08:14:17 2010
New Revision: 5280

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5280
Log:
* debian/rules:
  + Pass fake MAUTIL=/bin/true to configure.  mautil has moved to the
    mono-addins-utils package, so now isn't pulled in by 
    libmono-addins-cil-dev.  The build system doesn't actually *use* mautil,
    and hasn't for a couple of releases.  Upstream's buildsystem maintainer
    should perhaps pay more attention ;).

Modified:
    packages/gnome-do-plugins/trunk/debian/changelog
    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=5280&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Sat Jan 30 08:14:17 2010
@@ -4,6 +4,12 @@
     + Drop slocate from gnome-do-plugins Recommends: this package is only
       in oldstable (Closes: #565656).
     + Update build-depends for -cil-dev transition.
+  * debian/rules:
+    + Pass fake MAUTIL=/bin/true to configure.  mautil has moved to the
+      mono-addins-utils package, so now isn't pulled in by 
+      libmono-addins-cil-dev.  The build system doesn't actually *use* mautil,
+      and hasn't for a couple of releases.  Upstream's buildsystem maintainer
+      should perhaps pay more attention ;).
 
  -- Christopher James Halse Rogers <raof at ubuntu.com>  Sat, 30 Jan 2010 17:18:47 +1100
 

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=5280&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Sat Jan 30 08:14:17 2010
@@ -10,7 +10,7 @@
 
 override_dh_auto_configure:
 	autoreconf -I m4/shamrock
-	dh_auto_configure -- --enable-flickr=yes MCS=/usr/bin/mono-csc
+	dh_auto_configure -- --enable-flickr=yes MCS=/usr/bin/mono-csc MAUTIL=/bin/true
 
 override_dh_auto_clean:
 	dh_auto_clean




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