[SCM] LHAPDF: Les Houches Accord PDF Interface branch, master, updated. upstream/5.8.7+repack-14-g93cedfd
Lifeng Sun
lifongsun at gmail.com
Mon Jun 18 02:39:48 UTC 2012
The following commit has been merged in the master branch:
commit 426292478e28d84b5f8affa3d8881d54ff246e2d
Author: Lifeng Sun <lifongsun at gmail.com>
Date: Mon Jun 18 08:38:54 2012 +0800
Replace autoreconf with dh_autoreconf.
diff --git a/debian/control b/debian/control
index 3234edc..792ebb7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Lifeng Sun <lifongsun at gmail.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, gfortran, swig, python-dev, python-support, octave-pkg-dev, doxygen-latex, ghostscript, gnuplot
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, gfortran, swig, python-dev, python-support, octave-pkg-dev, doxygen-latex, ghostscript, gnuplot
Standards-Version: 3.9.3
Homepage: http://projects.hepforge.org/lhapdf/
Vcs-Git: git://git.debian.org/git/debian-science/packages/lhapdf.git
diff --git a/debian/rules b/debian/rules
index 4635091..2d51ab8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ get-orig-source: ../$(PKGNAME)_$(UPVER).orig.tar.gz
clean:
dh_testdir
+ dh_autoreconf_clean
dh_auto_clean
dh_clean
rm -rf ccwrap/doxy
@@ -58,7 +59,7 @@ clean:
configure-stamp:
dh_testdir
- autoreconf -iv
+ dh_autoreconf
dh_auto_configure -- \
--prefix=/usr \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
--
LHAPDF: Les Houches Accord PDF Interface
More information about the debian-science-commits
mailing list