[pkg-opensc-commit] [engine-pkcs11] 01/03: debian/control, debian/rules: Use autotools-dev.

Eric Dorland eric at alioth.debian.org
Thu Sep 12 04:02:43 UTC 2013


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit ca01f968c806a65884ad85519f3c2b5e63f1f101
Author: Eric Dorland <eric at debian.org>
Date:   Wed Sep 11 23:44:37 2013 -0400

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

diff --git a/debian/changelog b/debian/changelog
index 5df4bfb..f0d958b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+engine-pkcs11 (0.1.8-3) unstable; urgency=low
+
+  * debian/control, debian/rules: Use autotools-dev.
+
+ --
+
 engine-pkcs11 (0.1.8-2) unstable; urgency=low
 
   * debian/rules: Actually install the engine in the correct
diff --git a/debian/control b/debian/control
index fd2a5e4..60b19ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: engine-pkcs11
 Section: libs
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libltdl3-dev, libp11-dev (>= 0.2.5), libssl-dev
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libltdl3-dev,
+ libp11-dev (>= 0.2.5), libssl-dev
 Standards-Version: 3.8.3
 
 Package: libengine-pkcs11-openssl
diff --git a/debian/rules b/debian/rules
index d5f7ce9..842c103 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the pkg-opensc-commit mailing list