[libgetdata] 06/06: bump dh compat, enable autotools-dev dh helper
Michael Milligan
mmilligan-guest at moszumanska.debian.org
Sat Sep 5 03:43:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
mmilligan-guest pushed a commit to branch master
in repository libgetdata.
commit b04fe2883545b05922591b797f35f5cd70496038
Author: Michael Milligan <mmilligan at astro.umn.edu>
Date: Fri Sep 4 22:36:19 2015 -0500
bump dh compat, enable autotools-dev dh helper
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 485e7e9..77e7eaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libgetdata (0.8.9-1) UNRELEASED; urgency=low
* add libgetdata-doc package for documentation
* add encoding (compression) libraries to Build-Depends
* add libgetdata-perl package for perl bindings
+ * enable autotools-dev to update config.{guess,sub} (Closes: #727407)
-- Steven Benton <stevebenton at rogers.com> Tue, 01 Sep 2015 21:03:59 -0400
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/rules b/debian/rules
index 80ee8db..aeeb5bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
PYVERS=$(shell pyversions -vr)
%:
- dh $@ --with python2
+ dh $@ --with python2,autotools_dev
override_dh_auto_configure:
dh_auto_configure -Bbuild-main -- --disable-python --with-perl-dir=vendor
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgetdata.git
More information about the debian-science-commits
mailing list