[pkg-opensc-commit] [pam-p11] 02/03: debian/control, debian/rules: Use autotools-dev.

Eric Dorland eric at alioth.debian.org
Sat Sep 21 21:51:09 UTC 2013


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

eric pushed a commit to branch master
in repository pam-p11.

commit 1fa8a5bd4be27d8c3ca4548012faffabdfa9761a
Author: Eric Dorland <eric at debian.org>
Date:   Sat Sep 21 17:37:32 2013 -0400

    debian/control, debian/rules: Use autotools-dev.
---
 debian/changelog |    1 +
 debian/control   |    3 ++-
 debian/rules     |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 869f9ca..66107b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pam-p11 (0.1.5-3) unstable; urgency=low
 
   * debian/copyright: Update to DEP5 copyright file.
+  * debian/control, debian/rules: Use autotools-dev.
 
  --
 
diff --git a/debian/control b/debian/control
index 355d3c4..003953e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: pam-p11
 Section: admin
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 9), libpam0g-dev, libp11-dev, libltdl-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+ libpam0g-dev, libp11-dev
 Standards-Version: 3.9.3
 Homepage: http://www.opensc-project.org/pam_p11/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/pam-p11.git
diff --git a/debian/rules b/debian/rules
index 65ed60d..4c4065a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git



More information about the pkg-opensc-commit mailing list