[med-svn] [libmialm] 01/02: Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
    Gert Wollny 
    gert-guest at moszumanska.debian.org
       
    Wed Jan 15 15:01:34 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository libmialm.
commit 9885bf28f4433801d5b855edee97ac19d4913c37
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Wed Jan 15 15:57:56 2014 +0100
    Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
---
 debian/changelog | 7 +++++++
 debian/control   | 4 +++-
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 72aee33..093c261 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmialm (1.0.7-3) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #733835)
+    Thanks to Logan Rosen <logan at ubuntu.com> for the report and fix
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Wed, 15 Jan 2014 15:55:52 +0100
+
 libmialm (1.0.7-2) unstable; urgency=low
 
   * Add debug package
diff --git a/debian/control b/debian/control
index 3a3e374..ee947d5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Build-Depends: debhelper (>= 9.0.0),
 	       autotools-dev,
 	       libxml2-dev,
 	       libglib2.0-dev,
-	       pkg-config
+               pkg-config,
+               dh-autoreconf,
+               gtk-doc-tools
 Standards-Version: 3.9.4
 Section: science
 Homepage: http://mia.sourceforge.net 
diff --git a/debian/rules b/debian/rules
index d75b73d..85849a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 .PHONY: override_dh_strip
 
 %:
-	dh $@ 
+	dh $@ --with autoreconf 
 
 
 override_dh_strip:
-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libmialm.git
    
    
More information about the debian-med-commit
mailing list