[Pkg-cli-apps-commits] [monodevelop-database] 04/07: Work around AC_INIT problem in autoreconf in tarball builds

Jo Shields directhex at moszumanska.debian.org
Wed Dec 16 10:54:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/5.5.0.227-0xamarin1
in repository monodevelop-database.

commit 7c04b1ff8de4663c069b286bcf790b188ad16385
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Oct 6 12:54:09 2014 +0100

    Work around AC_INIT problem in autoreconf in tarball builds
---
 debian/patches/fix_autoreconf.patch | 10 ++++++++++
 debian/patches/series               |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/fix_autoreconf.patch b/debian/patches/fix_autoreconf.patch
new file mode 100644
index 0000000..825797c
--- /dev/null
+++ b/debian/patches/fix_autoreconf.patch
@@ -0,0 +1,10 @@
+Index: xamarin-pkg-monodevelop-database/configure.in
+===================================================================
+--- xamarin-pkg-monodevelop-database.orig/configure.in	2014-09-22 14:28:49.000000000 +0100
++++ xamarin-pkg-monodevelop-database/configure.in	2014-10-06 12:53:54.461668910 +0100
+@@ -1,4 +1,4 @@
+-AC_INIT([monodevelop-database], m4_esyscmd_s([grep ^Version ../../version.config|cut -d '=' -f 2|tr -d '\n']), [monodevelop-list at lists.ximian.com])
++AC_INIT([monodevelop-database], 5.5, [monodevelop-list at lists.ximian.com])
+ AC_PREREQ(2.53)
+ AM_INIT_AUTOMAKE([1.9 tar-ustar])
+ AM_MAINTAINER_MODE
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..5f5d53e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_autoreconf.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/monodevelop-database.git



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