[hdf-eos5] 03/10: Now at debhelper level 10. Drop unnecessary build-deps on auto*

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 12:29:01 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository hdf-eos5.

commit 02e3d24dd09102ffbc898f860860330a8d945d9c
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 20 06:18:27 2017 +0100

    Now at debhelper level 10. Drop unnecessary build-deps on auto*
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 13 ++++++++++---
 debian/rules     |  2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4224961..4e3a627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 hdf-eos5 (5.1.15.dfsg.1-7) UNRELEASED; urgency=medium
 
   * Standards-Version: 4.1.1; no changes required
+  * Now at debhelper level 10. Drop unnecessary build-deps on auto* 
 
  -- Alastair McKinstry <mckinstry at debian.org>  Fri, 20 Oct 2017 06:14:43 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index a7daf70..96c114e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,16 @@ Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Standards-Version: 4.1.1
 Homepage: http://www.hdfeos.org
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/hdf-eos5.git
-Build-Depends: debhelper (>= 9), dh-buildinfo, gfortran, 
-  libhdf5-serial-dev | libhdf5-dev, libjpeg-dev, libaec-dev,
-  zlib1g-dev, autotools-dev, libtool, libgctp-dev, chrpath, autoconf, automake, dh-autoreconf
+Build-Depends: debhelper (>= 10), 
+  dh-buildinfo, 
+  gfortran, 
+  libhdf5-serial-dev | libhdf5-dev, 
+  libjpeg-dev, 
+  libaec-dev,
+  zlib1g-dev, 
+  libtool, 
+  libgctp-dev, 
+  chrpath
 
 Package: libhe5-hdfeos0
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 701fb07..2b53fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 # The magic rule for debhelper
 %:
-	dh $@ --with autoreconf
+	dh $@ #--with autoreconf
 
 export HDF5_USE_SHLIB=yes
 export CC=/usr/bin/h5cc

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



More information about the debian-science-commits mailing list