[crystfel] 01/01: use autoreconf

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 26 19:24:31 UTC 2014


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

picca pushed a commit to branch master
in repository crystfel.

commit 2d03c7c5d27b493809ffd839430e53de961c078e
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Aug 26 20:15:52 2014 +0200

    use autoreconf
---
 debian/control | 2 +-
 debian/rules   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index b769588..b3b201e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Valerio Mariani <valerio.mariani at gmail.com>
 Section: science
 Priority: extra
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                fftw3-dev,
                gtk-doc-tools,
                libgsl0-dev,
diff --git a/debian/rules b/debian/rules
index cee1163..46949b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,13 @@
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-gtk-doc --with-opencl 
+	dh_auto_configure -- --enable-gtk-doc --with-opencl --disable-silent-rules
 
 override_dh_strip:
 	dh_strip --dbg-package=libcrystfel-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/crystfel.git



More information about the debian-science-commits mailing list