[Pkg-crosswire-commits] [sword] 06/08: use dh-autoreconf

Daniel Glassey wdg at moszumanska.debian.org
Mon Sep 7 15:33:46 UTC 2015


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

wdg pushed a commit to branch master
in repository sword.

commit 2e692e1d6dd7f9ff2a6f097477277a9b79a542ef
Author: Daniel Glassey <wdg at debian.org>
Date:   Mon Sep 7 15:58:54 2015 +0100

    use dh-autoreconf
---
 debian/control | 5 +++--
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2051a4b..f4db1ca 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,15 @@ Build-Depends: debhelper (>= 9),
                libclucene-dev,
                libicu-dev,
                chrpath,
-	       perl
+	       perl,
+	       dh-autoreconf
 Section: libs
 Priority: optional
 Maintainer: CrossWire Packages <pkg-crosswire-devel at lists.alioth.debian.org>
 Uploaders: Daniel Glassey <wdg at debian.org>,
  Dimitri John Ledkov <xnox at debian.org>,
  Jonathan Marsden <jmarsden at fastmail.fm>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
 Homepage: http://www.crosswire.org/sword/
 
 Package: libsword11v5
diff --git a/debian/rules b/debian/rules
index b8e2fa2..3228821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ CFLAGS    = $(shell dpkg-buildflags --get CFLAGS) $(WFLAGS)
 CXXFLAGS  = $(shell dpkg-buildflags --get CXXFLAGS) $(WFLAGS)
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 override_dh_auto_configure:
 	dh_auto_configure -Scmake -- \
 	-DCMAKE_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-crosswire/sword.git



More information about the Pkg-crosswire-commits mailing list