[libfolia] 01/01: debian/rules, debian/control: add autoreconf in order to fix FTBFS on ppc64el. Thanks Logan Rosen for the patch. (Closes: #734025)
Joost van Baal
joostvb at moszumanska.debian.org
Sat Sep 6 11:22:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository libfolia.
commit 3343cf8dacf57ceac98d7fca245663f5701fb78a
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Sat Sep 6 13:22:43 2014 +0200
debian/rules, debian/control: add autoreconf in order to fix FTBFS on ppc64el. Thanks Logan Rosen for the patch. (Closes: #734025)
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 52275a2..0ccfb1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libfolia (0.11-1) UNRELEASED; urgency=low
* debian/watch: more strict.
* debian/libfolia-dev.install: add /usr/include/libfolia, in order to
actually ship .h header files.
+ * debian/rules, debian/control: add autoreconf in order to fix FTBFS on
+ ppc64el. Thanks Logan Rosen for the patch. (Closes: #734025)
* FIXME:
W: libfolia source: ancient-standards-version 3.9.3 (current is 3.9.5)
W: libfolia2: new-package-should-close-itp-bug
diff --git a/debian/control b/debian/control
index ba9ea70..0b45f8b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
-Build-Depends: cdbs, debhelper (>= 7), pkg-config, libicu-dev, libxml2-dev, libticcutils2
+Build-Depends: cdbs, debhelper (>= 7), pkg-config, libicu-dev, libxml2-dev, libticcutils2, dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://ilk.uvt.nl/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libfolia.git
diff --git a/debian/rules b/debian/rules
index 0ee919e..a9a0240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,4 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfolia.git
More information about the debian-science-commits
mailing list