[Pkg-voip-commits] [dahdi-tools] 275/285: generate configure at build time

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:12 UTC 2016


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

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit bbffe6b910eb52afa2da41f24b8bbf9eaebfe170
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Sun Jun 26 12:03:38 2016 +0200

    generate configure at build time
---
 debian/control | 6 +++++-
 debian/rules   | 7 ++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 150dd02..154d584 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,11 @@ Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Tzafrir Cohen <tzafrir at debian.org>, Mark Purcell <msp at debian.org>
 # groff, man-db and asciidoc are required for generating documentation
-Build-Depends: debhelper (>= 9), autotools-dev,
+Build-Depends: debhelper (>= 9),
+ autoconf,
+ automake,
+ dh-autoreconf,
+ pkg-config,
  dahdi-source (>= 1:2.7), libnewt-dev, bzip2, libusb-dev, asciidoc, groff, man-db
 Standards-Version: 3.9.4
 Homepage: http://www.asterisk.org/
diff --git a/debian/rules b/debian/rules
index c4a7e64..7649b33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,13 +22,10 @@ FILENAME := $(PACKAGE_SRC)_$(DEB_BASE_VERSION).orig.tar.gz
 URL := http://downloads.asterisk.org/pub/telephony/$(PACKAGE_SRC)/releases/$(PACKAGE_SRC)-$(UPVERSION).tar.gz
 
 %:
-	dh $@ --wth autotools_dev
-
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-pinned
+	dh $@ --with autoreconf
 
 override_dh_auto_build:
-	$(MAKE) programs docs
+	$(MAKE) all docs
 	# FIXME: xpp/README.Astribank.html
 	cp dahdi.rules debian/dahdi.udev
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list