[Pkg-cli-apps-commits] r5170 - in /packages/gnome-do/trunk/debian: changelog rules
raof-guest at users.alioth.debian.org
raof-guest at users.alioth.debian.org
Fri Jan 1 23:55:32 UTC 2010
Author: raof-guest
Date: Fri Jan 1 23:55:31 2010
New Revision: 5170
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5170
Log:
Pass -f -i to autoreconf to keep the buildsystem's libtool in sync
with Debian's. Fixes libtool-related FTBFS (Closes: #560645)
Modified:
packages/gnome-do/trunk/debian/changelog
packages/gnome-do/trunk/debian/rules
Modified: packages/gnome-do/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/changelog?rev=5170&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/changelog (original)
+++ packages/gnome-do/trunk/debian/changelog Fri Jan 1 23:55:31 2010
@@ -23,6 +23,8 @@
+ Bump Standards-Version to 3.8.3; no changes needed.
* debian/rules:
+ Use mono-csc instead of csc for MCS
+ + Pass -f -i to autoreconf to keep the buildsystem's libtool in sync
+ with Debian's. Fixes libtool-related FTBFS (Closes: #560645)
-- Christopher James Halse Rogers <raof at ubuntu.com> Wed, 09 Dec 2009 11:19:06 +1100
Modified: packages/gnome-do/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/rules?rev=5170&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/rules (original)
+++ packages/gnome-do/trunk/debian/rules Fri Jan 1 23:55:31 2010
@@ -7,7 +7,7 @@
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
configure: patch-stamp
- autoreconf -I m4/shamrock
+ autoreconf -f -i -I m4/shamrock
override_dh_auto_configure: configure
dh_auto_configure -- MCS=/usr/bin/mono-csc
More information about the Pkg-cli-apps-commits
mailing list