[med-svn] [relion] 10/36: d/rules, control: Need to add autoreconf to have sane build

Roland Fehrenbacher rfehren-guest at moszumanska.debian.org
Mon Oct 13 20:41:10 UTC 2014


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

rfehren-guest pushed a commit to branch master
in repository relion.

commit 6af55517bd805ccd62d854247ee57f2ba00e39aa
Author: Roland Fehrenbacher <rf at q-leap.de>
Date:   Fri Oct 10 22:06:19 2014 +0000

    d/rules,control: Need to add autoreconf to have sane build
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b22996e..6846f5b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Roland Fehrenbacher <rf at q-leap.de>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               ql-deb-utils,
+               dh-autoreconf,
                libfltk1.3-dev,
                libfftw3-dev,
                openmpi-gcc|libopenmpi-dev
diff --git a/debian/rules b/debian/rules
index 8fa82f1..3959d15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ CONFIGURE_COMMON := ./configure --prefix=/usr \
     --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) -program-prefix="relion_" 
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/relion.git



More information about the debian-med-commit mailing list