[Pkg-cli-libs-commits] [SCM] gtk-sharp-beans branch, master, updated. upstream/2.14.1-5-g894e21f

Jo Shields directhex at apebox.org
Fri Sep 3 19:24:02 UTC 2010


The following commit has been merged in the master branch:
commit 7520c8896b64bd5d94dcf81df875647e96cdb140
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Sep 3 20:13:38 2010 +0100

    Enable autoreconf in the build process, in case I decide to merge in any patches affecting Makefile.am

diff --git a/debian/control b/debian/control
index 55d9bd5..785e5ca 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends:
  gtk-sharp2-gapi (>= 2.12),
  libglib2.0-cil-dev (>= 2.12),
  libgtk2.0-cil-dev (>= 2.12),
- libgio2.0-cil-dev (>= 2.22.2)
+ libgio2.0-cil-dev (>= 2.22.2),
+ autoconf,
+ automake
 Standards-Version: 3.9.1
 Homepage: http://github.com/mono/gtk-sharp-beans
 Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/gtk-sharp-beans.git
diff --git a/debian/rules b/debian/rules
index 2c993a1..0ae5b1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,9 @@
 
 include /usr/share/cli-common/cli.make
 
+override_dh_auto_configure:
+	autoreconf -f -i -s -I .
+	dh_auto_configure -- CSC=/usr/bin/mono-csc
+
 %:
 	dh $@

-- 
gtk-sharp-beans



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