[libccp4] 01/01: use autoreconf to fix compilation on newer architectures

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Jul 30 12:44:23 UTC 2014


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

picca pushed a commit to branch master
in repository libccp4.

commit e2a98953b859b152922bdee4d271a99fa2b93fc0
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Jul 30 14:32:12 2014 +0200

    use autoreconf to fix compilation on newer architectures
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1eab411..f8d8a7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libccp4 (6.4.5-2) unstable; urgency=medium
+
+  * use autoreconf to fix compilation on newer architectures
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Wed, 30 Jul 2014 14:31:25 +0200
+
 libccp4 (6.4.5-1) unstable; urgency=medium
 
   * Imported Upstream version 6.4.5
diff --git a/debian/control b/debian/control
index 580ad2c..7eab9ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Section: science
 Priority: extra
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                gfortran,
                libmmdb-dev,
                m4
diff --git a/debian/rules b/debian/rules
index 4a7839e..95a0e20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
 # -*- makefile -*-
 
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared --datadir=/usr/share/ccp4
+	dh_auto_configure -- --disable-static --enable-shared --datadir=/usr/share/ccp4
 
 override_dh_strip:
 	dh_strip -plibccp4c0 --dbg-package=libccp4c0-dbg

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



More information about the debian-science-commits mailing list